About the Book:
- With this book in your hand and a computer, you can learn Python 3 within a month.
- Written in simple, clear, unambiguous and direct language by an experienced professor of Computer Science, meets the syllabi of many leading universities for courses on Python Programming.
- Every new concept is validated with a tested example program, which the students can themselves execute and compare with the result of the programs listed. More than 200 tested programs are listed in this book.
- The book has abundant exercises along with correct answers to test the progress of students.
- It is a crisp and fast pace book to keep the students' interests alive and also save their time.
- The interview questions and answers given in the appendix has more than 500 questions which will help the student to test himself and be successful in job interviews.
- A couple of student projects have been given for illustration.
- Includes the following special topics:
o A chapter on data visualization using Pandas, Seaborn and Matplotlib, and a chapter on data structures.
o Two chapters on object-oriented programming including inheritance, polymorphism and operator overloading.
o Includes an interesting discussion on the gems of Python language such as function objects, first-class functions, decorators and anonymous functions.
o Comprehensive treatment of file handling including JSON, the pickling solution and CSV files.
o A chapter on functions and recursion including fruitful functions, solutions to Towers of Hanoi problem.