Advanced Python

Level up your skills. Learn complex Python concepts like concurrency, GIL, multiprocessing, asyncio, and object-oriented programming through hands-on experience.

Source code on screen representing class and function browsing with Python pyclbr
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python pyclbr: Inspect Modules Safely

Learn Python pyclbr to list classes, functions, methods, and nested definitions without importing or executing the target module.

Read more

Reading time: 5 minutes
August 15, 2026
Monitor with binary code representing Python bytecode opcode instructions
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python opcode: Explore Bytecode

Learn Python opcode to map bytecode instructions, arguments, jumps, caches, and stack effects through the documented dis APIs.

Read more

Reading time: 5 minutes
August 15, 2026
Developer investigating memory usage with Python tracemalloc
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python tracemalloc: Find Memory Leaks

Use Python tracemalloc to compare snapshots, locate memory growth, and investigate leaks in long-running applications.

Read more

Reading time: 5 minutes
August 15, 2026
Code with type annotations representing introspection with Python annotationlib
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python annotationlib: Read Annotations

Learn Python annotationlib in 3.14 to retrieve annotations as values, ForwardRef proxies, or strings while controlling execution risks.

Read more

Reading time: 5 minutes
August 14, 2026
Organized archive binders representing modules imported directly from ZIP files with Python zipimport
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python zipimport: Import from ZIP Files

Learn Python zipimport to load modules and packages from ZIP archives, work with importers, and protect plugin systems.

Read more

Reading time: 5 minutes
August 14, 2026
Directory diagram representing site-packages paths and Python site module configuration
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python site: Understand Package Paths

Learn the Python site module to understand site-packages, user site, .pth files, sitecustomize, usercustomize, virtual environments, and startup flags.

Read more

Reading time: 6 minutes
August 14, 2026
Installer icon representing offline pip bootstrap with Python ensurepip
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python ensurepip: Restore pip Offline

Learn Python ensurepip to install or restore pip offline, choose the environment, script names, upgrade behavior, and avoid system conflicts.

Read more

Reading time: 5 minutes
August 14, 2026
Software package representing package metadata inspected with Python importlib.metadata
Advanced Python
Foto de perfil de Leandro Hirt da Academify

importlib.metadata: Inspect Versions and Dependencies

Learn Python importlib.metadata to inspect installed versions, dependencies, files, metadata, entry points, and import-to-distribution mappings.

Read more

Reading time: 5 minutes
August 14, 2026