2355 тысяч подписчиков
121 видео
Watch out for this (async) generator cleanup pitfall in Python
Run an AI Large Language Model (LLM) at home on your GPU
Docker Tutorial for Beginners
Python itertools - The key to mastering iteration
All 71 built-in Python functions
Top 5 IDE Productivity Hacks That Will Save You Time Programming
What you need to know about Startup and Shutdown Events in FastAPI and ASGI Applications
Async application classes vs. functions
Asynchronous Web Apps in Python
Windows Command Escape Vulnerability - Critical CVE ... or is it?
Async for loops in Python
The ins and outs of context managers and try-finally in Python
type(obj) vs. obj.__class__ in Python, and changing an objects class.
Functions within functions, closures, and variable scopes in Python
How mathematicians prove something completely obvious.
Python Debugging (PyCharm + VS Code)
25 nooby Python habits you need to ditch
Pythons creator wishes this feature never existed
Binary Search - A Different Perspective | Python Algorithms
Python AST Parsing and Custom Linting
You can pip install directly from GitHub
How to check whether a file exists in Python
Numpy Array Broadcasting In Python Explained
The Single Most Useful Decorator in Python
Automated Testing in Python with pytest, tox, and GitHub Actions
Pythons collections.abc | InvertibleDict
Python 3.12 is HERE!
JSON Tutorial Python | Basic Python Recipes
Intro to async Python | Writing a Web Crawler
Modern Python logging
Python + YouTube API | Automating descriptions
Every PROOF youve seen that .999... = 1 is WRONG
Python dataclasses will save you HOURS, also featuring attrs
super/MRO, Python's most misunderstood feature.
Python Generators
The ONLY C keyword with no C++ equivalent
Cracking passwords using ONLY response times | Secure Python
Python's permutations function (deep dive & implementation)
A forbidden Python technique to put ANYTHING in a dict or set.
Avoiding import loops in Python
Python lists remember what you did to them
Python's secret second argument to iter()
Positional-only and keyword-only arguments in Python
Return Value Optimization and Copy Elision in C++
Pythonizing Imgui (feat. Cython) and contributing to open source.
You should put this in all your Python scripts | if __name__ == '__main__': ...
It's time... for PYTHON 3.11!
Python staticmethod and classmethod
Lambda in a Loop is a Code Smell
The Hottest New Feature Coming In Python 3.10 - Structural Pattern Matching / Match Statement
Python's comma equals ,= operator?
Every Python dev falls for this (name mangling)
C++ cache locality and branch predictability
The Fastest Way to Loop in Python - An Unfortunate Truth
Magic Methods - Making Python builtins work with your classes