Skip to content

Commit fbf6282

Browse files
authored
Merge pull request #22 from Aatmaj-Zephyr/patch-1
Update README.md
2 parents 3d6d86f + 1692c35 commit fbf6282

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,3 +666,35 @@ def isPalindrome(s):
666666
else:
667667
return "no"
668668
```
669+
670+
671+
672+
## Further reading-
673+
____
674+
1) [Introduction and Installation](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%201)
675+
2) [Why Python?](https://dev.to/shivashishthak3/top-reasons-why-learning-python-is-the-best-decision-392k)
676+
3) [Statements, Comments and Indentation](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%202)
677+
4) [Operators and If-elif-else](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%203)
678+
5) [The for loop](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%204)
679+
6) [Summary Interview questions](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%205)
680+
7) [The While Loop and more questions](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%206)
681+
8) [Exercises and coding challenges⚔️](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%207)
682+
9) [Unicode in Python](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%208)
683+
10) [Summary of the week and exercises.](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%209)
684+
11) [Lists in Python](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2010)
685+
12) [Multidimensional lists and Tuples](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2011)
686+
13) [Basic algorithms](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2012)
687+
14) [Stack implementation](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2013)
688+
15) [Basic Exception and error handling using try-except](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2014)
689+
16) [More about try-except](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2015)
690+
17) [Fractal lists and other questions](https://github.com/Aatmaj-Zephyr/Learning-Python/blob/main/Basic/Day%2016/README.md)
691+
18) [Intro to DSA](https://www.geeksforgeeks.org/introduction-to-data-structures-10-most-commonly-used-data-structures/) ^^
692+
19) [Insertion sort](https://github.com/Aatmaj-Zephyr/Learning-Python/blob/main/Basic/Day%2017/README.md)
693+
20) [Dictionaries in Python](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2018)
694+
21) [Practicing Dictionary exercises](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2019)
695+
22) [HashTables via Dictionaries](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2020)
696+
23) [Summary of the week and dictionary exercises.](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2021)
697+
24) [String Methods Part-1](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2022)
698+
25) [String Methods Part-2](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2023)
699+
26) [String Methods Part-3](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2024)
700+
27) [Summary of the basic course.](https://github.com/Aatmaj-Zephyr/Learning-Python/tree/main/Basic/Day%2025)

0 commit comments

Comments
 (0)