MathByte Academy

MathByte Academy

All about Python... Short pro tips, useful Python libraries and longer deep dives into specific topics.

@mathbyteacademy subscribers

Python Logging Demystified: Part 1 - Concepts

MathByte Academy

Python Logging Demystified: Part 1 - Concepts

2 years ago - 1:11:16

Idiomatic Python: The `itertools` Module

MathByte Academy

Idiomatic Python: The `itertools` Module

3 years ago - 23:33

Python Logging Demystified: Part 2 - Coding

MathByte Academy

Python Logging Demystified: Part 2 - Coding

1 year ago - 1:25:28

Efficiently Looping N Times

MathByte Academy

Efficiently Looping N Times

4 years ago - 6:18

Postgres SQL Migrations using YoYo

MathByte Academy

Postgres SQL Migrations using YoYo

2 years ago - 45:41

Easy Progress Bars using tqdm

MathByte Academy

Easy Progress Bars using tqdm

2 years ago - 32:27

Idiomatic Python: Using Comprehensions

MathByte Academy

Idiomatic Python: Using Comprehensions

3 years ago - 15:44

Idiomatic Python : Using Tuple Unpacking Effectively

MathByte Academy

Idiomatic Python : Using Tuple Unpacking Effectively

3 years ago - 18:17

Concurrency Concepts in Python

MathByte Academy

Concurrency Concepts in Python

3 years ago - 51:57

Python Tips and Tricks: Case-Insensitive String Comparisons Done Right

MathByte Academy

Python Tips and Tricks: Case-Insensitive String Comparisons Done Right

4 years ago - 13:44

Idiomatic Python: Named Arguments

MathByte Academy

Idiomatic Python: Named Arguments

2 years ago - 8:14

The pyyaml Library

MathByte Academy

The pyyaml Library

2 years ago - 16:53

Idiomatic Python: Merging Dictionaries

MathByte Academy

Idiomatic Python: Merging Dictionaries

2 years ago - 14:18

Intro to Pydantic V1

MathByte Academy

Intro to Pydantic V1

4 years ago - 1:15:31

The Tenacity Library

MathByte Academy

The Tenacity Library

2 years ago - 47:43

Idiomatic Python : Using Named Tuples

MathByte Academy

Idiomatic Python : Using Named Tuples

3 years ago - 20:39

Python Type Hinting

MathByte Academy

Python Type Hinting

4 years ago - 36:33

Pydantic: Migrating from V1 to V2

MathByte Academy

Pydantic: Migrating from V1 to V2

2 years ago - 44:10

Humanizing numbers, dates, times and file sizes

MathByte Academy

Humanizing numbers, dates, times and file sizes

3 years ago - 25:40

Idiomatic Python: Deques vs Lists

MathByte Academy

Idiomatic Python: Deques vs Lists

3 years ago - 19:37

Idiomatic Python: The two-argument version of `iter()`

MathByte Academy

Idiomatic Python: The two-argument version of `iter()`

3 years ago - 19:01

Python Tips and Tricks: Some zip() Magic

MathByte Academy

Python Tips and Tricks: Some zip() Magic

4 years ago - 11:43

Idiomatic Python: Generators

MathByte Academy

Idiomatic Python: Generators

3 years ago - 37:53

Idiomatic Python: Iterating over Collections

MathByte Academy

Idiomatic Python: Iterating over Collections

3 years ago - 20:26

Python's defaultdict

MathByte Academy

Python's defaultdict

3 years ago - 15:44

Python Threading Examples - Issues and Caveats

MathByte Academy

Python Threading Examples - Issues and Caveats

3 years ago - 54:00

The Arrow Library

MathByte Academy

The Arrow Library

2 years ago - 30:07

Unicode

MathByte Academy

Unicode

4 years ago - 25:22

Efficiently Deleting Elements from Lists

MathByte Academy

Efficiently Deleting Elements from Lists

4 years ago - 13:05

Partially Validated Pydantic Models

MathByte Academy

Partially Validated Pydantic Models

2 years ago - 24:32

Simplify Debug Print Statements using IceCream

MathByte Academy

Simplify Debug Print Statements using IceCream

2 years ago - 24:51

The flake8 Library

MathByte Academy

The flake8 Library

3 years ago - 34:46

Idiomatic Python: Custom Sorts and Leveraging Sort Stability

MathByte Academy

Idiomatic Python: Custom Sorts and Leveraging Sort Stability

3 years ago - 36:41

PyCharm and Virtual Environments

MathByte Academy

PyCharm and Virtual Environments

3 years ago - 12:46

The benedict Library

MathByte Academy

The benedict Library

2 years ago - 43:41

Accessing the Clipboard using the pyperclip Library

MathByte Academy

Accessing the Clipboard using the pyperclip Library

4 years ago - 14:04

Python Tips and Tricks: Base64 String Encoding and Decoding

MathByte Academy

Python Tips and Tricks: Base64 String Encoding and Decoding

3 years ago - 16:59

Idiomatic Python: Merging Dictionaries

MathByte Academy

Idiomatic Python: Merging Dictionaries

2 years ago - 14:18

Humanizing numbers, dates, times and file sizes

MathByte Academy

Humanizing numbers, dates, times and file sizes

3 years ago - 25:40

Python Tips and Tricks: Breaking out of Nested Loops

MathByte Academy

Python Tips and Tricks: Breaking out of Nested Loops

3 years ago - 18:46

Python's pathlib Module

MathByte Academy

Python's pathlib Module

3 years ago - 49:30

Idiomatic Python: Iterating Dictionaries

MathByte Academy

Idiomatic Python: Iterating Dictionaries

2 years ago - 21:29

Python Tips and Tricks: 4 Ways to Compare Lists

MathByte Academy

