Talks about installing Python and Python Packages on Windows. These talks assume that you already know Python.
#installing-python-and-python-packages-on-windows
So you want to write a Windows application in Python. Here is what you need to know. Also covers automating things on Windows.
#building-python-applications-on-windows
Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.
#numba