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

Concurrency Concepts in Python

MathByte Academy

Concurrency Concepts in Python

3 years ago - 51:57

Idiomatic Python : Using Tuple Unpacking Effectively

MathByte Academy

Idiomatic Python : Using Tuple Unpacking Effectively

3 years ago - 18:17

The pyyaml Library

MathByte Academy

The pyyaml Library

2 years ago - 16:53

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

MathByte Academy

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

3 years ago - 1:07:42

The wrapt Library

MathByte Academy

The wrapt Library

2 years ago - 32:33

Postgres SQL Migrations using YoYo

MathByte Academy

Postgres SQL Migrations using YoYo

2 years ago - 45:41

Efficiently Looping N Times

MathByte Academy

Efficiently Looping N Times

4 years ago - 6:18

Idiomatic Python: The `itertools` Module

MathByte Academy

Idiomatic Python: The `itertools` Module

3 years ago - 23:33

Idiomatic Python: Named Arguments

MathByte Academy

Idiomatic Python: Named Arguments

2 years ago - 8:14

Investing Master Series | James Boyd | 8-25-26

Trader Talks: Schwab Coaching Webcasts

Investing Master Series | James Boyd | 8-25-26

-

The Database With 1 Trillion Deployments (Built By One Guy)

ByteMonk

The Database With 1 Trillion Deployments (Built By One Guy)

12 hours ago - 8:56

Python's SimpleNamespace and JSON

MathByte Academy

Python's SimpleNamespace and JSON

2 years ago - 14:28

The Arrow Library

MathByte Academy

The Arrow Library

2 years ago - 30:07

The black and isort Libraries

MathByte Academy

The black and isort Libraries

4 years ago - 17:26

Idiomatic Python: Using Comprehensions

MathByte Academy

Idiomatic Python: Using Comprehensions

3 years ago - 15:44

Python's Assignment Expression (walrus operator)

MathByte Academy

Python's Assignment Expression (walrus operator)

3 years ago - 41:18

Python Logging Demystified: Part 2 - Coding

MathByte Academy

Python Logging Demystified: Part 2 - Coding

1 year ago - 1:25:28

Idiomatic Python: Generators

MathByte Academy

Idiomatic Python: Generators

3 years ago - 37:53

Python Tips and Tricks: Efficiently Concatenating Sequences and Strings

MathByte Academy

Python Tips and Tricks: Efficiently Concatenating Sequences and Strings

4 years ago - 18:51

Python Tips and Tricks: Flattening Nested Iterables

MathByte Academy

Python Tips and Tricks: Flattening Nested Iterables

3 years ago - 14:06

Idiomatic Python: Iterating over Collections

MathByte Academy

Idiomatic Python: Iterating over Collections

3 years ago - 20:26

Idiomatic Python: Deques vs Lists

MathByte Academy

Idiomatic Python: Deques vs Lists

3 years ago - 19:37

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: Some zip() Magic

MathByte Academy

Python Tips and Tricks: Some zip() Magic

4 years ago - 11:43

Python Type Hinting

MathByte Academy

Python Type Hinting

4 years ago - 36:33

Efficiently Deleting Elements from Lists

MathByte Academy

Efficiently Deleting Elements from Lists

4 years ago - 13:05

Python's defaultdict

MathByte Academy

Python's defaultdict

3 years ago - 15:44

Simplify Debug Print Statements using IceCream

MathByte Academy

Simplify Debug Print Statements using IceCream

2 years ago - 24:51

Idiomatic Python: Merging Dictionaries

MathByte Academy

Idiomatic Python: Merging Dictionaries

2 years ago - 14:18

Pydantic: Migrating from V1 to V2

MathByte Academy

Pydantic: Migrating from V1 to V2

2 years ago - 44:10

Python's pathlib Module

MathByte Academy

Python's pathlib Module

3 years ago - 49:30

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

MathByte Academy

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

3 years ago - 19:01

Easy Progress Bars using tqdm

MathByte Academy

Easy Progress Bars using tqdm

2 years ago - 32:27

Unicode

MathByte Academy

Unicode

4 years ago - 25:22

Idiomatic Python: Custom Sorts and Leveraging Sort Stability

MathByte Academy

Idiomatic Python: Custom Sorts and Leveraging Sort Stability

3 years ago - 36:41

