Numeric matrix manipulation
A cheat sheet comparing matrix operations across MATLAB/Octave, Python (NumPy), R, and Julia for scientific computing and data analysis.
A cheat sheet comparing matrix operations across MATLAB/Octave, Python (NumPy), R, and Julia for scientific computing and data analysis.
A tutorial on implementing Conway's Game of Life in Python using NumPy and SciPy, with visualization via matplotlib animations.
A 2016 article analyzing the slow adoption of Python 3 in the scientific community, now outdated with a recommendation to just use Python 3.
A developer built a 3D interactive Rubik's Cube simulator in Python using matplotlib, explaining the rendering and rotation logic.
A review of the book 'NumPy 1.5 Beginner's Guide', covering its content, style, and suitability for learning numerical computing with Python.
A Cython tutorial on creating NumPy arrays from existing C-allocated memory without copying data, using PyArray_SimpleNewFromData.
Announcement of EuroScipy 2010, the 3rd European Python in Science conference in Paris, with tutorials and talks on scientific computing.