An open API service indexing awesome lists of open source software.

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

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