Miscellaneous resources:
- Moving to the Python scientific computing stack
- Bessel functions in SciPy
- Gamma and related functions in SciPy
- Distributions in SciPy
- Python counterparts for C math functions
- Xonsh
- Julia for Python programmers
- Scientific computing in Python
- Benchmarking Python, R, C++, etc.
- IEEE floating point arithmetic in Python
- Basics of Pweave
The SciPy and NumPy libraries are excellent, but if you ever need numerical code and for some reason can’t use these libraries, here is a collection of stand-alone numerical code in Python and other languages.
There are over 100 blog posts tagged “Python” on this site. Most of them include short Python programs to illustrate something in the post.