Python Development Tools
Terminal demos of Python development tools — interpreters, linters, type checkers, and formatters.
In dieser Sammlung
- 1. pyenv — Python Version Manager
- 2. xonsh — Python-Powered Shell
- 3. glances — System Monitoring Tool
- 4. pulumi — Infrastructure as Code (Any Language)
- 5. Python Project Setup — Part 1: Initialize with uv
- 6. ranger — yazi vs ranger vs nnn
- 7. uv — uv vs pip
- 8. ranger — Console File Manager with VI Keybindings
- 9. difftastic — Structural Code Diff
- 10. Python 3 — Programming Language Interpreter
- 11. pipx — Install Python CLI Tools in Isolation
- 12. uv add — Add Python dependencies
- 13. uv run — Run scripts in isolated environments
- 14. uv pip list — List installed packages
- 15. uv tool install — Install CLI tools globally
- 16. uv init — Create a new Python project
- 17. mypy — Static Type Checker for Python
- 18. nvim server.py — Neovim with syntax highlighting
- 19. uv — Extremely Fast Python Package Manager
- 20. ruff — Extremely Fast Python Linter
- 21. starship — Python virtualenv prompt
- 22. difft file1 file2 — structural diff that understands syntax
- 23. pip — Python Package Installer
- 24. rg -t py "import" — search Python files for imports
- 25. fd .py — find Python files fast