11:32
Watch out for this (async) generator cleanup pitfall in Python
mCoding
Shared 9 months ago
27K views
9:20
Run an AI Large Language Model (LLM) at home on your GPU
Shared 10 months ago
50:38
Docker Tutorial for Beginners
Shared 11 months ago
171K views
20:03
Python itertools - The key to mastering iteration
Shared 1 year ago
39K views
19:58
All 71 built-in Python functions
64K views
9:38
Top 5 IDE Productivity Hacks That Will Save You Time Programming
29K views
13:32
What you need to know about Startup and Shutdown Events in FastAPI and ASGI Applications
14K views
3:52
Async application classes vs. functions
12K views
15:30
Asynchronous Web Apps in Python
37K views
9:58
Windows Command Escape Vulnerability - Critical CVE ... or is it?
25K views
16:36
Async for loops in Python
74K views
18:59
The ins and outs of context managers and try-finally in Python
35K views
24:18
Python Debugging (PyCharm + VS Code)
43K views
21:32
Modern Python logging
256K views
3:44
How mathematicians prove something completely obvious.
18K views
5:15
Cloud Imports in Python
46K views
11:31
Bloom Filters
57K views
Actually, you CAN divide by zero.
285K views
12:37
Python 3.12 is HERE!
159K views
8:20
Lambda in a Loop is a Code Smell
62K views
5:36
A forbidden Python technique to put ANYTHING in a dict or set.
54K views
3:46
Don't make this big O mistake!
40K views
6:21
Why I prefer attrs over dataclasses
Shared 2 years ago
68K views
9:53
type(obj) vs. obj.__class__ in Python, and changing an object's class.
23K views
14:00
Python's collections.abc | InvertibleDict
47K views
8:57
unique_ptr is NOT just for heap allocations | custom deleters
13K views
5:00
How to check whether a file exists in Python
11:54
unique_ptr: C++'s simplest smart pointer
52K views
2:59
Python's ternary operator
41K views
9:55
21 MORE nooby Python habits
129K views
8:35
str vs bytes in Python
80K views
14:23
Intro to async Python | Writing a Web Crawler
89K views
16:11
Extending Python's Number hierarchy
12:39
Fast pow! A general recursive power algorithm for more than just numbers.
7:10
Python Iterators! COPY or NO COPY?
6:44
Getting around the recursion limit
14:11
Every Python dev falls for this (name mangling)
142K views
18:44
Functions within functions, closures, and variable scopes in Python
70K views
9:54
Return Value Optimization and Copy Elision in C++
44K views
8:10
It's time... for PYTHON 3.11!
152K views
15:32
Python Generators
155K views
14:21
8 things in Python you didn't realize are descriptors
86K views
6:18
str/int: Controversial breaking change added to Python
286K views
7:21
Python's creator wishes this feature never existed
328K views
12:16
Unlocking your CPU cores in Python (multiprocessing)
327K views
4:14
For loops are redundant
139K views
8:18
What are Python __future__ imports?
45K views
8:24
Writing zip, but for dictionaries
Shared 3 years ago
42K views
9:59
Python's most DISLIKED __dunder__ (and what to use instead)
104K views
3:32
sum(range(n)) != n(n+1)/2
58K views
19:13
Python's permutations function (deep dive & implementation)
60K views
7:19
Python's secret second argument to iter()
59K views
4:19
Should you inherit from object?
51K views
5:12
Method Chaining Classes in Python
73K views
9:48
Positional-only and keyword-only arguments in Python
87K views
21:07
super/MRO, Python's most misunderstood feature.
229K views
13:08
Pythonizing Imgui (feat. Cython) and contributing to open source.
99K views
10:04
Python lists remember what you did to them
128K views
The real purpose of Python's match statement, feat. CSTs
228K views
11:24
Python AST Parsing and Custom Linting
49K views