Skip to content

Commit e8db5ab

Browse files
committed
updated readme
1 parent 08946ab commit e8db5ab

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

Diff for: .gitignore

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
2-
# Created by https://www.gitignore.io/api/jupyternotebook
3-
4-
### JupyterNotebook ###
5-
.ipynb_checkpoints
6-
*/.ipynb_checkpoints/*
7-
8-
# Remove previous ipynb_checkpoints
9-
# git rm -r .ipynb_checkpoints/
10-
#
11-
12-
13-
# End of https://www.gitignore.io/api/jupyternotebook
1+
2+
# Created by https://www.gitignore.io/api/jupyternotebook
3+
4+
### JupyterNotebook ###
5+
.ipynb_checkpoints
6+
*/.ipynb_checkpoints/*
7+
8+
# Remove previous ipynb_checkpoints
9+
# git rm -r .ipynb_checkpoints/
10+
#
11+
12+
13+
# End of https://www.gitignore.io/api/jupyternotebook

Diff for: README.md

+47-47
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
# Python-tutorial
2-
Contains a step by step tutorial to learn python
3-
4-
5-
## Index:
6-
[1-getting-started](1-getting-started.ipynb)
7-
[2-basics](2-basics.ipynb)
8-
[3-operators](3-operators.ipynb)
9-
[4-operators-2](4-operators-2.ipynb)
10-
[5-bitwise-operators](5-bitwise-operators.ipynb)
11-
[6-basic-types](6-basic-types.ipynb)
12-
[7-conditional-statements](7-conditional-statements.ipynb)
13-
[8-loops](8-loops.ipynb)
14-
[9-numbers](9-numbers.ipynb)
15-
[10-sequences](10-sequences.ipynb)
16-
[11-sets](11-sets.ipynb)
17-
[12-mappings](12-mappings.ipynb)
18-
[13-identity-operator](13-identity-operator.ipynb)
19-
[14-comprehensions](14-comprehensions.ipynb)
20-
[15-functions](15-functions.ipynb)
21-
[16-lists-2](16-lists-2.ipynb)
22-
23-
24-
25-
## How to run the files
26-
All the `.ipynb` files can be viewed in github itself. So you can read the files just by clicking on them.
27-
However, if you want to view/modify it in your local machines, follow the steps below.
28-
29-
### Download Python
30-
Download and install `python` (preferably `python3`) from [here](python.org).
31-
32-
### Install requirements
33-
After installing python, open up a terminal/cmd and type in
34-
```cmd
35-
pip3 install jupyter notebook
36-
```
37-
This will install the latest version of `jupyter notebook` for `python3`.
38-
39-
### View the notebooks
40-
Download or clone this repository and open up a terminal inside the downloaded repository and enter the command
41-
```cmd
42-
jupyter notebook
43-
```
44-
It will automatically launch your browser and you can read and view the files from your own system.
45-
46-
47-
README file to be properly updated soon
1+
# Python-tutorial
2+
Contains a step by step tutorial to learn python
3+
4+
5+
## Index:
6+
[1-getting-started](1-getting-started.ipynb)
7+
[2-basics](2-basics.ipynb)
8+
[3-operators](3-operators.ipynb)
9+
[4-operators-2](4-operators-2.ipynb)
10+
[5-bitwise-operators](5-bitwise-operators.ipynb)
11+
[6-basic-types](6-basic-types.ipynb)
12+
[7-conditional-statements](7-conditional-statements.ipynb)
13+
[8-loops](8-loops.ipynb)
14+
[9-numbers](9-numbers.ipynb)
15+
[10-sequences](10-sequences.ipynb)
16+
[11-sets](11-sets.ipynb)
17+
[12-mappings](12-mappings.ipynb)
18+
[13-identity-operator](13-identity-operator.ipynb)
19+
[14-comprehensions](14-comprehensions.ipynb)
20+
[15-functions](15-functions.ipynb)
21+
[16-lists-2](16-lists-2.ipynb)
22+
23+
24+
25+
## How to run the files
26+
All the `.ipynb` files can be viewed in github itself. So you can read the files just by clicking on them.
27+
However, if you want to view/modify it in your local machines, follow the steps below.
28+
29+
### Download Python
30+
Download and install `python` (preferably `python3`) from [here](python.org).
31+
32+
### Install requirements
33+
After installing python, open up a terminal/cmd and type in
34+
```cmd
35+
pip3 install jupyter notebook
36+
```
37+
This will install the latest version of `jupyter notebook` for `python3`.
38+
39+
### View the notebooks
40+
Download or clone this repository and open up a terminal inside the downloaded repository and enter the command
41+
```cmd
42+
jupyter notebook
43+
```
44+
It will automatically launch your browser and you can read and view the files from your own system.
45+
46+
47+
README file to be properly updated soon

0 commit comments

Comments
 (0)