@mCoding - 121 本の動画
チャンネル登録者数 24.2万人
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
Python Debugging (PyCharm + VS Code)
Modern Python logging
How mathematicians prove something completely obvious.
Cloud Imports in Python
Bloom Filters
Actually, you CAN divide by zero.
Python 3.12 is HERE!
Lambda in a Loop is a Code Smell
A forbidden Python technique to put ANYTHING in a dict or set.
Don't make this big O mistake!
Why I prefer attrs over dataclasses
type(obj) vs. obj.__class__ in Python, and changing an object's class.
Python's collections.abc | InvertibleDict
unique_ptr is NOT just for heap allocations | custom deleters
How to check whether a file exists in Python
unique_ptr: C++'s simplest smart pointer
Python's ternary operator
21 MORE nooby Python habits
str vs bytes in Python
Intro to async Python | Writing a Web Crawler
Extending Python's Number hierarchy
Fast pow! A general recursive power algorithm for more than just numbers.
Python Iterators! COPY or NO COPY?
Getting around the recursion limit
Every Python dev falls for this (name mangling)
Functions within functions, closures, and variable scopes in Python
Return Value Optimization and Copy Elision in C++
It's time... for PYTHON 3.11!
Python Generators
8 things in Python you didn't realize are descriptors
str/int: Controversial breaking change added to Python
Python's creator wishes this feature never existed
Unlocking your CPU cores in Python (multiprocessing)
For loops are redundant
What are Python __future__ imports?
Writing zip, but for dictionaries
Python's most DISLIKED __dunder__ (and what to use instead)
sum(range(n)) != n(n+1)/2
Python's permutations function (deep dive & implementation)
Python's secret second argument to iter()
Should you inherit from object?
Method Chaining Classes in Python
Positional-only and keyword-only arguments in Python
super/MRO, Python's most misunderstood feature.
Pythonizing Imgui (feat. Cython) and contributing to open source.
Python lists remember what you did to them
The real purpose of Python's match statement, feat. CSTs
Python AST Parsing and Custom Linting
Does std::endl fix your multithreaded prints? (C++)
Interviewing the creator of C++, Bjarne Stroustrup
31 nooby C++ habits you need to ditch
Building a Python app with Anvil to email me if my website goes down (includes paid features)
Python staticmethod and classmethod
25 nooby Python habits you need to ditch
Avoiding import loops in Python
C++ cache locality and branch predictability
Python __slots__ and object layout explained
Which Python @dataclass is best? Feat. Pydantic, NamedTuple, attrs...
The easy way to keep your repos tidy.
Metaclasses in Python
__new__ vs __init__ in Python
You can pip install directly from GitHub
Automated Testing in Python with pytest, tox, and GitHub Actions
Why I don't like Python's chained comparisons
Multiple Assignments in Python
Should you use "not not x" instead of "bool(x)" in Python? (NO!)
The ONLY C keyword with no C++ equivalent
Find the Skyline Problem with C++ Solution Explained
You should put this in all your Python scripts | if __name__ == '__main__': ...
x to bool conversion in Python, C++, and C
Salting, peppering, and hashing passwords
Python MD5 implementation
Diagnose slow Python code. (Feat. async/await)
Python f-strings can do more than you thought. f'{val=}', f'{val!r}', f'{dt:%Y-%m-%d}'
Cracking passwords using ONLY response times | Secure Python
Anaphones, phonetic anagrams
Python + YouTube API | Automating descriptions
Using except: is a HUGE mistake
Match statement tips
Introducing mZips! Python Zip and Zip Longest
Python 3.10's Quality of Life improvements
Python 3.10's new type hinting features
0.1 + 0.2 is NOT 0.3 in Most Programming Languages
How To Install Python for Data Science
Efficient Exponentiation
Local and Global Variable Lookup Weirdness in Python
The Best Way to Check for Optional Arguments in Python
Binary Search - A Different Perspective | Python Algorithms
You should put this in all your Python scripts | if __name__ == '__main__': ...
142万 回視聴 - 3 年前