This is a sample Python project meant to demonstrate how to use Python projects with GitHub and VSCode. It contains a complete Python project development setup with the following features:
.python-versionfile to specify the Python version;requirements.infile to specify the Python package dependencies;- And a generated
requirements.txt, readSETUP.mdfor more info;
- And a generated
SETUP.mdfile to document the project required dependencies and setup;.gitignorefile to exclude commom files and directories from a python repository;.code-workspacefile to configure the VSCode workspace settings, with some recommended settings and extensions;src/directory to store the Python source code;