Sort by

Newest

Oldest

Popular

New Windows Command Escape Vulnerability - Critical CVE ... or is it?
09:58
Async for loops in Python
16:36
The ins and outs of context managers and try-finally in Python
18:59
Python Debugging (PyCharm + VS Code)
24:18
Modern Python logging
21:32
How mathematicians prove something completely obvious.
03:44
Cloud Imports in Python
05:15
Bloom Filters
11:31
Actually, you CAN divide by zero.
03:52
Python 3.12 is HERE!
12:37
Lambda in a Loop is a Code Smell
08:20
A forbidden Python technique to put ANYTHING in a dict or set.
05:36
Don't make this big O mistake!
03:46
Why I prefer attrs over dataclasses
06:21
type(obj) vs. obj.__class__ in Python, and changing an object's class.
09:53
Python's collections.abc | InvertibleDict
14:00
unique_ptr is NOT just for heap allocations | custom deleters
08:57
How to check whether a file exists in Python
05:00
unique_ptr: C++'s simplest smart pointer
11:54
Python's ternary operator
02:59
21 MORE nooby Python habits
09:55
str vs bytes in Python
08:35
Intro to async Python | Writing a Web Crawler
14:23
Extending Python's Number hierarchy
16:11
Fast pow! A general recursive power algorithm for more than just numbers.
12:39
Python Iterators! COPY or NO COPY?
07:10
Getting around the recursion limit
06:44
Every Python dev falls for this (name mangling)
14:11
Functions within functions, closures, and variable scopes in Python
18:44
Return Value Optimization and Copy Elision in C++
09:54