Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuchan/vscode-python-tutorial


https://github.com/yuchan/vscode-python-tutorial

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# VSCode Python Tutorial

https://code.visualstudio.com/docs/python/python-tutorial

Only difference is that I am using pipenv instead of pip.
Pipenv enables you to control dependencies in more detailed level. For instance, you can separate modules by environments like production, test, development.