Best newsletters and posts about REAL PYTHON course tag


Messages

5/24/2022 8:14:27 PM

Building a URL Shortener, Debug Life, Pigeon Deterents, and More

Build a URL Shortener With FastAPI and Python #526 – MAY 24, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Build a URL Shortener With FastAPI and Python In this step-by-step project, you'll
6/21/2022 8:14:27 PM

Objects, Functions, Generators, & Coroutines; Combining Data in pandas; Lazy Imports; and More

Objects, Functions, Generators, and Coroutines #530 – JUNE 21, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Objects, Functions, Generators, and Coroutines Although different concepts, objects,
7/5/2022 8:14:26 PM

Functional Programming, Single Page Apps with Pyodide, Composing Music, and More

Exploring Functional Programming With Bruce Eckel #532 – JULY 5, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Exploring Functional Programming With Bruce Eckel Would you like to explore the
7/26/2022 7:54:58 PM

Flashcards in Django, Persistent Auth in CLIs, Replace These Libraries, and More

Build a Flashcards App With Django #535 – JULY 26, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Build a Flashcards App With Django Create your own flashcards app to help you to learn a new
8/9/2022 8:04:27 PM

Finding & Fixing Python Bugs, Uncommon Usage, NBA Highlights, and More

Finding and Fixing Python Code Bugs #537 – AUGUST 9, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Finding and Fixing Python Code Bugs Learn how to identify and fix logic errors, or bugs, in your
8/23/2022 8:14:29 PM

Python async on the Web, GitHub Copilot, PyTorch Snake, and More

Understanding `async` Python for the Web #539 – AUGUST 23, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Understanding async Python for the Web “Recently Django 4.1 was released, and the thing
9/20/2022 8:14:29 PM

Build an Alexa, SQLite Recipes, Customizing Lists, and More

Build an Alexa Equivalent in Python #543 – SEPTEMBER 20, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Build an Alexa Equivalent in Python It's not as difficult as you think to build an AI
9/27/2022 8:04:30 PM

Python as Mechanical Engineer, Heroku Alternatives, Django on Kubernetes, and More

Python as an Efficiency Tool for Non-Developers #544 – SEPTEMBER 27, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Python as an Efficiency Tool for Non-Developers Are you interested in using
10/18/2022 7:44:27 PM

Chatbots, Testing in ML, Python Dev Survey, and More

ChatterBot: Build a Chatbot With Python #547 – OCTOBER 18, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo ChatterBot: Build a Chatbot With Python Chatbots can help to provide real-time customer
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
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
1/10/2023 7:54:31 PM

bpython, perf and Python 3.12, Packaging Binaries, and More

Discover `bpython`: A Python REPL With IDE-Like Features #559 – JANUARY 10, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Discover bpython : A Python REPL With IDE-Like Features In this tutorial,
1/24/2023 8:04:28 PM

Time, Property-Based Pytest, Continuous Profiling, and More

How to Get and Use the Current Time in Python #561 – JANUARY 24, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo How to Get and Use the Current Time in Python In this tutorial, you'll be getting
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/7/2023 7:54:30 PM

Inlined Comprehensions PEP, Iterators, Pandas 2.0, and More

PEP 709: Inlined Comprehensions #567 – MARCH 7, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo PEP 709: Inlined Comprehensions Python Enhancement Proposal 709 covers a change to how comprehensions
12/6/2022 8:04:28 PM

Comprehensions, pathlib, Guido Interview, and More

Using Python's `pathlib` Module #554 – DECEMBER 6, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Using Python's pathlib Module In this video course, you'll learn how to effectively
3/21/2023 8:14:28 PM

Evaluating Packages, PyTorch 2.0, Lazy Recursion, and More

How to Evaluate the Quality of Python Packages #569 – MARCH 21, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo How to Evaluate the Quality of Python Packages Just like you shouldn't download
11/29/2022 8:04:26 PM

Python + Power BI, Parallel Loops, Fast Testing, and More

Microsoft Power BI and Python: Two Superpowers Combined #553 – NOVEMBER 29, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Microsoft Power BI and Python: Two Superpowers Combined In this tutorial,
4/4/2023 7:54:37 PM

Maze Solvers, Conference Talks, Text Processing, and More

Build a Maze Solver in Python Using Graphs #571 – APRIL 4, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo Build a Maze Solver in Python Using Graphs In this step-by-step project, you'll build a
11/15/2022 8:04:27 PM

Refactoring Python Code, Chrome Extensions, Asyncio, and More

Refactoring: Prepare Your Code to Get Help #551 – NOVEMBER 15, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Refactoring: Prepare Your Code to Get Help In this Code Conversation video course, you
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/19/2023 5:22:59 AM

Self-Healing Code, Pandas 2.0 Performance, Automation, and More

"Self-Healing" Programs That Fix Themselves Thanks to AI #573 – APRIL 18, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo “Self-Healing” Programs That Fix Themselves Thanks to AI Wolverine
11/8/2022 8:04:27 PM

Python 3.11's Speedup, Scopes, Google APIs, and More

Where Exactly Does Python 3.11 Get Its Speedup? #550 – NOVEMBER 8, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo Where Exactly Does Python 3.11 Get Its Speedup? This deep dive into Python
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/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
11/1/2022 8:04:26 PM

First Match in a List, Memes With Pillow, When to Upgrade to 3.11, and More

How to Get the First Match From a Python List or Iterable #549 – NOVEMBER 1, 2022 VIEW IN BROWSER The PyCoder's Weekly Logo How to Get the First Match From a Python List or Iterable In this
6/13/2023 8:14:50 PM

Zen of Python, JupyterLab 4.0, Zelda Puzzle, and More

What's the Zen of Python? #581 – JUNE 13, 2023 VIEW IN BROWSER The PyCoder's Weekly Logo What's the Zen of Python? In this tutorial, you'll be exploring the Zen of Python, a collection
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