By realpython -
2020-12-28
In this tutorial, you'll learn how you can use PyPy to improve the speed of your applications. You'll see how PyPy compares with other Python implementations like CPython and learn about features that ...
By realpython -
2020-12-15
Once you learn about for loops in Python, you know that using an index to access items in a sequence isn't very Pythonic. So what do you do when you need that index value? In this tutorial, you'll lea ...
By realpython -
2020-12-06
What's the difference between a shallow and a deep copy of a Python object? Learn how to clone arbitrary objects in Python, including your own custom classes.
By realpython -
2021-03-10
This course demonstrates how Python's virtual environments work as a "sandbox" and you get a quick walkthrough on how to set up a new environment (or virtualenv, as they're called for short) and how t ...
By realpython -
2020-12-03
How to package up a Python project for distribution internally on a machine cut off from the Internet using Docker.
By Medium -
2021-01-14
60 Python Projects with Source code solved and explained for free