Python Programming is designed as a textbook to fulfil the requirements of the first-level course in Python programming. It is suited for undergraduate degree students of computer science engineering, information technology as well as computer applications. This book will enable students to apply the Python programming concepts in solving real-world problems.The book begins with an introduction to computers, problem solving approaches, programming languages, object oriented programming and Python programming. Separate chapters dealing with the important constructs of Python language such as control statements, functions, strings, files, data structures, classes and objects, inheritance, operator overloading and exceptions are provided in the book.Features• Simple and lucid treatment of concepts supported with illustrations for easy understanding.• Numerous programming examples along with their outputs to help students master the art of writing efficient Python programs.• Notes and programming tips to highlight the important concepts and help readers avoid common programming errors.• Strong chapter-end pedagogy including plenty of objective-type questions, review questions, programming and debugging exercises to facilitate revision and practice of concepts learnt.• 7 Annexures and 5 appendices covering types of operating systems, differences between Python 2.x and 3.x, installing Python, debugging and testing, iterators, generators, getters, setters, Turtle graphics, plotting graphs, multi-threading, GUI and Web Programming provided to supplement the text.• Case studies on creating calculator, calendar, hash files, compressing strings and files, tower of Hanoi, image processing, shuffling a deck of cards and mail merge demonstrate the application of various concepts.• Point-wise summary and glossary of key terms to aid quick recapitulation of concepts.Online Resources For Faculty• Chapter-wise PPTs• Solutions ManualFor Students• Lab exercises• Test generator• Projects• Model question papers• Solutions to find the output and error questions• Extra reading materialTable of contents1. Introduction to Computers and Problem Solving Strategies2. Introduction to Object Oriented Programming3. Basics of Python Programming4. Decision Control Statements5. Functions6. Python Strings Revisited7. File Handling8. Data Structures9. Classes and Objects10. Inheritance and Polymorphism11. Operator Overloading12. Error and Exception Handling.
Title
PYTHON PROGRAMMING: USING PROBLEM SOLVING APPROACH