Advanced Python

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

Code editor representing tab and space correction with Python tabnanny
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python tabnanny: Fix Ambiguous Indentation

Learn Python tabnanny to detect ambiguous tabs and spaces, scan projects, and prevent TabError and IndentationError.

Read more

Reading time: 6 minutes
August 4, 2026
Source code and syntax representing lexical 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, encodings, source positions, and rebuild Python code safely.

Read more

Reading time: 5 minutes
August 4, 2026
Programming terminal representing interactive input compilation with Python codeop
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python codeop: Compile Interactive Input

Learn Python codeop to detect complete interactive input, compile REPL commands, and preserve __future__ state securely.

Read more

Reading time: 6 minutes
August 4, 2026
Developer analyzing code structure and symbol tables with Python symtable
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python symtable: Scopes and Symbols

Learn Python symtable to analyze scopes, symbols, globals, nonlocals, closures, imports, annotations, and type parameters.

Read more

Reading time: 6 minutes
August 3, 2026
Monitor with binary code representing bytecode analysis with Python dis
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python dis: Understand Bytecode

Learn Python dis to inspect bytecode instructions, adaptive caches, source positions, tracebacks, and CPython implementation details.

Read more

Reading time: 6 minutes
August 3, 2026
Error screen representing crash and deadlock diagnosis with Python faulthandler
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python faulthandler: Diagnose Crashes

Learn Python faulthandler to diagnose crashes, deadlocks, and timeouts using thread dumps and native C stack information.

Read more

Reading time: 6 minutes
August 3, 2026
Laptop with code representing Python traceback analysis and debugging
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python traceback: Errors and Call Stacks

Learn Python traceback to capture, format, and log error call stacks safely without leaking sensitive data or retaining memory.

Read more

Reading time: 6 minutes
August 3, 2026
Software analysis representing object introspection with Python inspect
Advanced Python
Foto de perfil de Leandro Hirt da Academify

Python inspect: Object Introspection

Learn Python inspect to analyze functions, classes, signatures, source code, decorators, generators, coroutines, and frames safely.

Read more

Reading time: 6 minutes
August 2, 2026