3.Python
0) python语法规范
1) Basic Practice Guide
1.0) 在终端运行python脚本
1.1) Basic print
1.2) Simple Math
1.3) if statement
Comparison Operator
Function
Logical Operator
Description
1.4) else and elif
1.5) Swap values
1.6) List
z =
[3,
7,
4,
2]
1.7) Dictionary
2) Homework
3) More Reading
4) Recommended Software for Python
4.1) Anaconda
Operating System
Download Link
Notes
4.2) jupyter notebook
示例:




Last updated
Was this helpful?