Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

realpython.com

Real Python

Get the latest updates from Real Python directly as they happen.

Follow now 819 followers

Latest posts

Last updated about 11 hours ago

The Real Python Podcast – Episode #222: Using Virtual Environments in Docker & Comparing Python Dev Tools

about 14 hours ago

Should you use a Python virtual environment in a Docker container? What...

Python 3.13 Preview: A Modern REPL

3 days ago

One of Python’s strong points is its interactive capabilities. By running python...

Advanced Python import Techniques

4 days ago

In Python, you use the import keyword to make code in one...

Python Virtual Environments: A Primer

5 days ago

In this tutorial, you’ll learn how to work with Python’s venv module...

The Real Python Podcast – Episode #221: Thriving as a Developer With ADHD

8 days ago

What are strategies for being a productive developer with ADHD? How can...

Python 3.13 Preview: Free Threading and a JIT Compiler

10 days ago

Although the final release of Python 3.13 is scheduled for October 2024...

Customizing VS Code Through Color Themes

11 days ago

A well-designed coding environment not only enhances your focus and productivity but...

Quiz: Using Python's pip to Manage Your Projects' Dependencies

11 days ago

In this quiz, you’ll test your understanding of Python’s standard package manager...

Using Python's pip to Manage Your Projects' Dependencies

12 days ago

The standard package manager for Python is pip. It allows you to...

The Real Python Podcast – Episode #220: Configuring Git Pre-Commit Hooks & Estimating Software Projects

15 days ago

How do you take advantage of Git pre-commit hooks? How do you...

Quiz: Python 3.13: Free-Threading and a JIT Compiler

16 days ago

In this quiz, you’ll test your understanding of the new features in...

How to Use Conditional Expressions With NumPy where()

17 days ago

The NumPy where() function is a powerful tool for filtering array elements...