Skip to content

Commit 01615bc

Browse files
authored
Update python contents.txt
1 parent 3d7aea4 commit 01615bc

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

python contents.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
Python
2-
The below table largely covers the TOC for 5 popular books. Learning Python (Fourth Edition) has a more in-depth look at concepts than any of the other books. However this book also does not essentially cover some aspects that are covered in other books.
3-
No. Diving into Python The Python Standard Library by Example Python Essential Reference (4th edition) The Quick Python Book Learning Python
4-
Introductory Concepts covering installation on different OS, version history, interpreter. This section also covers questions like Why, Who, What and Where on Python.
5-
1 1. Installing Python
2+
The below table largely covers the TOC for 5 popular books. Learning Python (Fourth Edition) has a
3+
more in-depth look at concepts than any of the other books. However this book also does not
4+
essentially cover some aspects that are covered in other books.
5+
Diving into Python
6+
The Python Standard Library by Example
7+
Python Essential Reference (4th edition)
8+
The Quick Python Book
9+
Learning Python
10+
Introductory Concepts covering installation on different OS, version history, interpreter.
11+
This section also covers questions like Why, Who, What and Where on Python.
12+
1 1. Installing Python
613
2. Which Python is right for you ?
714
3. Python & your OS
815
4. Interactive Shell

0 commit comments

Comments
 (0)