Profile avatar
realpython.com
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 3,000,000 Monthly Readers at http://realpython.com
812 posts 1,713 followers 12 following
Prolific Poster

Bagels: Powerful TUI Expense Tracker #python

πŸπŸ“Ί Threading in Python [Video] In this intermediate-level course, you'll see how to create threads, how to coordinate and synchronize them, and how to handle common problems that arise in threading. #python

πŸπŸ“° Securely Deploy a Django App With Gunicorn, Nginx, & HTTPS #python

πŸπŸ“° How to Use sorted() and .sort() in Python In this tutorial, you'll learn how to sort various types of data in different data structures in Python. You'll explore custom sorting orders and work with two distinct ways of sorting buff.ly/2VcGXmD

πŸπŸ“° In this tutorial, you will learn to take user input from the keyboard using the input() function built into Python and display output to the console with the built-in print() function. #python

πŸπŸ“° Build a Personal Diary With Django and Python #python

🐍 Python Term of the Day: namespace package (Python Glossary) A type of package that allows you to split a single package across multiple directories.

moka-py: High Performance Caching Library #python

πŸπŸ“Ί Django View Authorization: Restricting Access [Video] #python

πŸπŸ“° Build a Content Aggregator in Python #python

πŸπŸ“° In this tutorial, you'll explore concurrency in Python, including multi-threaded and asynchronous solutions for I/O-bound tasks and multiprocessing for CPU-bound tasks. #python

πŸπŸ“° Using the "and" Boolean Operator in Python #python

🐍 Python Term of the Day: function (Python Glossary) A self-contained block of code that performs a specific task.

πŸπŸ“° How to Work With Polars LazyFrames

πŸπŸ“° Natural Language Processing With spaCy in Python β€” realpython.com/natural-lang... #python

β“πŸ Quiz: How to Work With Polars LazyFrames Quiz

🐍🎧 The Real Python Podcast β€” Teaching Python and Finding Resources for Students

ridgeplot: Beautiful Ridgeline Plots in Python #python

πŸπŸ“Ί Python KeyError Exceptions and How to Handle Them [Video] In this course, you'll learn how to handle Python KeyError exceptions. Knowing how to handle these exceptions is essential to writing good Python code. #python

πŸπŸ“° Advanced Visual Studio Code for Python Developers #python

ddmin-python: A Python Implementation of Delta Debugging Tool #python

πŸ“°πŸ Get the best Python links of the week: PyCoder’s Weekly Issue #670: pyproject.toml, DuckDB, Flet, and More (Feb. 25, 2025)

πŸπŸ“° In this tutorial, you'll learn the differences between expressions and statements in Python. Expressions evaluate values, while statements can produce side effects. Understanding these distinctions will enhance your programming skills. #python

django-removals: Check for Known Django Removals and Deprecations #python

πŸπŸ“° Reverse Strings in Python: reversed(), Slicing, and More #python

🐍 Python Term of the Day: abstract base class (ABC) (Python Glossary) A class that is meant to be used as a blueprint for other classes. It provides the expected public interface to implement in concrete derived classes.

πŸ“ΊπŸ Single and Double Underscore Naming Conventions in Python

πŸπŸ“° How to Manage Python Projects With pyproject.toml Discover how to manage Python projects with the pyproject.toml file. This tutorial covers key uses, such as configuring builds, local package installation, managing dependencies, and publishing to PyPI. https://buff.ly/41q586t

Testing Some Tidbits #python

πŸπŸ“Ί Improve Your Tests With the Python Mock Object Library [Video] In this course, you'll learn how to use the Python mock object library, unittest.mock, to create and use mock objects to improve your tests. #python

πŸπŸ“° Build and Handle POST Requests in Django – Part 3 #python

πŸ“ΊπŸ Concatenating Strings in Python Efficiently

Transferring Python Build Standalone Stewardship to Astral #python

πŸπŸ“° With most software following agile methodologies, it's essential to have robust DevOps systems in place. By using GitHub Actions, you can automate your workflows efficiently, especially for Python projects #python

Disposable Environments for Ad-Hoc Analyses #python

πŸπŸ“° Modulo String Formatting in Python #python

We need you! Submit a talk proposal for DjangoCon Africa 2025, coming to Tanzania πŸ‡ΉπŸ‡Ώ in August πŸ‘‰οΈ www.djangoproject.com/weblog/2025... First-time speakers are most welcome, and established folks too. Re-share this with your networks!

🐍 Python Term of the Day: float (Python’s Built-in Data Types) A floating-point number.

πŸπŸ“° How to Use sorted() and .sort() in Python

🐍🎧 The Real Python Podcast β€” Python Regular Expressions, Views vs Copies in Pandas, and More

Staff Engineer vs Engineering Manager #python

πŸπŸ“Ί Getting the Most Out of a Python Traceback [Video] In this course, you'll learn how to read and understand the information you can get from a stack traceback. You'll walk through several examples and see some of the most common tracebacks. #python

πŸπŸ“° Raining Outside? Build a Weather CLI App With Python #python

πŸπŸ“° In this tutorial, you will master NumPy by diving into compelling examples. You will read data into an array, analyze structured arrays for reconciliation, efficiently chart your analysis, and transform a custom function into a vectorized function. #python

πŸπŸ“° Build a Dice-Rolling Application With Python #python

🐍 Python Term of the Day: tuple (Python’s Built-in Data Types) An immutable sequence of objects.

β“πŸ Quiz: How to Use sorted() and .sort() in Python Quiz

Building a Chat Backend for Wikipedia Articles in Django #python

πŸπŸ“Ί Unicode in Python: Working With Character Encodings [Video] Handling character encodings and numbering systems can at times seem painful and complicated, but this guide is here to help with easy-to-follow Python examples. #python