Skip to content

Commit 5e15304

Browse files
Update python contents.txt
1 parent 1736fd8 commit 5e15304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python contents.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python
1+
#Python Tutorial
22
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.
33
No. Diving into Python The Python Standard Library by Example Python Essential Reference (4th edition) The Quick Python Book Learning Python
44
Introductory Concepts covering installation on different OS, version history, interpreter. This section also covers questions like Why, Who, What and Where on Python.
@@ -66,6 +66,7 @@ String & Text Handling 1. Python Overview
6666
5. Strings
6767
6. Control Flow
6868
3. Functions
69+
#recursion examples
6970
4. Modules and Scoping Rules
7071
5. Python Programs 1. Introducing Python Object Types
7172
1. Why use built-in Types ?

0 commit comments

Comments
 (0)