Python
Python Variables: Names, Objects, Scope, and Identity
Understand Python variables through names, objects, assignment, mutability, identity, equality, local scope, global scope, and practical naming patterns.
Avora knowledge hub
Explore reviewed python fundamentals resources in Avora's blog collection.
6 resources
Python
Understand Python variables through names, objects, assignment, mutability, identity, equality, local scope, global scope, and practical naming patterns.
Python
Learn Python lists through indexing, slicing, methods, comprehensions, sorting, shallow copies, nested mutation, iteration, and practical patterns.
Python
Learn Python tuples through immutability, ordered records, packing, unpacking, return values, hashability, pattern matching, and list comparisons.
Python
Learn Python dictionaries through hashable keys, safe lookups, updates, iteration, comprehensions, merging, defaults, grouping, and practical modeling.
Python
Learn Python object-oriented programming through classes, instances, methods, dataclasses, class invariants, composition, inheritance, and protocols.
Python
Learn Python file handling through pathlib, context managers, text encodings, CSV and JSON, atomic writes, exceptions, directories, and safe automation.