Python 3 Guide
Python 3 Guide
Intro, basics, learning path, and modern language features for algorithm practice
Basics & Idioms
Types, control flow, functions, comprehensions, classes, imports, and interview pitfalls
Python Quick Reference for LeetCode
Containers, sorting, heap, stack/queue, math/bit tricks, DSU, DP snippets
Modern Features (3.8–3.13)
Commonly used APIs vs latest syntax — what to use in contests and interviews
LeetCode Categories & Templates
Pattern library after you know Python basics — DP, graph, sliding window, and more