News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Lots of tips and tricks available on the NumPY Web site, which is well worth a look, especially as you start out. This short introduction should get you started in thinking of Python as a viable ...
Numpy Arrays Basic Ways to Build Arrays We can cast an ordinary python list as a NumPy one-dimensional array.
This post shows you how to use arrays in Python and why this data structure is so useful. A foundational skill for data science, coding, and more!
[Zoltán] sends in his very interesting implementation of a NumPy-like library for micropython called ulab. He had a project in MicroPython that needed a very fast FFT on a micro controller, and ...
The output of the simulation is a numpy array, which can be further processed and visualized with the mathplotlib library. All pretty standard stuff in python circles.