Solutions to all Exercises in Let Us Python, Cross-check Your Solutions
DESCRIPTION
Practice! That is what Python Programming is all about. To be able to master Python you need to practise writing a large number of programs in it. As you try to do so, you would find that there are multiple ways of writing any program. So you need to find out whether you have chosen the best way to implement your program. ThatÕs where you would find this book useful.
Ê
ÔLet Us PythonÕ contains exercises at the end of each chapter. Solving these exercises would help you build your Python skills. As you do so, many of you would feel the need for a trusted companion who will ratify your answers and programs. ÔLet Us Python SolutionsÕ will be that trusted companion. It will help you validate your answers and teach you how to write better Python programs.
Ê
KEY FEATURES
- Strengthens the foundations, as detailed explanation of programming language concepts are given in simple manner.ÊÊÊÊÊÊÊÊÊÊÊÊÊÊ
- Lists down all the important points that you need to know related to various topics in an organized manner.
- Prepares you for coding related interview and theoretical questions.
- Provides In depth explanation of complex topics and Questions.
- Focuses on how to think logically to solve a problem.
- Follows a systematic approach that will help you to prepare for an interview in short duration of time.
- Exercises are exceptionally useful to complete the readerÕs understanding of a topic.
Ê
WHAT WILL YOU LEARN
1. Data types, Control flow instructions, consoleÊ & File Input/Output
2. Strings, list & tuples, List comprehension
3. Sets & Dictionaries, Functions & Lambdas
4. Dictionary Comprehension
5. Modules, classes and objects, Inheritance
6. Operator overloading, Exception handling
7. Iterators & Generators, Decorators, Command-line Parsing
Ê
WHO THIS BOOK IS FOR
Students, Programmers, researchers, and software developers who wish to learn the basics of Python programming language.
Ê
Table of ContentsÊ
1. Introduction to Python
2. Python BasicsÊÊÊÊ
3. Strings
4. Decision Control Instruction
5. Repetition Control Instruction
6. Console Input/Output
7. Lists
8. Tuples
9. Sets
10. Dictionaries
11. Comprehensions
12. Functions
13. Recursion
14. Functional Programming
15. Modules and Packages
16. Namespaces
17. Classes and Objects
18. Intricacies of Classes and Objects
19. Containership and Inheritance
20. Iterators and Generators
21. Exception Handling
22. File Input/OutputÊ
23. Miscellany
24. Multi-threading
25. Synchronization