Skip to content

Commit aa787af

Browse files
committed
Added new books
1 parent 68c2b07 commit aa787af

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ For missing content, refer [Official Documentation](https://docs.python.org/)
77
For some short snippets in python, visit [30 seconds of code - python](https://www.30secondsofcode.org/python/p/1)
88
For short notes refer, [Cheat Sheet](Cheat_sheet.pdf)
99

10-
Book:
11-
A Byte of Python - Swaroopch
10+
Books:
11+
12+
1. A Byte of Python by Swaroopch
1213
[Read Online](https://python.swaroopch.com)
1314
[Download PDF or EPUB](https://github.com/swaroopch/byte-of-python/releases/latest)
1415
[Purchase](https://swaroopch.com/buybook)
1516

17+
2. Automate the Boring Stuff with Python by Al Sweigart
18+
[Read Online](https://automatetheboringstuff.com/2e/)
19+
[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)
20+
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)
24+
1625
Read the notes using [GitHub pages](https://aniruddh-0701.github.io/Python_Programming_Notes/)
1726

1827
### Sequence of notes:

docs/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ For missing content, refer [Official Documentation](https://docs.python.org/)
77
For some short snippets in python, visit [30 seconds of code - python](https://www.30secondsofcode.org/python/p/1)
88
For short notes refer, [Cheat Sheet](Cheat_sheet.pdf)
99

10-
Book:
11-
A Byte of Python - Swaroopch
10+
Books:
11+
12+
1. A Byte of Python - Swaroopch
1213
[Read Online](https://python.swaroopch.com)
1314
[Download PDF or EPUB](https://github.com/swaroopch/byte-of-python/releases/latest)
1415
[Purchase](https://swaroopch.com/buybook)
1516

17+
2. Automate the Boring Stuff with Python by Al Sweigart
18+
[Read Online](https://automatetheboringstuff.com/2e/)
19+
[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)
20+
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)
24+
1625
### Sequence of notes:
1726
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.
1827

0 commit comments

Comments
 (0)