Skip to content

Update python contents.txt #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion python contents.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python
#Python Tutorial
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.
No. Diving into Python The Python Standard Library by Example Python Essential Reference (4th edition) The Quick Python Book Learning Python
Introductory Concepts covering installation on different OS, version history, interpreter. This section also covers questions like Why, Who, What and Where on Python.
Expand Down Expand Up @@ -66,6 +66,7 @@ String & Text Handling 1. Python Overview
5. Strings
6. Control Flow
3. Functions
#recursion examples
4. Modules and Scoping Rules
5. Python Programs 1. Introducing Python Object Types
1. Why use built-in Types ?
Expand Down