Python Full Course (Beginner to Advanced) | Free Notebooks on GitHub

DataBeli

Python Full Course (Beginner to Advanced) | Free Notebooks on GitHub

3 days ago - 6:05:43

The flake8 Library

MathByte Academy

The flake8 Library

3 years ago - 34:46

Python Threading Examples - Issues and Caveats

MathByte Academy

Python Threading Examples - Issues and Caveats

3 years ago - 54:00

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

The Tenacity Library

MathByte Academy

The Tenacity Library

2 years ago - 47:43

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

Accessing the Clipboard using the pyperclip Library

MathByte Academy

Accessing the Clipboard using the pyperclip Library

4 years ago - 14:04

AsyncIO: Implementing a Producer-Consumer Model

MathByte Academy

AsyncIO: Implementing a Producer-Consumer Model

4 years ago - 41:05

Python's Structural Pattern Matching

MathByte Academy

Python's Structural Pattern Matching

3 years ago - 16:28

Partially Validated Pydantic Models

MathByte Academy

Partially Validated Pydantic Models

2 years ago - 24:32

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

Inside SQLite: The 300KB File That Beat Oracle and Postgres

ByteMonk

Inside SQLite: The 300KB File That Beat Oracle and Postgres

12 hours ago - 8:56

Distributed Computing using a Redis Queue

MathByte Academy

Distributed Computing using a Redis Queue

3 years ago - 41:11

Idiomatic Python: Iterating Dictionaries

MathByte Academy

Idiomatic Python: Iterating Dictionaries

2 years ago - 21:29

Speed Up your Python Apps with Caching

MathByte Academy

Speed Up your Python Apps with Caching

2 years ago - 43:17

Idiomatic Python: Counting Things with Dictionaries

MathByte Academy

Idiomatic Python: Counting Things with Dictionaries

2 years ago - 13:37

psycopg Row Factories - ORM-free area!

MathByte Academy

psycopg Row Factories - ORM-free area!

2 years ago - 22:03

Idiomatic Python: Decomposition & Refactoring Demo

MathByte Academy

Idiomatic Python: Decomposition & Refactoring Demo

3 years ago - 1:29:28

Tabulating data using the tabulate Library

MathByte Academy

Tabulating data using the tabulate Library

4 years ago - 21:00

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

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

Environment Variables and the python-dotenv Library

MathByte Academy

Environment Variables and the python-dotenv Library

3 years ago - 12:47

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 Full Course (Beginner to Advanced) | Free Notebooks on GitHub

DataBeli

Python Full Course (Beginner to Advanced) | Free Notebooks on GitHub

3 days ago - 6:05:43

Build an Agentic Data Layer with Astra DB Using Python

IBM Developer

Build an Agentic Data Layer with Astra DB Using Python

4 hours ago - 10:19

Mutable and Immutable in Python explained

I know python

Mutable and Immutable in Python explained

3 hours ago - 28:03

Investing Master Series | James Boyd | 8-25-26

Trader Talks: Schwab Coaching Webcasts

Investing Master Series | James Boyd | 8-25-26

-

Prompt Optimization in Practice: Live Coding with DSPy feat. Serj & Brett

Manning Publications

Prompt Optimization in Practice: Live Coding with DSPy feat. Serj & Brett

- Upcoming

A real data analytics project in Excel. No Python, no SQL, no AI.

Matt Brattin

A real data analytics project in Excel. No Python, no SQL, no AI.

1 day ago - 22:16

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

EuroPython Conference

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

6 days ago - 26:07

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

6 days ago - 30:00

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

EuroPython Conference

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

6 days ago - 28:53

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

6 days ago - 26:31

BITCOIN: LIVE SETUPS AND ANALYSIS! (What Is Next)

MindPillar Markets

BITCOIN: LIVE SETUPS AND ANALYSIS! (What Is Next)

-

FastCRUD - nested Pydantic models & API responses with FastAPI!

BugBytes

FastCRUD - nested Pydantic models & API responses with FastAPI!

8 days ago - 7:58

Python for AI Beginners | Variables, Data Types, Loops & Live Demo

EWB Tech Academy

Python for AI Beginners | Variables, Data Types, Loops & Live Demo

2 days ago - 42:59

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

GaugeHow AI

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

12 days ago - 4:46