Skip to content

Commit 2d3cc65

Browse files
committed
Updates
1 parent aa787af commit 2d3cc65

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Books:
1414
[Download PDF or EPUB](https://github.com/swaroopch/byte-of-python/releases/latest)
1515
[Purchase](https://swaroopch.com/buybook)
1616

17-
2. Automate the Boring Stuff with Python by Al Sweigart
18-
[Read Online](https://automatetheboringstuff.com/2e/)
17+
2. Automate the Boring Stuff with Python by Al Sweigart
18+
[Read Online](https://automatetheboringstuff.com/2e/)
1919
[Purchase](https://www.amazon.in/Automate-Boring-Stuff-Python-2nd/dp/1593279922/ref=sr_1_3?crid=P8EQ7A13BCC7&dchild=1&keywords=automate+the+boring+stuff+with+python&qid=1622629604&sprefix=Automate+the+boring+%2Caps%2C317&sr=8-3)
2020

21-
3. Beyond the Basic Stuff with Python by Al Sweigart
22-
[Read Online](https://inventwithpython.com/beyond/)
21+
3. Beyond the Basic Stuff with Python by Al Sweigart
22+
[Read Online](https://inventwithpython.com/beyond/)
2323
[Purchase](https://www.amazon.in/Python-Beyond-Basics-Al-Sweigart/dp/1593279663/ref=sr_1_3?crid=3R7C1Q4GPS9WB&dchild=1&keywords=beyond+the+basic+stuff+with+python&qid=1622629740&sprefix=Beyond+the+basic+stuff+with+%2Caps%2C322&sr=8-3)
2424

2525
Read the notes using [GitHub pages](https://aniruddh-0701.github.io/Python_Programming_Notes/)

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Books:
1414
[Download PDF or EPUB](https://github.com/swaroopch/byte-of-python/releases/latest)
1515
[Purchase](https://swaroopch.com/buybook)
1616

17-
2. Automate the Boring Stuff with Python by Al Sweigart
18-
[Read Online](https://automatetheboringstuff.com/2e/)
17+
2. Automate the Boring Stuff with Python by Al Sweigart
18+
[Read Online](https://automatetheboringstuff.com/2e/)
1919
[Purchase](https://www.amazon.in/Automate-Boring-Stuff-Python-2nd/dp/1593279922/ref=sr_1_3?crid=P8EQ7A13BCC7&dchild=1&keywords=automate+the+boring+stuff+with+python&qid=1622629604&sprefix=Automate+the+boring+%2Caps%2C317&sr=8-3)
2020

21-
3. Beyond the Basic Stuff with Python by Al Sweigart
22-
[Read Online](https://inventwithpython.com/beyond/)
23-
[Purchase](https://www.amazon.in/Python-Beyond-Basics-Al-Sweigart/dp/1593279663/ref=sr_1_3?crid=3R7C1Q4GPS9WB&dchild=1&keywords=beyond+the+basic+stuff+with+python&qid=1622629740&sprefix=Beyond+the+basic+stuff+with+%2Caps%2C322&sr=8-3)
21+
3. Beyond the Basic Stuff with Python by Al Sweigart
22+
[Read Online](https://inventwithpython.com/beyond/)
23+
[Purchase](https://www.amazon.in/Python-Beyond-Basics-Al-Sweigart/dp/1593279663/ref=sr_1_3?crid=3R7C1Q4GPS9WB&dchild=1&keywords=beyond+the+basic+stuff+with+python&qid=1622629740&sprefix=Beyond+the+basic+stuff+with+%2Caps%2C322&sr=8-3)
2424

2525
### Sequence of notes:
2626
All the outputs are to be tested by using print statement. In the notes shared, if only names of variables/functions are given, please use print statement(s) in your code to get the output.

0 commit comments

Comments
 (0)