News

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!
A superset of Python that compiles to C, Cython combines the ease of Python with the speed of native code. Here's a quick guide to making the most of Cython in your Python programs.
This ultra-cute tiny LiDAR rangefinder project by [gokux] can be thought of as a love letter to the incredible resources and components hobbyists and hackers of all types have access to nowadays. I… ...
Python 3.11 will bear the fruits of CPython's multi-year effort to make Python a faster programming language.
Learn how to make a game in Python using the popular Pygame. You'll learn how to handle player inputs, draw graphics, and more.
But Python’s development team has gone out of its way to make clear that type hints aren’t a prelude to the core Python language becoming statically typed.
Bodo.ai, a parallel compute platform for data workloads, is developing a compiler to make Python portable and efficient across multiple hardware platforms.
When [Neutrino-1] saw DFRobot’s DFPlayer module, he decided he wanted to make his own retro MP3 player. This tiny module comes packed with a ton of interesting capabilities such as EQ adjustm… ...
Guido van Rossum, who created popular programming language Python 30 years ago, has outlined his ambitions to make it twice as fast – addressing a key weakness of Python compared to faster ...