Skip to content

Instantly share code, notes, and snippets.

@afaquejam
Last active August 18, 2019 15:31
Show Gist options
  • Save afaquejam/af1c3a2d3ab00aa8528d945d98bf5a57 to your computer and use it in GitHub Desktop.
Save afaquejam/af1c3a2d3ab00aa8528d945d98bf5a57 to your computer and use it in GitHub Desktop.
VS Code Config for Python
# Configure VSCode for Python Programming
* Install Python on your computer.
* Install Python extension in VSCode.
* Install pylint (it follows PEP8.
* Run this command: `pylint --generate-rcfile > ~/.pylintrc`
* Look at the bottom status bar (left side) for the Python Interpretor currently selected. Change if necessary.
* Install Ctags: brew install ctags. This will help you generate a list of object properties while coding (auto-completing).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment