News

Take advantage of the high-level async functions in Python’s asyncio library to write more efficient Python applications.
Use PyInstaller to package your Python apps into standalone executables for easy distribution.
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.
Python classes can make your code more complicated than necessary. So when should you use classes, and when should you use standard functions instead?
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 ...
Microsoft's two new video series target beginner developers interested in using Python for machine-learning programs.