Python Toolchain Common commands for Python projects. Virtual environments Testing Linting & formatting Running Debugging Packaging Dependencies Notes - Check for , , or to understand project structure. - Prefer virtual environments to avoid global package conflicts. - Use explicitly (not ) for portability. ---