4 тысяч подписчиков
112 видео
Turn a list into a string in Python with the string "join" method
Turning a for loop into a list comprehension
Unicode in Python
Read from a file in Python
How to catch an exception in Python
How I prefer to import Python modules
Data structures contain pointers in Python
A very simple context manager example
What are lists in Python?
Passing functions as arguments to other functions
Multiline comments in Python
String concatenation and string interpolation in Python
Supporting index and key lookups in Python
argparse: parse command-line arguments in Python
python -m http.server
What is the __init__ method in Python?
How to use Python Morsels
Python doesn't have constants
How to import a module in Python
Accessing command line arguments in Python
Tracebacks should be read from the bottom upward
Local and global variables in Python
What are hashable objects in Python
The walrus operator is handy in some "while" loops in
What is a decorator in Python?
Conditional operators in Python
Representing binary data with bytes in Python
Modules in Python act like singletons
"None" in Python
Assignment vs Mutation in Python
Why not to use functools.reduce in Python
Docstrings in Python
Making a function that accepts a function as an argument in
Arithmetic in Python
Accepting arbitrary keyword arguments in Python
Join Python High Five by August 31 ⏰
What are iterators in Python?
Generator functions in Python
Positional vs keyword function arguments in Python
List slicing in Python
Reading binary files in Python
Traceback (most recent call last): Python's tracebacks explained
How to make a function in Python
Assigning a variable in Python
What is a sequence in Python?
Keyword only function arguments Python
Breaking up long lines of code in Python
Modules are cached in Python
Unnecessary else statements
Installing Python packages