23 тысяч подписчиков
193 видео
From Cars to Code: Kaizen's Game-Changing Process!
Python Coding Challenge - September 2024 | Sum of Multiples
How to maximise your first year of code
How to Understand Python's LEGB Rule
Python Coding Challenge - August 2024 | Relative Ranks
FastAPI Tutorial EP4 - Intercept Requests With Middleware
How to Spot Burnout as a Programmer
Mastering Python's filter() Function: A Beginner's Guide
Python 3 - Why Context Managers are Awesome.
Python Coding Challenge - July 2024 | Hamming Distance
Supercharge your Python Development Environment!
FastAPI Tutorial EP3 - Sending Files to an API (With Aiofiles)
Simple Python | Why Generator Expressions can be a lifesaver!
Effortless Python Code Cleaning with the Black Formatter
Python 3 - Understanding the Power of super() in Python Inheritance
Python 3 | The Quirky Zip Longest Function
Python 3 - Remove Duplicates From a List the easy way!
Python 3 | Raising Custom Errors
Python 3 | Context Managers are safe, and look cool!
Python 3 | Use Setdefault in your dictionaries!
FastAPI Tutorial EP1 - Setup with Poetry, Uvicorn & Ruff
Python 3 - The Genius of the Partial Function
Mastering Python: Rebuilding Built-In Functions from Scratch - Map()
Python 3 - The Wonderfully Simple Reduce Function
Python 3 | The Exclusive File Mode
Python 3 | The Partial function
Mastering Python: Rebuilding Built-In Functions from Scratch - Filter()
Python 3 | How to use __slots__ in Python!
Pydantic Tutorial EP8 - Annotated Types
Mastering Python: Rebuilding Built-In Functions from Scratch - len()
Python 3 | Dict & Zip - The Power Couple!
Pydantic Tutorial EP7 - Save Time and Code with Fields!
Alive-Progress 101: Track Your Python Loops Like a Pro
Python 3 | The key parameter is amazingly useful!
Pydantic Tutorial EP2 - Field Validators
Python 3 - How to Make Your Custom Classes Sortable!
The 5 MOST common errors In Python (and what causes them)
MyPy for Beginners: Getting Started with Static Typing in Python
Python 3 - Implement Equality Checks In your Classes with __eq__
Mastering Python: Rebuilding Built-In Functions from Scratch - Sum()
Python 3 | When to use a Lambda?
Python 3 | The Filter Function & lambda makes for clean functional code
Python 3 - Simple Operator Overloading in Custom Classes
Python 3 - Implement membership checks in your classes!
Python 3 | Work with Floats the Smarter Way!
Python 3 - Time your Code with the Useful Timeit Module!
Instantly Fix your Python Code!
What is Python Pickle? A Beginner’s Guide to Data Serialization
Python 3 | Make your Classes Sortable!
Python 3 - You Should be using Sequence Unpacking!
ValueErrors & TypeErrors in Python | How to tell them apart!
Python Coding Challenge - November 2025 | Power of 2
Python 3 | The flexibility of comprehensions!
Python 3 | Path Modifications made easy with Pathlib!
Python 3 - sorted() vs .sort() What's the difference?
Simple Python | Append, Extend & Insert explained
Python & Docker EP1 - Hello World!
Pytest EP10 - Simplify Complex Tests With Fixtures!
Python 3 | Iterating over Dictionaries: keys, values or items?
Python 3 | I Flexible Printing With These Hidden Parameters! coding