Advanced Python

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

Python code validated with enum.verify
Advanced Python
Foto de perfil de Leandro Hirt da Academify

enum.verify: Validate Enum Rules in Python

Learn Python enum.verify to validate unique values, continuous sequences, and named flags with explicit enum rules.

Read more

Reading time: 6 minutes
September 6, 2026
Software dependency graph and task workflow with Python TopologicalSorter
Advanced Python
Foto de perfil de Leandro Hirt da Academify

TopologicalSorter: Order Dependencies Safely

Learn Python TopologicalSorter to order dependencies, detect cycles, and run sequential or parallel pipelines safely.

Read more

Reading time: 6 minutes
September 6, 2026
Folders and directories representing Python os.fwalk
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python os.fwalk: Traverse Directories

Learn Python os.fwalk to traverse directories with file descriptors, reduce race conditions, and handle files more safely.

Read more

Reading time: 4 minutes
September 5, 2026
Software developer reviewing Python code and overridden methods
Advanced Python
Foto de perfil de Leandro Hirt da Academify

typing.override: Validate Method Overrides

Learn Python typing.override for safer method overrides, compatible signatures, inheritance contracts, and reliable refactoring.

Read more

Reading time: 6 minutes
September 5, 2026
Software developer working with Python queues and threads
Advanced Python
Foto de perfil de Leandro Hirt da Academify

queue.SimpleQueue: Thread-Safe FIFO Queue

Learn Python queue.SimpleQueue for thread-safe FIFO queues, worker pipelines, clean shutdown, and reliable producer-consumer designs.

Read more

Reading time: 5 minutes
September 4, 2026
Software developer working with Python enums and API code
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python StrEnum: String Enums

Learn Python StrEnum for string-based enums, input validation, JSON serialization, APIs, configuration, and cleaner domain contracts.

Read more

Reading time: 4 minutes
September 4, 2026
Folders and directories for Python contextlib.chdir
Advanced Python
Foto de perfil de Leandro Hirt da Academify

contextlib.chdir: Restore Directories Automatically

Learn Python contextlib.chdir to change directories temporarily, restore paths safely, isolate tests, and avoid global-state bugs.

Read more

Reading time: 5 minutes
September 3, 2026
Python code execution and performance monitoring
Advanced Python
Foto de perfil de Leandro Hirt da Academify

sys.monitoring: Low-Overhead Instrumentation

Learn Python sys.monitoring for low-overhead instrumentation with selective events, callbacks, tooling, and safe observability.

Read more

Reading time: 5 minutes
September 3, 2026