Skip to content

Commit c042169

Browse files
committed
updated readme
1 parent e102cf5 commit c042169

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22
Contains a step by step tutorial to learn python
33

44

5-
Read in the following order
6-
Getting Started
7-
Basics
8-
Operators
9-
Operators 2
10-
Bitwise Operators
5+
Read in the following order:
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")
1121

1222

1323

@@ -21,4 +31,4 @@ Download or clone the repository and open up a terminal inside the repo and ente
2131
It will automatically launch your browser and you can read and run python code inside it
2232

2333

24-
README file to be properly updated soon
34+
README file to be properly updated soon

0 commit comments

Comments
 (0)