Python Programming introduces one of the most rapidly evolving and preferred programming language using the concept of modularity. One of the highlights of the text is its in-depth treatment of basic concepts. Advanced topics are discussed with multiple examples of applications from various fields such as database management, web and, mobile application development.Features1. A chapter on debugging — an essential skill for making the programs work2. Includes basic sorting and searching techniques— selection sort, bubble sort, insertion sort, merge sort, quick sort and linear and binary search3. Comprehensive treatment of recursion, including problems such as list manipulation, Tower of Hanoi, permutation generation, n-queens’ problem, Sudoku and plotting Hilbert curves4. Margin notes and chapter summary for quick review of the conceptsTable of Contents1. Python Programming: An Introduction2. Functions 3. Control Structures 4. Debugging5. Scope 6. Strings 7. Mutable and Immutable Objects8. Recursion 9. Files and Exceptions10. Classes I 11. Classes II 12. List Manipulation 13. Data Structures I: Stack and Queues14. Data Structures II: Linked Lists15. Data Structures III: Binary Search Trees16. More on Recursion17. Graphics 18. Applications of Python