Advanced Python

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

Executing code representing modules and paths run with Python runpy
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python runpy: Execute Modules and Paths

Learn Python runpy to execute modules, scripts, directories, and ZIP files, control namespaces, and avoid security and thread-safety problems.

Read more

Reading time: 5 minutes
August 13, 2026
Software package representing module discovery with Python pkgutil
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python pkgutil: Discover Packages

Learn Python pkgutil to discover modules, walk packages, resolve objects, extend package paths, and access resources safely.

Read more

Reading time: 5 minutes
August 13, 2026
Binary code network representing the import graph analyzed with Python modulefinder
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python modulefinder: Analyze Imports

Learn Python modulefinder to map imports, detect missing modules, customize search paths, and audit dependencies with clear limitations.

Read more

Reading time: 5 minutes
August 13, 2026
Organized binders representing applications packaged as executable .pyz files with Python zipapp
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python zipapp: Build Executable .pyz Files

Learn Python zipapp to package applications as executable .pyz files, define entry points, bundle dependencies, and distribute safely.

Read more

Reading time: 5 minutes
August 13, 2026
Code editor representing REPL completion with Python rlcompleter
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python rlcompleter: REPL Completion

Learn Python rlcompleter to add completion to REPLs, consoles, and editors, control namespaces, filter results, and avoid side effects.

Read more

Reading time: 5 minutes
August 13, 2026
Terminal window representing an interactive console built with Python cmd
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python cmd: Build Interactive Consoles

Learn Python cmd to build interactive consoles with commands, help, history, completion, testing, streams, and secure action control.

Read more

Reading time: 4 minutes
August 12, 2026
Interactive terminal representing a custom REPL built with the Python code module
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python code: Build a Custom REPL

Learn the Python code module to build custom REPLs, control namespaces, prompts, output, incomplete blocks, errors, and local exit behavior.

Read more

Reading time: 5 minutes
August 12, 2026
Web application code representing WSGI with Python wsgiref
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python wsgiref: WSGI Applications

Learn Python wsgiref to build and validate WSGI applications, test environ and headers, route requests, and run a local reference

Read more

Reading time: 4 minutes
August 12, 2026