Contains a step by step tutorial to learn python
1-getting-started
2-basics
3-operators
4-operators-2
5-bitwise-operators
6-basic-types
7-conditional-statements
8-loops
9-numbers
10-sequences
11-sets
12-mappings
13-identity-operator
14-comprehensions
15-functions
16-lists-2
All the .ipynb
files can be viewed in github itself. So you can read the files just by clicking on them.
However, if you want to view/modify it in your local machines, follow the steps below.
Download and install python
(preferably python3
) from here.
After installing python, open up a terminal/cmd and type in
pip3 install jupyter notebook
This will install the latest version of jupyter notebook
for python3
.
Download or clone this repository and open up a terminal inside the downloaded repository and enter the command
jupyter notebook
It will automatically launch your browser and you can read and view the files from your own system.
README file to be properly updated soon