Advertisement ยท 728 ร— 90

Posts by Real Python

Post image

Listen to the full episode at buff.ly/JOPFEny or through your favorite podcast app.

Happy Pythoning!

1 hour ago 0 0 0 0
Video

Clear commit messages matter

1 hour ago 1 0 1 0
Preview
cmath | Python Standard Library โ€“ Real Python Provides mathematical functions for complex numbers, including power, logarithmic, trigonometric, hyperbolic, and polar coordinate conversions.

๐Ÿ Python Term of the Day: cmath (Python Standard Library)

Provides mathematical functions for complex numbers, including power, logarithmic, trigonometric, hyperbolic, and polar coordinate conversions.

realpython.com/ref/stdlib/c...

8 hours ago 1 0 0 0
Preview
How to Use Ollama to Run Large Language Models Locally โ€“ Real Python Learn how to use Ollama to run large language models locally. Install it, pull models, and start chatting from your terminal without needing API keys.

๐Ÿ๐Ÿ“ฐ How to Use Ollama to Run Large Language Models Locally

9 hours ago 2 0 0 0
Preview
Using Jupyter Notebooks Quiz โ€“ Real Python Test your Jupyter Notebook skills: cells, modes, shortcuts, Markdown, server tools, and exporting notebooks to HTML.

โ“๐Ÿ Quiz: Using Jupyter Notebooks Quiz realpython.com/quizzes/usin...

10 hours ago 1 0 0 0
Post image

Listen to the full episode at buff.ly/kG3ShIL or through your favorite podcast app.

Happy Pythoning!

1 day ago 0 0 0 0
Video

Thoughts on hard truth

1 day ago 1 0 1 0
Preview
bdb | Python Standard Library โ€“ Real Python A Python standard library module that provides a generic debugger framework for setting breakpoints, stepping through code, and managing trace events.

๐Ÿ Python Term of the Day: bdb (Python Standard Library)

A Python standard library module that provides a generic debugger framework for setting breakpoints, stepping through code, and managing trace events.

realpython.com/ref/stdlib/b...

1 day ago 2 0 0 0
Advertisement

You can't debug AI-generated code you don't understand.

Closures, iterators, decorators, the object model - learn them live over 8 weeks: realpython.com/workshops/in...

1 day ago 1 0 0 0

An AI agent can generate a decorator. It can't tell you whether a decorator was the right choice.

That's on you: realpython.com/workshops/in...

2 days ago 1 0 1 0
Preview
augmented coding | AI Coding Glossary โ€“ Real Python A software development approach combining human expertise with AI-powered coding assistants to enhance productivity while maintaining developer control.

๐Ÿ Python Term of the Day: augmented coding (AI Coding Glossary)

A software development approach combining human expertise with AI-powered coding assistants to enhance productivity while maintaining developer control.

realpython.com/ref/ai-codin...

2 days ago 8 0 1 0
Post image

Listen to the full episode at buff.ly/vL9qb83 or through your favorite podcast app.

Happy Pythoning!

2 days ago 0 0 0 0
Video

Distilling Codex is a skill

2 days ago 1 0 1 0
Post image

๐Ÿ Real Python published their full editorial process. 11 steps per tutorial, code tested on the latest Python versions, corrections within 48 hours, and content updated as the language changes.

buff.ly/Ic8c7r2

2 days ago 1 0 0 0
Post image

Listen to the full episode at buff.ly/8hsp9pM or through your favorite podcast app.

Happy Pythoning!

3 days ago 1 0 0 0
Advertisement
Video

Learning from GitHub SDD

3 days ago 1 0 1 0
Preview
code formatting | Python Best Practices โ€“ Real Python Guidelines and best practices for formatting your Python code.

๐Ÿ Python Term of the Day: code formatting (Python Best Practices)

Guidelines and best practices for formatting your Python code.

realpython.com/ref/best-pra...

3 days ago 1 0 0 0

AI raises the floor for Python developers. It doesn't raise the ceiling.

The ceiling is yours to raise: realpython.com/workshops/in...

3 days ago 4 1 0 1
Preview
Episode #289: Limitations in Human and Automated Code Review โ€“ The Real Python Podcast With the mountains of Python code that it's possible to generate now, how's your code review going? What are the limitations of human review, and where does machine review excel? Christopher Trudeau is...

๐ŸŽง๐Ÿ Episode #289 of the Real Python Podcast is live: Limitations in Human and Automated Code Review realpython.com/podcasts/rpp...

3 days ago 1 0 0 0
Preview
Interacting With REST APIs and Python Quiz โ€“ Real Python Test your Python REST API knowledge: consuming, building, HTTP methods, status codes, Flask, FastAPI, and Django basics.

โ“๐Ÿ Quiz: Interacting With REST APIs and Python Quiz realpython.com/quizzes/inte...

3 days ago 1 0 0 0

"AI will write my code" is the new "I'll just Google it."

The developers who understand *why* still win: realpython.com/workshops/in...

4 days ago 1 0 0 0
Preview
ipaddress | Python Standard Library โ€“ Real Python Provides the capabilities to create, manipulate, and operate on IPv4 and IPv6 addresses.

๐Ÿ Python Term of the Day: ipaddress (Python Standard Library)

Provides the capabilities to create, manipulate, and operate on IPv4 and IPv6 addresses.

4 days ago 2 0 0 0
Post image

Listen to the full episode at buff.ly/I5A9o9R or in your preferred podcast client.

Happy Pythoning!

4 days ago 0 0 0 0
Video

Writing maintainable code: Linking to the issue ticket

4 days ago 1 0 1 0
Advertisement
Preview
Getting Started With Django: Building a Portfolio App Quiz โ€“ Real Python Test your Django basics: frameworks, projects, views, templates, models, URLs, and migrations with practical questions.

โ“๐Ÿ Quiz: Getting Started With Django: Building a Portfolio App Quiz realpython.com/quizzes/djan...

4 days ago 1 0 0 0
Post image

๐Ÿ Interesting look at what goes into a Real Python tutorial - 11 review steps, 20-40 hours of expert review, and the content keeps getting updated as Python evolves:

buff.ly/Ic8c7r2

5 days ago 2 0 0 0
Preview
concurrency | Python Best Practices โ€“ Real Python Guidelines and best practices for writing concurrent code the right way in Python.

๐Ÿ Python Term of the Day: concurrency (Python Best Practices)

Guidelines and best practices for writing concurrent code the right way in Python.

realpython.com/ref/best-pra...

5 days ago 3 0 0 0
Preview
How to Use Git: A Beginner's Guide โ€“ Real Python Learn how to track your code with Git using clear, step-by-step instructions. Use this guide as a reference for managing projects with version control.

๐Ÿ๐Ÿ“ฐ How to Use Git: A Beginner's Guide realpython.com/how-to-use-g...

5 days ago 1 0 0 0

AI implements. You architect. That requires understanding Python deeply, not just prompting for snippets.

realpython.com/workshops/in...

5 days ago 1 0 0 0
Preview
Using Data Classes in Python Quiz โ€“ Real Python Test your knowledge of Python data classes, namedtuple, immutability, auto-generated methods, inheritance, and slots.

โ“๐Ÿ Quiz: Using Data Classes in Python Quiz realpython.com/quizzes/data...

5 days ago 1 0 0 0