This repository is intended to have python3 code for various applications
This repository is primarily being developed using Ubuntu 18.04 installed on top of Windows. Ubuntu software is available on MS Store.
Getting path of Ubuntu files: https://askubuntu.com/questions/759880/where-is-the-ubuntu-file-system-root-directory-in-windows-subsystem-for-linux-an
Setting up gitignore: Create a gitignore file ~/.gitingore (Use any template from web) Create global config for the same: git config --global core.excludesfile ~/.gitignore
Typical list of configuration that is required: sudo apt-get update sudo apt install python3-pip