DESCRIPTION
Practise! 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 YOU WILL LEARN
● Data types, Control flow instructions, console & File Input/Output.
● Strings, list & tuples, List comprehension.
● Sets & Dictionaries, Functions & Lambdas.
● Dictionary Comprehension.
● Modules, classes and objects, Inheritance.
● Operator overloading, Exception handling.
● 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. Getting Started
3. Python Basics
4. Strings
5. Decision Control Instruction
6. Repetition Control Instruction
7. Console Input/Output
8. Lists
9. Tuples
10. Sets
11. Dictionaries
12. Comprehensions
13. Functions
14. Recursion
15. Functional Programming
16. Modules and Packages
17. Namespaces
18. Classes and Objects
19. Intricacies of Classes and Objects
20. Containership and Inheritance
21. Iterators and Generators
22. Exception Handling
23. File Input/Output
24. Logging
25. Miscellany
26. Concurrency and Parallelism
27. Synchronization
28. Numpy Library
29. Matplotlib
30. Pandas Library
31. Security Programming
32. Interaction with ChatGPT
33. Periodic Tests