File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,21 @@ For missing content, refer [Official Documentation](https://docs.python.org/)
7
7
For some short snippets in python, visit [ 30 seconds of code - python] ( https://www.30secondsofcode.org/python/p/1 )
8
8
For short notes refer, [ Cheat Sheet] ( Cheat_sheet.pdf )
9
9
10
- Book:
11
- A Byte of Python - Swaroopch
10
+ Books:
11
+
12
+ 1 . A Byte of Python by Swaroopch
12
13
[ Read Online] ( https://python.swaroopch.com )
13
14
[ Download PDF or EPUB] ( https://github.com/swaroopch/byte-of-python/releases/latest )
14
15
[ Purchase] ( https://swaroopch.com/buybook )
15
16
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
+
16
25
Read the notes using [ GitHub pages] ( https://aniruddh-0701.github.io/Python_Programming_Notes/ )
17
26
18
27
### Sequence of notes:
Original file line number Diff line number Diff line change @@ -7,12 +7,21 @@ For missing content, refer [Official Documentation](https://docs.python.org/)
7
7
For some short snippets in python, visit [ 30 seconds of code - python] ( https://www.30secondsofcode.org/python/p/1 )
8
8
For short notes refer, [ Cheat Sheet] ( Cheat_sheet.pdf )
9
9
10
- Book:
11
- A Byte of Python - Swaroopch
10
+ Books:
11
+
12
+ 1 . A Byte of Python - Swaroopch
12
13
[ Read Online] ( https://python.swaroopch.com )
13
14
[ Download PDF or EPUB] ( https://github.com/swaroopch/byte-of-python/releases/latest )
14
15
[ Purchase] ( https://swaroopch.com/buybook )
15
16
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
+
16
25
### Sequence of notes:
17
26
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.
18
27
You can’t perform that action at this time.
0 commit comments