
Numba
Cython
NumPy
cx_Freeze
Nim (programming language)
bbfreeze
PyPy
PyInstaller
HackDesign
Smashingmagazine
A List Apart
CSS-Tricks
Little Big Details
AIUX
Awwwards
UX Design Weekly
Numba
HackDesignNo HackDesign videos yet. You could help us improve this page by suggesting one.
Based on our record, Numba seems to be a lot more popular than HackDesign. While we know about 95 links to Numba, we've tracked only 5 mentions of HackDesign. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Julia is actually quite nice for this. If you prefer a python-like approach consider Triton from openai, numba (https://numba.pydata.org/) or CuTe DSL from Nvidia. - Source: Hacker News / 14 days ago
Also you can use projects like numba https://numba.pydata.org/. - Source: Hacker News / 3 months ago
>Not type safe That's the point. Look up what duck typing means in Python. Your program is meant to throw exceptions if you pass in data that doesn't look and act how it needs to. This means that in Python you don't need to do defensive programming. It's not like in C where you spend many hundreds of lines safe-guarding buffer lengths, memory allocation, return codes, static type sizes, and so on. That means that... - Source: Hacker News / almost 2 years ago
I believe it is using Numba which converts to machine code. https://numba.pydata.org/. - Source: Hacker News / over 2 years ago
Around the same time, I discovered Numba and was fascinated by how easily it could bring huge performance improvements to Python code. - Source: dev.to / almost 3 years ago
I recall the HackDesign website/course being great a few years ago! Not sure about now, but used to be free...! https://hackdesign.org/. - Source: Hacker News / over 2 years ago
For short-form lessons, applied knowledge, and tooling intros https://hackdesign.org also has a decent set of resources. Source: over 3 years ago
What specifically do you want to get better at? Visual design or interaction design? Try these: https://hackdesign.org/ https://www.interaction-design.org/courses/ui-design-patterns-for-successful-software https://www.manning.com/books/usability-matters https://pragprog.com/titles/lmuse2/designed-for-use-second-edition/ https://designcode.io/ui-design-for-developers https://www.learnui.design/newsletter.html... - Source: Hacker News / over 3 years ago
There is also a cool free resource online for learning design - https://hackdesign.org/. Source: over 3 years ago
Hack Design is a design course as well as a curated list of resources and tools: https://hackdesign.org/ It's not limited to web design (though resources relevant to web design make up a large part of the course) but addresses design fundamentals such as colour theory and typography, too. - Source: Hacker News / over 4 years ago
Cython - Cython is a language that makes writing C extensions for the Python language as easy as Python...
Smashingmagazine - Smashing Magazine delivers useful and innovative information to Web designers and developers. Their aim is to inform about the latest trends and techniques in Web development.
NumPy - NumPy is the fundamental package for scientific computing with Python
A List Apart - A List Apart is a fantastic blog that recently released version 5.0 which brought a great new design. A List Apart explores the design, development, and meaning of web content, with a special focus on web standards and best practices.
cx_Freeze - cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the...
CSS-Tricks - CSS-Tricks is a website about websites.