Repository History
Explore all analyzed open source repositories

Nuitka: Compiling Python to Executables and Extension Modules
Nuitka is a powerful Python compiler written in Python itself, offering full compatibility across a wide range of Python versions. It transforms Python applications into standalone executables or extension modules, significantly enhancing performance and simplifying distribution. This tool is ideal for developers looking to optimize their Python projects and create deployable binaries.

debugpy: An Advanced Debugger for Python Development
debugpy is Microsoft's robust implementation of the Debug Adapter Protocol (DAP) for Python 3. It provides powerful debugging capabilities, allowing developers to efficiently inspect and troubleshoot their Python applications. This tool supports both command-line and API-based usage, offering flexibility for various development workflows.