Real Python
@realpython
Followers
263K
Following
58K
Media
6K
Statuses
80K
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 1M+ Pythonistas at https://t.co/VpjtGxdL7J
Joined August 2012
ππ° Custom Python Strings: Inheriting From str vs UserString #python
realpython.com
In this tutorial, you'll learn how to create custom string-like classes in Python by inheriting from the built-in str class or by subclassing UserString from the collections module.
0
0
1
π Installing Python 3 on Mac OS X β The Hitchhiker's Guide to #Python
https://t.co/KYEOFgiW0k
docs.python-guide.org
1
1
3
Python 3.14.0b4 Released #python
python.org
The official home of the Python Programming Language
0
1
6
ππ° Python MCP: Connect Your LLM With the World Learn how to build a Model Context Protocol (MCP) server in Python. Connect tools, prompts, and data to AI agents like Cursor for smarter assistants #python
realpython.com
Learn how to build a Model Context Protocol (MCP) server in Python. Connect tools, prompts, and data to AI agents like Cursor for smarter assistants.
1
0
7
ππ Python Tricks: A Buffet of Awesome Python Features You should read this book: β‘ If youβre wondering which parts of Python you should know β‘ If youβre coming to Python from another language β‘ If you want to learn how to write clean Python code https://t.co/w2OlrHOtfJ
realpython.com
A Buffet of Awesome Python Features: Discover Pythonβs Best Practices with Simple Examples and Start Writing Beautiful & Pythonic Code
0
0
7
PEP 792: Project Status Markers in the Simple Index (Accepted) #python
peps.python.org
This PEP proposes a standardized set of index-supplied project status markers, as well as a mechanism for communicating those markers in the HTML and JSON simple indices.
1
0
5
ππ° In this step-by-step tutorial, you'll build a platform game in Python using the arcade library. You'll cover techniques for designing levels, sourcing assets, and implementing advanced features #python
realpython.com
In this step-by-step tutorial, you'll build a platform game in Python using the arcade library. You'll cover techniques for designing levels, sourcing assets, and implementing advanced features.
0
0
5
π Python Term of the Day: issubclass() (Pythonβs Built-in Functions) Returns True if its first argument is a subclass of its second argument and False otherwise. https://t.co/hHtKqg3Kp2
realpython.com
Returns True if its first argument is a subclass of its second argument and False otherwise.
0
0
9
ππ© Pycoders Weekly (Issue 712) β Quantum Computing in Python, DataFrame Libraries, Django 6, and More https://t.co/QUJwNtN4X0
0
0
11
π Python Basics Book π β This learning path is meant to accompany our "Python Basics" book #python #learnpython
realpython.com
This learning path is meant to accompany our "Python Basics" book.
0
4
13
gt-extras: helper functions for great-tables #python
github.com
A Collection of Helper Functions for the great-tables Package. - posit-dev/gt-extras
0
1
12
ππΊ In this Code Conversation video course, you'll explore special function parameters that allow for positional-only arguments, keyword-only arguments, or a combination of the two. #python
realpython.com
In this Code Conversation video course, you'll explore special function parameters that allow for positional-only arguments, keyword-only arguments, or a combination of the two.
0
0
13
Teaching alongside LLMs - Episode 270 with Kelly Schuster Paredes Listen to the full episode at https://t.co/v8IWWzaFSu or on your preferred podcast client. Happy Pythoning!
0
1
4
πβ Basic Data Types in Python Quiz Test your understanding of the basic data types that are built into Python, like numbers, strings, and Booleans. #python
realpython.com
Take this quiz to test your understanding of the basic data types that are built into Python, like numbers, strings, bytes, and Booleans.
1
1
10
ππ° Operator and Function Overloading in Custom Python Classes How to overload built-in functions and operators in your custom Python classes in order to make your code more Pythonic #python
realpython.com
How to overload built-in functions and operators in your custom Python classes in order to make your code more Pythonic.
0
5
19
ππ Python API Tutorials β Tutorials related to Python API design or interacting with APIs using Python. REST APIs in web applications would be one example where Python shines. https://t.co/hznFy5yEQ2
realpython.com
Learn to design, build, secure, and consume Python APIs with FastAPI, Flask, Django, Requests, OpenAPI, testing, Docker, and deployment tips.
0
5
15