Please turn JavaScript on
header-image

Real Python

Want to stay in touch with the latest updates from Real Python? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: Python Tutorials – Real Python

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  5.22 / week

Message History

Python inner functions are those you define inside other functions to access nonlocal names and bundle logic with its surrounding state. In this tutorial, you’ll learn how to create inner helper functions, build closures that retain state across calls, and implement decorators that modify the behavior or exis...

Read full story

In this quiz, you’ll test your understanding of the Python Inner Functions: What Are They Good For? tutorial.

By working through this quiz, you’ll revisit how inner functions work with enclosing scopes, when to use nonlocal to upd...

Read full story

Functional programming is a programming paradigm in which the primary method of computation is the evaluation of functions. But how does Python support functional programming?

In this video course, you’ll learn:

  • What the functional programming paradigm entails
  • What it means to say that
  • Read full story

    A lot happened last month in the world of Python! The core developers pushed ahead on Python 3.15, accepting PEP 810 to bring explicit lazy imports to the language. PyPI tightened account security, Django 6.0 landed with a slew of new features while celebrating twenty years of releases, and the Python Software Foundat...

    Read full story

    What are the recent advances in the field of quantum computing and high-performance computing? And what Python tools can you use to develop programs that run on quantum computers? This week on the show, Real Python author Negar Vahid discusses her tutorial, "Quantum Computing Basics With Qiskit."

    [ Improve Your Python With 🐍 Python Tricks 💌 – Get a short &...

    Read full story