Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Easy Learning Python 3: Python for Beginner's Guide

Posted By: AlenMiler
Easy Learning Python 3: Python for Beginner's Guide

Easy Learning Python 3: Python for Beginner's Guide by yang hu
English | March 31, 2019 | ISBN: N/A | ASIN: B07Q4PYMCX | 122 pages | AZW3 | 1.74 Mb

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?

You no longer have to waste your time and money trying to learn Python from boring books, expensive online courses or complicated Python tutorials that just leave you more confused and frustrated.

The complexity of life, because they do not understand to simplify the complex, to simplify the complexity, simple is the beginning of wisdom.

From the essence of practice, to briefly explain the concept, and vividly cultivate programming interest, this book deeply analyzes Python 3 programming, combined with the use of scene interpretation in practice, to experience the fun of programming.

1. Setup and Installation
1.1 Python Development Nodepad++ Installation
1.2 Python 3 Installation
1.3 Nodepad++ Integrate With Python 3
2. Python 3 basic concepts
2.1 Hello World
2.2 Basic data type
2.3 Basic data type conversion
3. Python operator
3.1 Arithmetic operator
3.2 Relational operator
3.3 Assignment operator
3.4 Logical Operators
4. Control statement
4.1 If Conditional statements
4.2 Branch statement
4.3 While loop
4.4 While loop cut fruit game
4.5 For loop bubble ball example
4.6 Continue and break
5. Python data structure
5.1 List
5.2 List’s functions
5.3 Two-dimensional list
5.4 List minesweeping example
5.5 Tuple
5.6 Dictionary
5.7 Set
5.8 Iterator
5.9 Generator
6. String
7. Custom function
8. Modules and packages
9. Date and time
10. File and input and output I/O
11. Exception handling
12. Regular expression
13. Python 3 Object-Oriented Programming
13.1 Create class
13.2 Encapsulation
13.3 Construction method
13.4 Inheritance
13.5 Override and Polymorphism
13.6 List and class
13.7 Dictionary and class
14. Multithreading
15. Network programming
16. Python PyMySQL MySQL