News

Python classes can make your code more complicated than necessary. So when should you use classes, and when should you use standard functions instead?
Most Python developers never learned this feature, even though they use it every single day. All of the popular frameworks like Flask, FastAPI, Django, Pydantic, SQL, Alchemy; they all use Properties ...
This post explains how to use classes in Python. Including: how to use static and private methods, constructors, and more!
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 ...
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!
The "Python for Security" class will cover topics like brute force password cracking and more. There are also two data-focused classes: "Python Data Model" and "Data Representation & Serialization".