Real Python Tutorials
Python 3.12 Preview: Support For the Linux perf Profiler
Python 3.12 will be released in October 2023. In this tutorial, you'll preview one of its upcoming features: support for the Linux perf profiler, which will give you a holistic view of your application's performance, including system-level and hardware-level events.
Explore Real Python
Filtering Iterables With Python
Jul 04, 2023 best-practices intermediate python
How to Round Numbers in Python
Jul 03, 2023 best-practices intermediate python
Jinja Templating
Jun 27, 2023 django flask front-end intermediate web-dev
Recursion in Python
Jun 20, 2023 intermediate python
Python News: What's New From May 2023
Jun 12, 2023 community
Create and Modify PDF Files in Python
May 31, 2023 intermediate tools