By the numbers: Python community trends in 2017/2018 Python Developers Survey generates a wide range of data about the current use and trajectory of the Python programming language.
Elegant solutions for everyday Python problems 3 tools to make your Python code more elegant, readable, intuitive, and easy to maintain.
3 Python template libraries compared Does your next Python project need a templating engine to automatically generate HTML? Here are a few options.
How to scale Ruby on Rails with Redis Learn how Redis can fix sluggish performance as business applications grow.
How to create a 2D game with Python and the Arcade library Learn how to get started with Arcade, an easy-to-use Python library for creating 2D video games.
An introduction to Python bytecode Learn what Python bytecode is, how Python uses it to execute your code, and how knowing what it does can help you.