Python 3: from None to Machine Learning (英文,可编辑的pdf电子文档/)
Matt Harasymczuk
contents
1 Introduction
1.1
Installing Python .
1.2
References in the book .
1.3
About Python Language
1.4
IDE - Integrated Development Environment
1.5
Syntax
2 Data Types
2.1int2.22.3
float bool
2.4
None
2.52.62.7
str.list set .
2.8
tuple
2.9
dict
2.10 Nested Collections
2.11 Type System
3 Control Flow
3.1
Slicing
3.2
Unpacking sequences
3.3
Conditional Statements
3.4
Composite statements
3.5
Operators
3.6
While loop
3.7
for loop
3.8
Loops and nested objects
3.9
Comprehensions
3.10 Exceptions
3.11 Files
3.12 Exam from basic topics
4 Functions
4.1
Function Basics
4.24.3
Unpacking return elements .
Functions with many arguments
4.44.5
Passing many arguments Recurrence
4.6
Advanced Functions
..............