Real Python

Real Python

@realpython

Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 3,000,000 Monthly Readers at https://t.co/TyrG6Kkaq6

t.co Joined Jan 2023
12
Threads
20
views
187.9K
Followers
62.2K
Tweets

Threads

Real Python

πŸβš™οΈ Python Tricks - Listing all the png files inside a directory The pathlib module was first introduced in Python 3.4, containing different methods to deal with files and directo...

Real Python

🧡 Have you heard about @pycoders? It's a free email newsletter that delivers the latest Python news, articles, and tutorials every week:

Real Python

Ever heard of the #AdventOfCode? It's an annual event that challenges developers of all levels to solve 25+ programming puzzles. 1/

Real Python

What are your plans for the weekend? Thinking about learning something new? 🐍 Tell me about it! Here are a few suggestions related to Python. 🧡

Real Python

🐍 Did you hear about Specialist? Specialist is CPython 3.11's specializing, adaptive interpreter. It uses fine-grained location information to create visual representations of ex...

Real Python

🐍 Python News: What's New From September 2022 πŸ‘‰ Python 3.11.0rc2 Was Released πŸ‘‰ Python 3.11.0 Release Was Postponed Until October 24 πŸ‘‰ Python Introduced a Breaking Change to Fix...

Real Python

πŸβš™οΈ Python Tricks β€” Hacktoberfest Edition If you want to start contributing to open source, then Python is a great project. You’ll not only be making your mark on one of the bigg...

Real Python

πŸβš™οΈ Python Tricks β€” Build a Sorted List with Python with the help of the bisect module. bisect is a built-in module used to perform binary search. This module also helps with pres...

Real Python

πŸβš™οΈ Python Tricks β€” Running code from a string input Python’s built-in exec() function allows you to execute any piece of Python code. With this function, you can execute dynamica...

Real Python

FYI folks, https://t.co/3lJ423aOSV is currently down because of an ongoing DNS issue with Heroku: https://t.co/lKOCxrnvtW

Real Python

πŸβš™οΈ Python Tricks β€” Custom Python dictionaries Creating dictionary-like classes may be a requirement in your Python career. You can get a custom Dictionary by subclassing the Us...

Real Python

πŸβš™οΈ Python Tricks β€” Ever needed to implement a Singleton in Python? Here’s an example of coding a Singleton class with a .__new__() method that allows the creation of only one ins...