𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Learn Python in One Day and Learn It Well: Python for Beginners with Hands-on Project

✍ Scribed by Chan, Jamie


Year
2017
Tongue
English
Leaves
157
Edition
2
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


(2nd Edition: Covers Object Oriented Programming) Learn Python Fast and Learn It Well. Master Python Programming with a unique Hands-On Project

Have you always wanted to learn computer programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languages but are interested in learning the Python language fast?

This book is for you. You no longer have to waste your time and money learning Python from lengthy books, expensive online courses or complicated Python tutorials.

What this book offers...
Python for Beginners

Complex concepts are broken down into simple steps to ensure that you can easily master the Python languageeven if you have never coded before.

Carefully Chosen Python Examples

Examples are carefully chosen to illustrate all concepts. In addition, the output for all examples are provided immediately so you do not have to wait till you have access to your computer to test the examples.

Careful selection of topics

Topics are carefully selected to give you a broad exposure to Python, while not overwhelming you with information overload. These topics include object-oriented programming concepts, error handling techniques, file handling techniques and more.

Learn The Python Programming Language Fast

Concepts are presented in a "to-the-point" style to cater to the busy individual. With this book, you can learn Python in just one day and start coding immediately.

How is this book different...
The best way to learn Python is by doing. This book includes a complete project at the end of the book that requires the application of all the concepts taught previously. Working through the project will not only give you an immense sense of achievement, it"ll also help you retain the knowledge and master the language.

Are you ready to dip your toes into the exciting world of Python coding? This book is for you.

With the first edition of this book being a#1 best-selling programming ebook on Amazon for more than a year, you can rest assured that this new and improved edition is the perfect book for you to learn the Python programming language fast.

Click the BUY button and download it now.

What you'll learn:
- What is Python?
- What software you need to code and run Python programs?
- What are variables?
- What are the common data types in Python?
- What are Lists and Tuples?
- How to format strings
- How to accept user inputs and display outputs
- How to control the flow of program with loops
- How to handle errors and exceptions
- What are functions and modules?
- How to define your own functions and modules
- How to work with external files
- What are objects and classes
- How to write your own class
- What is inheritance
- What are properties
- What is name mangling

.. and more...

Finally, you'll be guided through a hands-on project that requires the application of all the topics covered.

Click the BUY button and download the book now to start learning Python. Learn it fast and learn it well.

Tags:
------------
Python, Object-oriented Python, Python course, Python book, learning Python, Python language, Python examples, Python tutorials, Python programming language, Python coding, Pyth

✦ Table of Contents


1.2 Why Learn Python?......Page 8
2.1 Installing the Interpreter......Page 10
2.2 Using the Python Shell, IDLE and Writing our FIRST program......Page 11
3.2 Naming a Variable......Page 14
3.3 The Assignment Operator......Page 15
3.4 Basic Operators......Page 16
3.5 More Assignment Operators......Page 17
4.3 String......Page 19
4.4 Type Casting In Python......Page 24
4.5 List......Page 25
4.6 Tuple......Page 27
4.7 Dictionary......Page 28
5.1 input()......Page 31
5.2 print()......Page 33
5.4 Escape Characters......Page 34
6.1 Condition Statements......Page 36
6.2 If Statement......Page 37
6.3 Inline If......Page 39
6.4 For Loop......Page 40
6.5 While Loop......Page 44
6.6 Break......Page 45
6.8 Try, Except......Page 46
7.1 What are Functions?......Page 50
7.2 Defining Your Own Functions......Page 51
7.3 Variable Scope......Page 52
7.4 Default Parameter Values......Page 55
7.5 Variable Length Argument List......Page 56
7.6 Importing Modules......Page 58
7.7 Creating our Own Module......Page 59
8.1 Opening and Reading Text Files......Page 61
8.2 Using a For Loop to Read Text Files......Page 63
8.4 Opening and Reading Text Files by Buffer Size......Page 64
8.6 Deleting and Renaming Files......Page 66
9.2 Writing our own class......Page 67
9.3 Instantiating an Object......Page 71
9.4 Properties......Page 74
9.5 Name Mangling......Page 79
9.6 What is self......Page 81
9.7 Class and Static Methods......Page 85
9.8 Importing a class......Page 87
10.2 Writing the Child Class......Page 90
10.3 Instantiating a Child Object......Page 96
10.4 Python Special Methods......Page 98
10.5 Python Built-in Functions for Objects......Page 100
Project: Math and Binary......Page 104
Part 1: gametasks.py......Page 106
Part 2: gameclasses.py......Page 111
Part 3: project.py......Page 122
Thank You......Page 128
Appendix A: Working With Strings......Page 129
Appendix B: Working With Lists......Page 139
Appendix C: Working With Tuples......Page 145
Appendix D: Working With Dictionaries......Page 147
Appendix E: Project Answers......Page 151
One Last Thing…......Page 157

✦ Subjects


Computer Science;Programming;Science;Technology;Reference;Nonfiction;Computers;Coding;Business;Amazon


πŸ“œ SIMILAR VOLUMES


Python: Learn Python in One Day and Lear
✍ Publishing, LCF;Chan, Jamie πŸ“‚ Library πŸ“… 2014 πŸ› Learn Coding Fast 🌐 English

Python Workbook for Beginners with Hands-On Projects<br />Are you looking for a hands-on approach to learn Python fast? Or perhaps you have just completed a Python course and are looking for practice questions to test your Python skills.<br /><br />Do you have problems with some Python concepts and

Learn Python in One Day and Learn It Wel
✍ Chan, Jamie;Publishing, LCF πŸ“‚ Library πŸ“… 2017 🌐 English

(2nd Edition: Covers Object Oriented Programming) Learn Python Fast and Learn It Well. Master Python Programming with a unique Hands-On Project<br /><br />Have you always wanted to learn computer programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languag

Python: Learn Python in One Day and Lear
✍ LCF Publishing, Jamie Chan πŸ“‚ Library 🌐 English

<h2><span>A newer edition of this book is available. Get it here: http://mybook.to/python2</span></h2><span><br></span><h2><span>Learn Python Fast and Learn It Well. Master Python Programming with a unique Hands-On Project</span></h2><span><br>Have you always wanted to learn computer programming but

Learn Python in one day and learn it wel
✍ Chan, Jamie πŸ“‚ Library πŸ“… 2015;2014 πŸ› Learn Coding Fast;CreateSpace Independent Publishi 🌐 English

Python, what Python? -- Getting ready for Python -- The world of variables and operators -- Data types in Python -- Making your program interactive -- Making choices and decisions -- Functions and modules -- Working with files -- Project : math and BODMAS.