Best newsletters and posts about realworld Python skills tag


Messages

9/14/2021 8:14:27 PM

Practical PEP 8, Logging Best Practices, "async for", and More

Applying PEP 8 in Practice #490 – SEPTEMBER 14, 2021 VIEW IN BROWSER The PyCoder's Weekly Logo Applying PEP 8 in Practice “Two recent threads on the python-ideas mailing list have overlapped to a
4/5/2022 8:04:27 PM

Levenshtein Distances, urllib, Python's Performance, and More

Python's `urllib.request` for HTTP Requests #519 – APRIL 5, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python's urllib.request for HTTP Requests In this tutorial, you'll be making
6/18/2022 2:24:46 PM

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: The subprocess Module: Wrapping Programs With
9/24/2022 2:24:31 PM

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: When Do You Use an "..." Ellipsis in
11/22/2022 8:04:26 PM

WebAuthn, Mastodon, Python 3.12, and More

Moving Projects Away From Passwords With WebAuthn #552 – NOVEMBER 22, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Moving Projects Away From Passwords With WebAuthn What if you didn't have to
11/26/2022 6:44:33 AM

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 REST APIs With Flask, Connexion, and
12/20/2022 8:14:28 PM

Build Systems, PEP 701, Python in ChatGPT, and More

Using a Build System & Continuous Integration in Python #556 – DECEMBER 20, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Using a Build System & Continuous Integration in Python What
12/24/2022 3:44:28 PM

🐍 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's "in" and "not in
1/21/2023 3:44:39 PM

🐍 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's Assignment Operator: Write Robust
1/20/2023 4:34:59 AM

🐍 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: Learn From 2022's Most Popular Python
1/28/2023 3:44:26 PM

🐍 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: Linear Algebra in Python: Matrix Inverses and
1/30/2023 5:04:32 PM

🐍 New Python tutorials on Real Python [FIXED LINKS]

Hi there, Apologies for the broken links in the previous email, here's the corrected version: Linear Algebra in Python: Matrix Inverses and Least Squares In this tutorial, you'll work with
1/7/2023 3:44:31 PM

🐍 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: Natural Language Processing With spaCy in
2/4/2023 3:44:42 PM

🐍 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: How to Iterate Over Rows in pandas, and Why
1/3/2023 8:04:28 PM

Real Python 2022 Wrap Up, Classifying Virtual Envs, PyTorch Compromised, and More

2022 Real Python Tutorial & Video Course Wrap Up #558 – JANUARY 3, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo 2022 Real Python Tutorial & Video Course Wrap Up “It's been another
2/18/2023 3:44:27 PM

🐍 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: What's New From January 2023
2/21/2023 8:04:27 PM

Buffer Flushing, Async Bugs, SQLAlchemy 2.0, and More

How to Flush the Output of the Python Print Function #565 – FEBRUARY 21, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo How to Flush the Output of the Python Print Function In this tutorial, you
2/25/2023 3:44:29 PM

🐍 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: Develop Data Visualization Interfaces in
2/11/2023 3:44:26 PM

🐍 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: Build a Wordle Clone With Python and Rich In
2/28/2023 7:54:34 PM

NumPy for Speed, Multiprocessing Performance, XML to YAML, and More

Using NumPy and Linear Algebra for Faster Python Code #566 – FEBRUARY 28, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Using NumPy and Linear Algebra for Faster Python Code Are you still using
12/13/2022 8:04:28 PM

Python Through Stories, Parallelism Control, Mastodon Bot on AWS, and More

Package Python Code With `pyproject.toml` & Listing Files With `pathlib` #555 – DECEMBER 13, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Package Python Code With pyproject.toml & Listing
3/4/2023 3:44:28 PM

🐍 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: Using NumPy reshape() to Change the Shape of
12/10/2022 3:44:29 PM

🐍 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: What's New From November 2022
3/18/2023 2:44:27 PM

🐍 New Python tutorials on Real Python

