Contains a step by step tutorial to learn python
Read in the following order
Getting Started
Basics
Operators
Operators 2
Bitwise Operators
How to run the files.
After installing python, open up a terminal/cmd and type in
pip install jupyter-notebook
Download or clone the repository and open up a terminal inside the repo and enter the command
jupyter notebook
It will automatically launch your browser and you can read and run python code inside it
README file to be properly updated soon