Using machine learning to color cartoons Can we automate applying a simple color scheme without hand-drawing hundreds of examples as training data?
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.
Understanding metrics and monitoring with Python Demystify Python application monitoring by learning the meaning of key words and concepts.
How Netflix does failovers in 7 minutes flat Netflix decreased the time it takes to respond to an outage from 45 minutes to seven with no additional cost.
What the pandas Python data analysis library and SQL taught me about taking an average Why data analysts should exercise caution when taking averages.