https://github.com/paralleltask/py-starter
Python-Starter in VSCode
https://github.com/paralleltask/py-starter
Last synced: 10 months ago
JSON representation
Python-Starter in VSCode
- Host: GitHub
- URL: https://github.com/paralleltask/py-starter
- Owner: ParallelTask
- License: mit
- Created: 2019-04-09T13:16:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T17:58:16.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T08:17:43.831Z (almost 3 years ago)
- Language: Python
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Selecting environment in VSCode
To select a specific environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P)
https://code.visualstudio.com/docs/python/environments
## Installing pip as a module for Zip downloads
* https://packaging.python.org/tutorials/installing-packages/#ensure-you-can-run-pip-from-the-command-line
* https://michlstechblog.info/blog/python-install-python-with-pip-on-windows-by-the-embeddable-zip-file/
* https://stackoverflow.com/questions/32639074/why-am-i-getting-importerror-no-module-named-pip-right-after-installing-pip/41202408
`Note` For executable and web-installers variations you dont need to install pip, it is installed automatically.
## Linting
python.exe -m pip install -U pylint
## Install VSCode extensions
* autopep8
* pylint
## References
https://code.visualstudio.com/docs/languages/python
https://code.visualstudio.com/docs/python/python-tutorial