Advanced Python

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

Detailed close-up texture of a snake's patterned skin showcasing natural patterns and scales.
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python bz2: Compress with bzip2

Learn Python bz2 to compress files and bytes, process data incrementally, handle concatenated streams, and limit external expansion.

Read more

Reading time: 4 minutes
August 16, 2026
Close-up of a computer screen displaying colorful programming code with depth of field.
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python zlib: Compress Data Safely

Learn Python zlib to compress and decompress bytes, process streams, use checksums and dictionaries, and limit external data safely.

Read more

Reading time: 5 minutes
August 16, 2026
File and system diagram representing INI configuration with Python configparser
Advanced Python
Foto de perfil de Leandro Hirt da Academify

configparser: Read and Write INI Files

Learn Python configparser to read and write INI files, layer defaults, use interpolation and converters, and update files safely.

Read more

Reading time: 5 minutes
August 16, 2026
RAM module representing object memory management with Python gc
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python gc: Control Garbage Collection

Learn Python gc to control cyclic collection, inspect tracked objects, diagnose memory growth, and observe collection pauses.

Read more

Reading time: 6 minutes
August 16, 2026
Lines of source code representing execution tracking with Python trace
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python trace: Track Execution

Learn Python trace to count executed lines, follow runtime flow, list functions, combine coverage, and filter modules.

Read more

Reading time: 5 minutes
August 16, 2026
Laptop with performance charts representing profile analysis with Python pstats
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python pstats: Analyze Profiles

Learn Python pstats to sort, filter, merge, and interpret cProfile data, including callers, callees, internal time, and cumulative time.

Read more

Reading time: 5 minutes
August 15, 2026
Laptop with code representing executable examples tested with Python doctest
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python doctest: Test Examples

Learn Python doctest to execute examples in docstrings and text files, normalize output, and integrate executable documentation with CI.

Read more

Reading time: 5 minutes
August 15, 2026
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