RSS Parrot

BETA

🦜 Real Python

@realpython.com@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: realpython.com/

Feed URL: realpython.com/atom.xml

Posts: 10

Followers: 1

The Real Python Podcast – Episode #205: Considering Accessibility & Assistive Tech as a Python Developer

Published: May 17, 2024 12:00

What's it like to learn Python as a visually impaired or blind developer? How can you improve the accessibility of your Python web applications and learn current guidelines? This week on the show, Real Python community member Audrey van Breederode…

How to Get the Most Out of PyCon US

Published: May 15, 2024 14:00

In this article, you'll learn how you can get the most out of PyCon US. Whether you're a first-timer or a seasoned attendee, this guide will help you get ready to have a great PyCon.

Python's Built-in Exceptions: A Walkthrough With Examples

Published: May 15, 2024 14:00

In this tutorial, you'll get to know some of the most commonly used built-in exceptions in Python. You'll learn when these exceptions can appear in your code and how to handle them. Finally, you'll learn how to raise some of these exceptions in your code.

Quiz: What Are CRUD Operations?

Published: May 15, 2024 12:00

In this quiz, you'll revisit the key concepts and techniques related to CRUD operations. These operations are fundamental to any system that interacts with a database, and understanding them is crucial for effective data management.

HTML and CSS Foundations for Python Developers

Published: May 14, 2024 14:00

There's no way around HTML and CSS when you want to build web apps. Even if you're not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this video course, you'll get an introduction to HTML…

What Is the __pycache__ Folder in Python?

Published: May 13, 2024 14:00

In this tutorial, you'll explore Python's __pycache__ folder. You'll learn about when and why the interpreter creates these folders, and you'll customize their default behavior. Finally, you'll take a look under the hood of the cached .pyc files.

The Real Python Podcast – Episode #204: Querying OpenStreetMaps via API & Lazy Evaluation in Python

Published: May 10, 2024 12:00

Would you like to get more practice working with APIs in Python? How about exploring the globe using the data from OpenStreetMap? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

PyTorch vs TensorFlow for Your Python Deep Learning Project

Published: May 8, 2024 14:00

PyTorch vs Tensorflow: Which one should you use? Learn about these two popular deep learning libraries and how to choose the best one for your project.

Flattening a List of Lists in Python

Published: May 7, 2024 14:00

In this video course, you'll learn how to flatten a list of lists in Python. You'll use different tools and techniques to accomplish this task. First, you'll use a loop along with the .extend() method of list. Then you'll explore other tools, including…

Python News: What's New From April 2024

Published: May 6, 2024 14:00

In April 2024, the last alpha release of Python 3.13 was published. At the same time, the PSF announced some great news, and PyCon US 2024 opened its call for volunteers. Some fundamental Python projects, such as Django, pandas, and Pillow, also released…