Python Development Tools

Terminal demos of Python development tools — interpreters, linters, type checkers, and formatters.

от @agentgif · 25 GIF ·

В этой коллекции

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