Python Tips and Tricks: 4 Ways to Compare Lists

4 years ago - 8:56

Python Type Hinting

MathByte Academy

Python Type Hinting

4 years ago - 36:33

Idiomatic Python: Counting Things with Dictionaries

MathByte Academy

Idiomatic Python: Counting Things with Dictionaries

2 years ago - 13:37

Python's Structural Pattern Matching

MathByte Academy

Python's Structural Pattern Matching

3 years ago - 16:28

Distributed Computing using a Redis Queue

MathByte Academy

Distributed Computing using a Redis Queue

3 years ago - 41:11

Python Tips and Tricks: Decorator Factories and Optional Arguments

MathByte Academy

Python Tips and Tricks: Decorator Factories and Optional Arguments

3 years ago - 30:23

psycopg Row Factories - ORM-free area!

MathByte Academy

psycopg Row Factories - ORM-free area!

2 years ago - 22:03

Environment Variables and the python-dotenv Library

MathByte Academy

Environment Variables and the python-dotenv Library

3 years ago - 12:47

Idiomatic Python: Decomposition & Refactoring Demo

MathByte Academy

Idiomatic Python: Decomposition & Refactoring Demo

3 years ago - 1:29:28

AsyncIO: Implementing a Producer-Consumer Model

MathByte Academy

AsyncIO: Implementing a Producer-Consumer Model

4 years ago - 41:05

A Deep Dive into Python's Dataclasses (Part 2)

MathByte Academy

A Deep Dive into Python's Dataclasses (Part 2)

3 years ago - 1:12:32

Python Principles NOBODY Taught Me

Shade of Code

Python Principles NOBODY Taught Me

2 days ago - 3:52

Add a full-featured CLI to your Python scripts/apps using the click library.

MathByte Academy

Add a full-featured CLI to your Python scripts/apps using the click library.

4 years ago - 1:20:55

What every Python developer should know about the CPython ABI - Nathan Goldbaum

EuroPython Conference

What every Python developer should know about the CPython ABI - Nathan Goldbaum

1 day ago - 30:00

Exploring Python Inspect: Enriching Stack Traces and Testing the Untestable - Mika Allert

EuroPython Conference

Exploring Python Inspect: Enriching Stack Traces and Testing the Untestable - Mika Allert

1 day ago - 26:31

07b - ADMET Property (Filtering, hits for absorption, etc.) - Python Demonstration

DigitalSreeni

07b - ADMET Property (Filtering, hits for absorption, etc.) - Python Demonstration

3 hours ago - 39:24

Refactor, Optimize, and Test: Crafting Cleaner Python Code - Mohamed Elmaghraby

EuroPython Conference

Refactor, Optimize, and Test: Crafting Cleaner Python Code - Mohamed Elmaghraby

1 day ago - 29:15

Python in the Service of Justice: Modern Analysis Tools in Forensics - Aleksander, Amelia Bartosiak

EuroPython Conference

Python in the Service of Justice: Modern Analysis Tools in Forensics - Aleksander, Amelia Bartosiak

1 day ago - 28:19

Speeding Up Python with Free Threading and Mypyc - Jukka Lehtosalo

EuroPython Conference

Speeding Up Python with Free Threading and Mypyc - Jukka Lehtosalo

1 day ago - 29:22

GPU Programming in Pure Python - Bryce Adelstein Lelbach

EuroPython Conference

GPU Programming in Pure Python - Bryce Adelstein Lelbach

1 day ago - 26:50

Building your DSL compiler in Python - Mateusz Sokół

EuroPython Conference

Building your DSL compiler in Python - Mateusz Sokół

1 day ago - 29:46

Plugins in python - how it is done - Grzegorz Bokota

EuroPython Conference

Plugins in python - how it is done - Grzegorz Bokota

1 day ago - 26:21

Learning from the not-so-secret Python security "cabal" - Seth Michael Larson

EuroPython Conference

Learning from the not-so-secret Python security "cabal" - Seth Michael Larson

1 day ago - 28:55

An Introduction to Writing Fast GPU Code in Python - Abhik Sarkar

EuroPython Conference

An Introduction to Writing Fast GPU Code in Python - Abhik Sarkar

1 day ago - 28:53

FastCRUD - nested Pydantic models & API responses with FastAPI!

BugBytes

FastCRUD - nested Pydantic models & API responses with FastAPI!

2 days ago - 7:58

Context Engineering: Making Your Codebase Queryable How to Build a Thriving Tech Community

vBrownBag

Context Engineering: Making Your Codebase Queryable How to Build a Thriving Tech Community

1 day ago -

Python and HTTP/3: feel the difference in performance - Daniel Vahla

EuroPython Conference

Python and HTTP/3: feel the difference in performance - Daniel Vahla

1 day ago - 26:07

Python Built-in & Third-Party Modules Explained | Python Modules | Lec 35

GaugeHow AI

Python Built-in & Third-Party Modules Explained | Python Modules | Lec 35

6 days ago - 4:46

Context Engineering Explained | Why Prompt Engineering Is No Longer Enough

Byte Programming

Context Engineering Explained | Why Prompt Engineering Is No Longer Enough

13 days ago - 12:41

State of In-Browser ML: WebAssembly, WebGPU, and the Modern Stack [PyCon DE & PyData 2026]

PyData

State of In-Browser ML: WebAssembly, WebGPU, and the Modern Stack [PyCon DE & PyData 2026]

2 weeks ago - 27:46

Fullstack Programming LIVE | 08-07-2026

Michael Deming

Fullstack Programming LIVE | 08-07-2026

Streamed 12 days ago - 1:05:49

Python Type Hints Explained | Write Better Python Code in 2026

LearnITGuide Tutorials

Python Type Hints Explained | Write Better Python Code in 2026

19 hours ago - 8:07