12:51
Emulating switch/case Statements in Python with Dictionaries
Real Python
7:39
"is" vs "==" in Python – What's the Difference? (And When to Use Each)
9:42
Python Function Argument Unpacking Tutorial (* and ** Operators)
8:33
A Crazy Python Dictionary Expression ?!
14:58
String Conversion in Python: When to Use __repr__ vs __str__
14:54
Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
10:44
Optional Arguments in Python With *args and **kwargs
12:40
Python Context Managers and the "with" Statement (__enter__ & __exit__)
8:42
Installing Python Packages with pip and virtualenv / venv
9:45
"For Each" Loops in Python with enumerate() and range()
14:48
Python Tutorial: List Comprehensions Step-By-Step
8:31
Leveraging Python's Implicit "return None" Statements
13:09
Inspecting Python Modules and Classes With "dir()" And "help()"
5:49
My Python Code Looks Ugly and Confusing – Help!
7:34
A better Python REPL – bpython vs python interpreter
6:01
What's the meaning of underscores (_ & __) in Python variable names?
6:35
Using "get()" to Return a Default Value from a Python Dict
10:50
Type-Checking Python Programs With Type Hints and mypy
5:27
Make your Python Code More Readable with Custom Exceptions
17:49
Pylint Tutorial – How to Write Clean Python
11:08
Writing automated tests for Python command-line apps and scripts
7:36
pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
15:52
Python Data Structures: Sets, Frozensets, and Multisets (Bags)
9:55
Immutable vs Mutable Objects in Python
2:33
PyPI vs Warehouse, the Next-Generation Python Package Repository
5:19
How to find great Python packages on PyPI, the Python Package Repository
3:28
Click & Jump to Test Failures from the Command Line (iTerm2)
1:49
A Python Shorthand for Swapping Two Variables
3:16
Forward References and Python 3 Type Hints
3:15
A Shorthand for Merging Dictionaries in Python 3.5+
3:14
Working Effectively with Python Virtual Environments (Virtualenv)
18:28
Functional Programming in Python: Immutable Data Structures
Python Plugin System: Load Modules Dynamically With "importlib"