Greenwich Publishing Company Ltd, 2021. —? p. — ASIN B08SQCM45L.
Coding in Python is not a book you can listen to while relaxing on the couch.
This book is for those ready to start writing code, right away. I do not recommend this book if you are the type of person who listens to a book once and never again because you think you have already mastered its technical contents. Tech books are different from novels and other nonfiction books. They demand more than merely one listen. Buy this book if you have made up your mind to listen to it and practice its contents again and again.
This book will compel you to step into the practical world. What makes this book different from the other books is its specific features and contents. Let’s take a look at both.
Features of the book include:Practicality.
Easy-to-digest information.
Clarity of concepts.
Simplicity of communication.
Clear examples.
You'll also discover:Python installation process.
Python data types.
Python lists.
Python tuples.
Python if, if-else, and if-elif statements.
Python dictionaries and dictionary constructors.
Python functions.
Python for and while loops.
Python input function.
Python classes, child classes, import functions.
And more...
If you’re interested in the practical application of learning to code with Python, then this book is for you.Table of Contents.Make a StartPython 3 Installation.
Executable Installer.
Run It.
Python Variables and Data TypesPython Variables.
Naming Variables.
Python Datatypes.
Python Strings.
Python NumbersPython Lists and TuplesModifying Lists.
Append Method.
Del Method.
Pop Method.
Remove Method.
List Organization.
The sort() Method.
Index Errors.
Create A Loop.
List Slicing.
CopyingPython Tuples.
LoopingPython ConditionalsThe if-else Statement.
The if-elif-else Chain.
If Statements and Lists.
Multiple Lists.
Python DictionariesRemoving Pairs.
Looping.
The sorted() Method.
Nesting.
Random Dictionary Methods.
Input and Python LoopsThe input() Function.
While Loops.
The Break Keyword.
Loops, Lists, Dictionaries.
Python FunctionsDefining Functions.
Arguments and Parameters.
Positional Arguments.
Keyword Arguments.
Default Values.
Returning Values.
Function and Dictionary.
Function and While Loop.
Object-Oriented ProgrammingLeopard Class.
Explaining the __init__() Method.
The Fish Class.
The Bike Class.
Proper Modification of Values.
The Inheritance ClassChild Class in Python 2.7.
Child Class Attributes.
Overriding Methods from Parent Class.
Importing ClassesImporting Multiple Classes.
Importing Module.
Importing All Classes.
Conclusion.
References