Description :-
Book name :- Let Us Python
Author :- Yashavant Kanetkar & Aditya Kanetkar
Edition :- 3rd edition
Publisher :- bpb publication
Pages :- 429
KEY FEATURES
- Strengthens the foundations, as detailed explanation of programming language concepts are given.
- KeyNotes are given explaining key points with the help of programs.
- Simplicity: be it the code or text.
- Lists down all important points that you need to know related to various topics in an organized manner.
- Prepares you for coding related interviews and theoretical questions.
- Exercises are exceptionally useful to complete the reader’s understanding of a topic.
- Follow a systematic approach that will help you to prepare for an interview in a short duration of time.
DESCRIPTION
Most Programmer’s learning Python are usually comfortable with some or the other programming language and are not interested in going through the typical learning curve of learning the first programming language. Instead, they are looking for something that can get them off the ground quickly. They are looking for similarities and differences in a feature that they have used in other language(s) plus what extra does the new language offer. This book should help them immensely. It guides you from the fundamentals of using module through the advanced object orientation, concurrence and synchronization.
WHAT YOU WILL LEARN
- Data types, Control flow instructions, Console & File Input/Output
- Strings, List & Tuples, Comprehension
- Sets, Dictionaries, Functions & Recursion
- Map, Filter, Reduce, Namespaces, Modules & Packages, Classes and Objects
- Containership & Inheritance, Iterators & Generators
- Decorators, Concurrency & Parallelism, Synchronization
Table of Contents:
- Introduction to Python
- Getting Started
- Python Basics
- Strings and Regular Expressions
- Decision Control Instruction
- Repetition Control Instruction
- Console Input/Output
- Lists
- Tuples
- Sets
- Dictionaries
- Comprehensions
- Functions
- Recursion
- Functional Programming
- Modules and Packages
- Namespaces
- Classes and Objects
- Intricacies of Classes and Objects
- Containership and Inheritance
- Iterators and Generators
- Exception Handling
- File Input/Output
- Miscellany
- Concurrency and Parallelism
- Synchronization
- Numpy Library
- Matplotlib
Appendix A - Precedence Table
Appendix B - Debugging in Python
Appendix C - Chasing the Bugs
Periodic Tests