News

This post explains how to run Python apps on PC, Mac, Linux, Android, iOS, or even the web. Know your options when writing Python code!
Python async code has to be launched by, and managed by, the synchronous parts of your Python application. To that end, your first task when converting a program to async is to draw a line between ...
Learn how to make a game in Python using the popular Pygame. You'll learn how to handle player inputs, draw graphics, and more.
Give your Python applications a rocket boost—here's everything you need to know to get started with Cython and its Python-to-C compiler.