Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Let Us Python - 3rd Edition

Posted By: lucky_aut
Let Us Python - 3rd Edition

Let Us Python - 3rd Edition by Yashavant Kanetkar, Aditya Kanetkar
English | 2021 | ISBN: 9789389898521 | 429 pages | PDF | 38.85 MB

Learn Python Quickly, A Programmer-Friendly GuideDescriptionMost 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.KEY FEATURES? Strengthens the foundations, as detailed explanation of programming language concepts are given. ? KanNotes 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.What you will learnData types, Control flow instructions, Console & File Input/OutputStrings, List & Tuples, ComprehensionSets, Dictionaries, Functions & RecursionMap, Filter, Reduce, Namespaces, Modules & Packages, Classes and ObjectsContainership & Inheritance, Iterators & GeneratorsDecorators, Concurrency & Parallelism, SynchronizationWho this book is forStudents, Programmers, researchers, and software developers who wish to learn the basics of Python programming language.Table of Contents1. Introduction to Python2. Getting Started3. Python Basics4. Strings5. Decision Control Instruction6. Repetition Control Instruction7. Console Input/Output8. Lists9. Tuples10. Sets11. Dictionaries12. Comprehensions13. Functions14. Recursion15. Functional Programming16. Modules and Packages17. Namespaces18. Classes and Objects19. Intricacies of Classes and Objects20. Containership and Inheritance21. Iterators and Generators22. Exception Handling23. File Input/Output24. Miscellany25. Concurrency and Parallelism26. SynchronizationAppendix A - Precedence TableAppendix B - Debugging in PythonAppendix C - Chasing the BugsIndex