News

Libraries are collections of shared code. They're common in Python, where they're also called "modules," but they're also ...
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!
Ubuntu is a free computer system, like Windows or macOS, but it’s built by a community. It’s great for programmers because it’s very flexible and has lots of tools already built-in that help you code.
Because of its more general data types Python is applicable to a much larger problem domain, yet many things are at least as easy in Python as any other languages. Python allows you to divide your ...
Learn Python basics in just 20 minutes! From installation to data analysis, this guide covers everything you need to start coding today.
Python is one of the most approachable languages to learn, thanks to its object-oriented-first approach and its minimal syntax. The standard library includes many useful modules that you can use ...
A great new book from the author of ‘Automate the Boring Stuff with Python’ helps you move past beginning concepts and embrace pro-level Python skills.
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.