Posts tagged "programming"
undefined min read
Python Lecture Part 1 - Python's Philosophy and Design Principles
Python's values, design philosophy, and the art of trade-offs
undefined min read
Python Lecture 2 - Lexical Structure of Python
Learn how Python reads and understands your code, starting from the first step of lexical analysis
undefined min read
Python Lecture 3 - Containers and Generators
Learn about Python's container concept, list internals, and efficient iteration with generators
undefined min read
Python Lecture 04 - Class Internals and Descriptors
Deep dive into how Python classes work internally, uncovering the secrets of bound methods and descriptors