FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

devNotes/python.md at master · totev/devNotes · GitHub

/ devNotes Public

Latest commit

 

History

History
25 lines (19 loc) · 477 Bytes

File metadata and controls

25 lines (19 loc) · 477 Bytes

read

useful tools

  • pipx

VSCode plugins

  • pylance: newer language server
    • remember to turn it on via Language Server
  • visual studio intellicode
  • bookmarks
  • paste and indent
  • error lense

virtual environment

Pipenv & Virtual Environments

python -m venv --prompt myCoolAppName .venv
source .venv/bin/activate
echo "when done"
deactivate

Back | FazBrowse Home | New Git URL