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 representing parser tokens and constants with the Python token module
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python token: Parser Constants

Learn Python token constants for lexical types, exact operators, indentation, f-strings, t-strings, and version-aware parsers.

Read more

Reading time: 7 minutes
August 7, 2026
Source code representing reserved words and soft keywords in Python
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python keyword: Reserved Words

Learn Python keyword to validate identifiers, reserved words, and soft keywords for the target interpreter version.

Read more

Reading time: 5 minutes
August 7, 2026
Software architecture representing abstract base classes with Python abc
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python abc: Abstract Base Classes

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

Python types: Runtime Type Utilities

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