Hey there, Real Python is a proud sponsor of PyCascades Conference and I'm excited to attend in-person again this year, together with Chris Bailey. If you're attending and bump into us, say hi!
3/25/2023 2:44:27 PM

🐍 New Python tutorials on Real Python

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. We've just hit a huge milestone with the Real Python podcast, publishing our 150th episode! A
3/11/2023 3:44:31 PM

🐍 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: What's a Python Namespace Package, and
12/3/2022 3:44:26 PM

🐍 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: How to Get a List of All Files in a Directory
4/1/2023 2:44:28 PM

🐍 New Python tutorials on Real Python

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Don't miss out on the opportunity to learn something new and sharpen your Python skills.
4/8/2023 2:44:49 PM

🐍 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's del: Remove References From
4/22/2023 2:44:30 PM

🐍 New Python tutorials on Real Python

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. In addition, members of the RP team are at PyCon 2023 in Salt Lake City right now—stop by our
4/19/2023 5:55:35 AM

🐍 New Python tutorials on Real Python

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Discover what's new in Python 3.12.0a6, Django survey results, and GitHub Copilot. Dive into
4/25/2023 8:45:03 PM

PyPI Trusted Publishers, Namespaces, ChatGPT REPL, and More

PyPI Introduces "Trusted Publishers" #574 – APRIL 25, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo PyPI Introduces “Trusted Publishers” PyPI package maintainers can adopt a new, more
4/29/2023 2:44:27 PM

🐍 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: Build Your Own Face Recognition Tool With
5/2/2023 7:44:32 PM

Object Oriented Python, PyCon 2023, Mastodon Bot, and More

Python Classes: The Power of Object-Oriented Programming #575 – MAY 2, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Python Classes: The Power of Object-Oriented Programming In this tutorial, you
5/6/2023 2:54:47 PM

🐍 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: SOLID Principles: Improve Object-Oriented
5/9/2023 7:44:27 PM

SOLID OOP, Mojo, PyCon Keynote, and More

SOLID Principles: Improve Object-Oriented Design in Python #576 – MAY 9, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo SOLID Principles: Improve Object-Oriented Design in Python In this tutorial,
5/13/2023 2:56:37 PM

🐍 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: Build Robust Continuous Integration With
5/16/2023 8:14:30 PM

Faster CPython at PyCon, Trusted Publishing, Packaging, and More

Faster CPython at PyCon #577 – MAY 16, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Faster CPython at PyCon This article summarizes the report the Faster CPython team gave at PyCon 2023. It gives
5/20/2023 2:44:31 PM

🐍 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: Using and Creating Global Variables in Your
5/23/2023 7:54:53 PM

Coding With ChatGPT, Pydantic's Future, Properties, and More

ChatGPT: Your Personal Python Coding Mentor #578 – MAY 23, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo ChatGPT: Your Personal Python Coding Mentor Large language models have gained popularity
5/27/2023 5:54:35 PM

🐍 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: How to Launch an HTTP Server in One Line of
5/30/2023 8:04:37 PM

Using __call__(), Django Custom Sorts, Decorators, and More

Python's `.__call__()` Method: Creating Callable Instances #579 – MAY 30, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Python's .__call__() Method: Creating Callable Instances In this
6/3/2023 2:44:36 PM

🐍 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: Choosing the Best Coding Font for Programming
6/20/2023 5:35:09 AM

🐍 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: What's New From May 2023 May
6/24/2023 2:44:27 PM

🐍 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's raise: Effectively Raising
6/27/2023 8:04:34 PM

Search DSLs, CircuitPython, Debugging Kubernetes, and More

Building Search DSLs With Django #583 – JUNE 27, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Building Search DSLs With Django A Domain Specific Language is a small language for a particular
6/12/2023 3:15:25 AM

Facial Recognition, PyPI 2FA, Kivy, and More

Build Your Own Face Recognition Tool With Python #580 – JUNE 6, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Build Your Own Face Recognition Tool With Python In this tutorial, you'll build