102 тысяч подписчиков
63 видео
Idiomatic Python: The two-argument version of `iter()`
Idiomatic Python : Using Tuple Unpacking Effectively
Idiomatic Python : Using Named Tuples
Idiomatic Python: Iterating over Collections
Idiomatic Python: The `itertools` Module
Idiomatic Python: Using Comprehensions
Idiomatic Python: Deques vs Lists
Idiomatic Python: Custom Sorts and Leveraging Sort Stability
Idiomatic Python: Generators
Idiomatic Python: Iterating Dictionaries
Idiomatic Python: Counting Things with Dictionaries
Idiomatic Python: Merging Dictionaries
Environment Variables and the python-dotenv Library
The flake8 Library
Postgres SQL Migrations using YoYo
A Deep Dive into Python's Dataclasses (Part 2)
Python Tips and Tricks: 4 Ways to Compare Lists
Python Tips and Tricks: Case-Insensitive String Comparisons Done Right
Unicode
Python Threading Examples - Issues and Caveats
Tabulating data using the tabulate Library
Python Type Hinting
Intro to Pydantic V1
Pydantic: Migrating from V1 to V2
Pydantic (V2) - In-depth Starter Guide
Distributed Computing using a Redis Queue
Idiomatic Python: Named Arguments
Python Logging Demystified: Part 2 - Coding
Python Tips and Tricks: Base64 String Encoding and Decoding
Concurrency Concepts in Python
Efficiently Looping N Times
Python's Assignment Expression (walrus operator)
Accessing the Clipboard using the pyperclip Library
Synthetic Data using the Faker Library
AsyncIO: Implementing a Producer-Consumer Model
Python Tips and Tricks: Breaking out of Nested Loops
Easy Progress Bars using tqdm
Merge Sort Made Simple: Visual Tutorial and Python Implementation
Efficiently Deleting Elements from Lists
Python Logging Demystified: Part 1 - Concepts
A Deep Dive into Python's Dataclasses (Part 1)
PyCharm and Virtual Environments
The pyyaml Library
Python Tips and Tricks: Flattening Nested Iterables
Python's pathlib Module
Python Tips and Tricks: Decorator Factories and Optional Arguments
Speed Up your Python Apps with Caching
Python's defaultdict
Python's SimpleNamespace and JSON
Simplify Debug Print Statements using IceCream