Learn to set up and use Claude Code for Python projects: install, run commands, and integrate with Git
buff.ly/2uWMigg
Learn to set up and use Claude Code for Python projects: install, run commands, and integrate with Git
buff.ly/2uWMigg
Learn how to properly indent Python code in IDEs, Python-aware editors, and plain text editors—plus explore PEP 8 formatters like Black and Ruff
realpython.com/how-to-inden...
Learn how to properly indent Python code in IDEs, Python-aware editors, and plain text editors—plus explore PEP 8 formatters like Black and Ruff
realpython.com/how-to-inden...
What are the different types of concurrency available in Python? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
realpython.com/podcasts/rpp...
What are the different types of concurrency available in Python? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
realpython.com/podcasts/rpp...
The mechanisms that facilitate communication between a computer program and the outside world.
realpython.com/ref/glossary...
The mechanisms that facilitate communication between a computer program and the outside world.
realpython.com/ref/glossary...
What are the steps to get started building a FastAPI application? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
realpython.com/podcasts/rpp...
What are the steps to get started building a FastAPI application? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
realpython.com/podcasts/rpp...
Turn Python bytes to strings, pick the right encoding, and validate results with clear error handling strategies
buff.ly/XailLlC
Turn Python bytes to strings, pick the right encoding, and validate results with clear error handling strategies
buff.ly/XailLlC
Enter while it is open:
Enter while it is open:
The practice of designing and refining prompts for generative models.
realpython.com/ref/ai-codin...
The practice of designing and refining prompts for generative models.
realpython.com/ref/ai-codin...
Every year, we try to do something a little special for the community. And this year we're giving away some of our best resources.
What you could win:
Every year, we try to do something a little special for the community. And this year we're giving away some of our best resources.
What you could win:
We're giving away a 3-year membership plus all our Python books—that's over $1,000 in learning resources. There are also runner-up prizes: 50% off membership (for life!) and 30% off our book bundle. Enter at at buff.ly/8iPrzaE
We're giving away a 3-year membership plus all our Python books—that's over $1,000 in learning resources. There are also runner-up prizes: 50% off membership (for life!) and 30% off our book bundle. Enter at at buff.ly/8iPrzaE
Provides the main facilities for dealing with various types of I/O, including reading and writing files, handling binary data, and working with streams.
realpython.com/ref/stdlib/io/
Provides the main facilities for dealing with various types of I/O, including reading and writing files, handling binary data, and working with streams.
realpython.com/ref/stdlib/io/
Returns a static method object that can be called on a class or its instances.
realpython.com/ref/builtin-...
Returns a static method object that can be called on a class or its instances.
realpython.com/ref/builtin-...
An AI-powered search engine for developers.
realpython.com/ref/ai-codin...
An AI-powered search engine for developers.
realpython.com/ref/ai-codin...
A scalar objective that measures prediction error and shapes gradients to guide model training.
realpython.com/ref/ai-codin...
A scalar objective that measures prediction error and shapes gradients to guide model training.
realpython.com/ref/ai-codin...
Follow this Python project to build an MCP client that discovers MCP server capabilities and feeds an AI-powered chat with tool calls
realpython.com/python-mcp-c...
Follow this Python project to build an MCP client that discovers MCP server capabilities and feeds an AI-powered chat with tool calls
realpython.com/python-mcp-c...
Use FastAPI to render Jinja2 templates and serve dynamic sites with HTML, CSS, and JavaScript.
realpython.com/fastapi-jinj...
Use FastAPI to render Jinja2 templates and serve dynamic sites with HTML, CSS, and JavaScript.
realpython.com/fastapi-jinj...
A method that you define within a class but doesn’t access or use its instance (self) or class (cls).
realpython.com/ref/glossary...
A method that you define within a class but doesn’t access or use its instance (self) or class (cls).
realpython.com/ref/glossary...
Learn how Python’s break lets you exit for and while loops early, with practical demos from simple games to everyday data tasks
buff.ly/4QpGfVQ
Learn how Python’s break lets you exit for and while loops early, with practical demos from simple games to everyday data tasks
buff.ly/4QpGfVQ