Running Python in the Linux Kernel

The story about a cool project I’ve worked on recently — a full Python interpreter running inside the Linux kernel. Read more

Similar

Flying Planes with Python and JavaScript

To allay any concerns: this will not be actually running Python or JavaScript software in the cockpit of a real aircraft in order to effect automated flight: that would kill people. Instead, we’re writing a web page that can control an autopilot running i... (more…)

Read more »

Creating and Modifying PDF Files in Python

In this tutorial, you'll explore the different ways of creating and modifying PDF files in Python. You'll learn how to read and extract text, merge and concatenate files, crop and rotate pages, encrypt and decrypt files, and even create PDFs from scratch. (more…)

Read more »