Real Python - 🐍 New Python tutorials on Real Python

Hey there,

There’s always something going on over at realpython.com as far as Python tutorials go.

Here’s what you may have missed this past week:


Python News Roundup: September 2024

In September 2024, Python 3.12.5 was released, improving stability and security. Python ranked first again in IEEE Spectrum's 2024 language rankings. The Python Developers Survey 2023 unveiled key trends, and PEP 750 suggested tag strings for Python 3.14. EuroSciPy 2024 also concluded in Poland:

realpython.com/python-news-september-2024


When to Use .__repr__() vs .__str__() in Python

In this video course, you'll learn the difference between the string representations returned by .__repr__() vs .__str__() and understand how to use them effectively in classes that you define:

realpython.com/courses/repr-vs-str


Advance Your Career: Get NVIDIA Certified with 10% Off Today!
Sponsored by Nvidia

Advance your career in AI with an NVIDIA certification! Whether you're new to the field or a seasoned pro, certifications prove your expertise and commitment to continuous learning. Use code “REALPYTHON” for 10% off your certification exam.

Get Certified Today


Quiz: Python Virtual Environments: A Primer

In this quiz, you'll test your understanding of Python virtual environments. With this knowledge, you'll be able to avoid dependency conflicts and help other developers reproduce your development environment:

realpython.com/quizzes/python-virtual-environments-a-primer


How to Use Conditional Expressions With NumPy where()

This tutorial teaches you how to use the where() function to select elements from your NumPy arrays based on a condition. You'll learn how to perform various operations on those elements and even replace them with elements from a separate array or arrays:

realpython.com/numpy-where-conditional-expressions


Build AI Apps with More Flexibility for the Edge
Sponsored by Intel Corporation

Experience the power of Edge AI—delivering lightning-fast, real-time processing where it matters. Optimize your applications to push performance and accuracy beyond limits with Intel’s OpenVINO toolkit.

Explore and Build


Quiz: Python 3.13: Free-Threading and a JIT Compiler

In this quiz, you'll test your understanding of the new features in Python 3.13. You'll revisit how to compile a custom Python build, disable the Global Interpreter Lock (GIL), enable the Just-In-Time (JIT) compiler, and more:

realpython.com/quizzes/python313-free-threading-jit


The Real Python Podcast – Episode #220: Configuring Git Pre-Commit Hooks & Estimating Software Projects

How do you take advantage of Git pre-commit hooks? How do you build custom software checks and rules that run every time you commit your code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects:

realpython.com/podcasts/rpp/220


Using Pydantic to Simplify Python Data Validation

Discover the power of Pydantic, Python's most popular data parsing, validation, and serialization library. In this hands-on video course, you'll learn how to make your code more robust, trustworthy, and easier to debug with Pydantic:

realpython.com/courses/pydantic-simplify-data-validation


PyCoder's Weekly – Get the Latest Python News & Updates

Become a better Pythonista and stay up-to-date with your weekly dose of Python news & projects:

 → pycoders.com or click here to get the latest issue via email


A lot of time and effort goes into the Real Python team bringing you new and in-depth Python tutorials every week.

Please do us a solid and share your favorite Real Python content to help us spread the word.

Thanks for your time and for being a dedicated reader!

— Dan Bader (realpython.com)


Level Up With Unlimited Access to 3,500+ Python Tutorials and Video Lessons => Join Real Python

Make the Leap From Beginner to Intermediate => Get Python Basics: A Practical Introduction to Python 3

Python Tips, Interviews, and More =>The Real Python Podcast

Get Help With Your Coding Questions Experts on the RP Team => Real Python Office Hours

Find Your Dream Python Job => Python Job Board

A Peer-to-Peer Learning Community for Python Enthusiasts…Just Like You => PythonistaCafe

Give Your Team the Real-World Python Skills They Need to Succeed => Online Python Training for Teams

Older messages

🐍 New Python tutorials on Real Python

Saturday, September 7, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Quiz: Generate Images With DALL·E and the

🐍 New Python tutorials on Real Python

Saturday, August 31, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: How to Install Python on Your System: A Guide

🐍 New Python tutorials on Real Python

Saturday, August 24, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Python Classes: The Power of Object-Oriented

🐍 New Python tutorials on Real Python

Tuesday, August 20, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Python News Roundup: August 2024 In July 2024,

🐍 New Python tutorials on Real Python

Saturday, August 10, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Quiz: Functional Programming in Python: When

You Might Also Like

👋 Goodbye to the Launcher That Changed How I Use Android — Switching From Google to Proton

Saturday, September 21, 2024

Also: I Love These Digital Notetaking Features, and More! How-To Geek Logo September 21, 2024 Did You Know Andy Warhol, an American artist best known as the leading figure of the pop art movement in

⚙️ Make beautiful presentations with Gamma

Saturday, September 21, 2024

Up your presentation game with Gamma ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Daily Coding Problem: Problem #1563 [Medium]

Saturday, September 21, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. There is an N by M matrix of zeroes. Given N and M, write a function to count

Ranked | The World’s Tallest Skyscrapers in 2024 🏗️

Saturday, September 21, 2024

Completed in 2023, Malaysia's Merdeka 118 is the newest entry in the rankings of the world's tallest skyscrapers. But it still isn't first. View Online | Subscribe | Download Our App

How to Excel in Your Career: 5 Important Skills to Have

Saturday, September 21, 2024

Top Tech Content sent at Noon! A dev conference with discussions, workshops, and 1:1 feedback sessions Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today

🐍 New Python tutorials on Real Python

Saturday, September 21, 2024

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Using Python's pip to Manage Your Projects

Critical Ivanti Cloud Appliance Vulnerability Exploited in Active Cyberattacks

Saturday, September 21, 2024

THN Daily Updates Newsletter cover Not with a Bug, But with a Sticker: Attacks on Machine Learning Systems and What To Do About Them ($17.00 Value) FREE for a Limited Time A robust and engaging account

Issue #559: Capacitor tutorial, GameNGen neural model, and a beautiful mess

Saturday, September 21, 2024

View this email in your browser Issue #559 - September 20th 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying

End of Summer Discounts on Tech Accessories

Saturday, September 21, 2024

Everyone on has cables and charging bricks to organize. These colorful, compact, durable ballistic nylon cases are well loved and keep all those necessary items organized. earbudi EARBUDi END OF SUMMER

📧 How I Implemented Full-Text Search On My Website

Saturday, September 21, 2024

​ How I Implemented Full-Text Search On My Website Read on: m​y website / Read time: 8 minutes The .NET Weekly is brought to you by: Take Your Dev Collaboration To the Next Level ​ ​Postman v11 takes