From 5e15304f9056de408d0119fc486a07b5c2ae8d83 Mon Sep 17 00:00:00 2001 From: Geetika Date: Sun, 23 Mar 2025 21:54:55 +0530 Subject: [PATCH] Update python contents.txt --- python contents.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python contents.txt b/python contents.txt index db6c7e86..e5933feb 100644 --- a/python contents.txt +++ b/python contents.txt @@ -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. @@ -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 ?