PyCoder

Newsletter Image

Messages

2/14/2025
2 : 34

NumPy, Compiling Python 1.0, BytesIO, and More

NumPy Techniques and Practical Examples #668 – FEBRUARY 11, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo NumPy Techniques and Practical Examples In this video course, you'll learn how to use
1/14/2025
19 : 44

Django vs FastAPI, Interacting With Python, Data Cleaning, and More

Django vs. FastAPI, an Honest Comparison #664 – JANUARY 14, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo Django vs. FastAPI, an Honest Comparison David has worked with Django for a long time, but
1/7/2025
19 : 44

DRF, Temp Files, Dataclasses, and More

Building HTTP APIs With Django REST Framework #663 – JANUARY 7, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo Building HTTP APIs With Django REST Framework This course will get you ready to build
12/31/2024
19 : 44

Top 5 of 2024, Ninja, Deploying on AWS, and More

\#1: Build Captivating Display Tables With Great Tables #662 – DECEMBER 31, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo A lot has happened in the Python ecosystem in 2024 and with our final
12/24/2024
22 : 14

Sentiment Analysis, Topological Sort, Web Security, and More

Exploring Modern Sentiment Analysis Approaches in Python #661 – DECEMBER 24, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Exploring Modern Sentiment Analysis Approaches in Python What are the
12/19/2024
6 : 24

PyMyFlySpy, Set Comprehensions, State of Typing, and More

PyMyFlySpy: Track Your Flight Using Its Headrest Data #660 – DECEMBER 17, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo PyMyFlySpy: Track Your Flight Using Its Headrest Data Robert is the creator
12/10/2024
19 : 44

Handling Errors, PyPy Performance, Chat Interface to Wikipedia, and More

Handling or Preventing Errors in Python: LBYL vs EAFP #659 – DECEMBER 10, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Handling or Preventing Errors in Python: LBYL vs EAFP In this video course,
12/3/2024
19 : 44

Django Performance, pathlib, Poetry, and More

Django Performance: Scaling and Optimization #658 – DECEMBER 3, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Django Performance: Scaling and Optimization Performance tuning in the context of
11/26/2024
19 : 44

NumPy, Loop Targets, Vector Animation, and More

NumPy Practical Examples: Useful Techniques #657 – NOVEMBER 26, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo NumPy Practical Examples: Useful Techniques In this tutorial, you'll learn how to
11/19/2024
19 : 44

Debugging TUIs, Dictionary Comprehensions, Puzzles, and More

How to Debug Your Textual Application #656 – NOVEMBER 19, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo How to Debug Your Textual Application TUI applications require a full terminal which most
11/12/2024
19 : 44

Web Scraping Tips, Python 3.13 Performance Boosts, Writing Interpreters & More

Introduction to Web Scraping With Python #655 – NOVEMBER 12, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Introduction to Web Scraping With Python In this video course, you'll learn all about
11/5/2024
19 : 44

PySheets, REPL Shortcuts, Empty Tests, and More

PySheets: Spreadsheets in the Browser Using PyScript #654 – NOVEMBER 5, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo PySheets: Spreadsheets in the Browser Using PyScript What goes into building a
10/29/2024
19 : 44

Sudoko in Packaging, Thread Safety, Sigstore, and More

Sudoku in Python Packaging #653 – OCTOBER 29, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Sudoku in Python Packaging Simon writes about a Soduku solver written by Konstin that uses the Python
10/22/2024
19 : 44

Unlock Python's Pattern Matching, Combinatoric Iterators, SSH Scripting, and More

Structural Pattern Matching in Python #652 – OCTOBER 22, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Structural Pattern Matching in Python In this tutorial, you'll learn how to harness the
10/20/2024
6 : 24

Lots of PEPs, More Py3.13, HPy, and More

Exploring the New Features of Python 3.13 #651 – OCTOBER 15, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Exploring the New Features of Python 3.13 Python 3.13 is here! Our regular guests, Geir
10/8/2024
19 : 44

Immutable Types, DuckDB & Pyodide, Free Threaded, and More

Differences Between Python's Mutable and Immutable Types #650 – OCTOBER 8, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Differences Between Python's Mutable and Immutable Types In this
10/1/2024
19 : 44

Python 3.13, pdb, Django Project Ideas, and More

Python 3.13: Cool New Features for You to Try #649 – OCTOBER 1, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Python 3.13: Cool New Features for You to Try In this tutorial, you'll learn about
9/24/2024
19 : 44

Python 3.13, Rust Extensions, doctest, and More

Python 3.13 Preview: Free Threading and a JIT Compiler #648 – SEPTEMBER 24, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Python 3.13 Preview: Free Threading and a JIT Compiler Get a sneak peek at
9/17/2024
19 : 44

NumPy where(), Python & R, HTTP Clients, and More

How to Use Conditional Expressions With NumPy `where()` #647 – SEPTEMBER 17, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo How to Use Conditional Expressions With NumPy where() This tutorial
9/10/2024
19 : 44

Pydantic, PSF Office Hours, Polars, and More

Using Pydantic to Simplify Python Data Validation #646 – SEPTEMBER 10, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Using Pydantic to Simplify Python Data Validation Discover the power of