News

Python 3.10 development has stabilized and we can finally test out all of the new features that will be included in the final release. We’ll cover some of the most interesting additions to ...
This post explains how to use classes in Python. Including: how to use static and private methods, constructors, and more!
The October 2021 update to Python in Visual Studio Code continues to boost notebook functionality, now adding the ability to debug Jupyter Notebooks.
The regular monthly update for Python in Visual Studio Code sees the dev team adding 'one of our most heavily requested features,' a new rename factoring experience.
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!
In this section, we'll use the Seaborn library, which I've covered previously, to visualize statistical data with Python the way you would with a graphing calculator in a stats class.