Advanced Python

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

Software architecture representing abstract base classes with Python abc
Advanced Python
Foto de perfil de Leandro Hirt da Academify

abc: Build Abstract Classes and Contracts

Learn Python abc to create abstract classes, required methods, virtual subclasses, and stable runtime contracts.

Read more

Reading time: 5 minutes
August 6, 2026
Code and structures representing runtime types with the Python types module
Advanced Python
Foto de perfil de Leandro Hirt da Academify

types: Runtime Type Utilities in Python

Learn Python types for SimpleNamespace, MappingProxyType, runtime type names, and safe dynamic class creation.

Read more

Reading time: 5 minutes
August 6, 2026
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python sched: Schedule Events

Learn Python sched to schedule events, control priorities, cancel tasks, and build recurring work with a monotonic clock.

Read more

Reading time: 7 minutes
August 5, 2026
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python atexit: Run Cleanup on Exit

Learn Python atexit to run cleanup at shutdown, control LIFO order, and avoid problems with threads, signals, and handler exceptions.

Read more

Reading time: 6 minutes
August 5, 2026
Monitor with binary code representing pickle opcode analysis with Python pickletools
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python pickletools: Analyze Pickles

Learn Python pickletools to disassemble pickles, inspect opcodes, and optimize streams without executing untrusted data.

Read more

Reading time: 6 minutes
August 5, 2026
Source code on screen representing analysis with Python tokenize
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python tokenize: Analyze Source Code

Learn Python tokenize to inspect tokens, comments, indentation, encodings, source positions, and rebuild code safely.

Read more

Reading time: 6 minutes
August 5, 2026
Developer working on build automation and directory compilation with Python compileall
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python compileall: Compile Directories

Learn Python compileall to compile directories, generate pyc files in parallel, filter paths, and control optimization and invalidation.

Read more

Reading time: 6 minutes
August 4, 2026
Monitor with binary code representing pyc generation with Python py_compile
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python py_compile: Generate pyc Files

Learn Python py_compile to generate pyc files, validate syntax, and control optimization and timestamp or hash invalidation.

Read more

Reading time: 5 minutes
August 4, 2026