News

Libraries are collections of shared code. They're common in Python, where they're also called "modules," but they're also ...
We will create a Deep Neural Network python from scratch. We are not going to use Tensorflow or any built-in model to write the code, but it's entirely from scratch in python. We will code Deep Neural ...
I recently facilitated two workshops for high school teachers to introduce them to python in physics. Here are my lessons learned.
This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!