├── 02str_format.py ├── D1_of_3Day_DoneWithPython.md ├── D2_of_3Day_DoneWithPython.md ├── D3_of_3Day_DoneWithPython.md ├── LICENSE ├── README.md ├── Turtle_Mini_Project_KC.py ├── ch05_str_format.py ├── ch06_02_expression ├── ch07_01_if.py ├── ch07_03_for.py ├── ch13_02-2_user_input.py ├── ch13_02_user_input.py ├── ch14_04_ try_except.py ├── ch14_05_try_except.py ├── ch5_02_var ├── draw_shapes ├── entertainment_center ├── fresh_tomatoes.py ├── helloworld ├── images ├── 3days_img009_Numerical-integration.jpg ├── 3days_img01.gif ├── 3days_img010_statistics_in_scipy.jpg ├── 3days_img011_data_fitting.jpg ├── 3days_img012_the_simplest_plot.jpg ├── 3days_img013_multiple_plotting.jpg ├── 3days_img014_multiple_plotting.jpg ├── 3days_img015_annotation.jpg ├── 3days_img016_3D_plot.jpg ├── 3days_img017_1.jpg ├── 3days_img017_2.jpg ├── 3days_img017_3.jpg ├── 3days_img02.gif ├── 3days_img03.png ├── 3days_img04.gif ├── 3days_img05.gif ├── 3days_img06.gif ├── 3days_img07.gif ├── 3days_img08.gif ├── README.md └── mofang.jpg ├── media ├── readme.md ├── rename_files ├── sent_sms.py ├── uda ├── inheritance.py ├── ml │ ├── ClassifyNB.py │ ├── class_vis.py │ ├── prep_terrain_data.py │ └── studentMain.py └── readme.py └── webbrowser /02str_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/02str_format.py -------------------------------------------------------------------------------- /D1_of_3Day_DoneWithPython.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/D1_of_3Day_DoneWithPython.md -------------------------------------------------------------------------------- /D2_of_3Day_DoneWithPython.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/D2_of_3Day_DoneWithPython.md -------------------------------------------------------------------------------- /D3_of_3Day_DoneWithPython.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/D3_of_3Day_DoneWithPython.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/README.md -------------------------------------------------------------------------------- /Turtle_Mini_Project_KC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/Turtle_Mini_Project_KC.py -------------------------------------------------------------------------------- /ch05_str_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch05_str_format.py -------------------------------------------------------------------------------- /ch06_02_expression: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch06_02_expression -------------------------------------------------------------------------------- /ch07_01_if.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch07_01_if.py -------------------------------------------------------------------------------- /ch07_03_for.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch07_03_for.py -------------------------------------------------------------------------------- /ch13_02-2_user_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch13_02-2_user_input.py -------------------------------------------------------------------------------- /ch13_02_user_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch13_02_user_input.py -------------------------------------------------------------------------------- /ch14_04_ try_except.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch14_04_ try_except.py -------------------------------------------------------------------------------- /ch14_05_try_except.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch14_05_try_except.py -------------------------------------------------------------------------------- /ch5_02_var: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/ch5_02_var -------------------------------------------------------------------------------- /draw_shapes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/draw_shapes -------------------------------------------------------------------------------- /entertainment_center: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/entertainment_center -------------------------------------------------------------------------------- /fresh_tomatoes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/fresh_tomatoes.py -------------------------------------------------------------------------------- /helloworld: -------------------------------------------------------------------------------- 1 | print("Hello World") 2 | -------------------------------------------------------------------------------- /images/3days_img009_Numerical-integration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img009_Numerical-integration.jpg -------------------------------------------------------------------------------- /images/3days_img01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img01.gif -------------------------------------------------------------------------------- /images/3days_img010_statistics_in_scipy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img010_statistics_in_scipy.jpg -------------------------------------------------------------------------------- /images/3days_img011_data_fitting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img011_data_fitting.jpg -------------------------------------------------------------------------------- /images/3days_img012_the_simplest_plot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img012_the_simplest_plot.jpg -------------------------------------------------------------------------------- /images/3days_img013_multiple_plotting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img013_multiple_plotting.jpg -------------------------------------------------------------------------------- /images/3days_img014_multiple_plotting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img014_multiple_plotting.jpg -------------------------------------------------------------------------------- /images/3days_img015_annotation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img015_annotation.jpg -------------------------------------------------------------------------------- /images/3days_img016_3D_plot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img016_3D_plot.jpg -------------------------------------------------------------------------------- /images/3days_img017_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img017_1.jpg -------------------------------------------------------------------------------- /images/3days_img017_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img017_2.jpg -------------------------------------------------------------------------------- /images/3days_img017_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img017_3.jpg -------------------------------------------------------------------------------- /images/3days_img02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img02.gif -------------------------------------------------------------------------------- /images/3days_img03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img03.png -------------------------------------------------------------------------------- /images/3days_img04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img04.gif -------------------------------------------------------------------------------- /images/3days_img05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img05.gif -------------------------------------------------------------------------------- /images/3days_img06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img06.gif -------------------------------------------------------------------------------- /images/3days_img07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img07.gif -------------------------------------------------------------------------------- /images/3days_img08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/3days_img08.gif -------------------------------------------------------------------------------- /images/README.md: -------------------------------------------------------------------------------- 1 | ### This is a folder to save images. 2 | -------------------------------------------------------------------------------- /images/mofang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/images/mofang.jpg -------------------------------------------------------------------------------- /media: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/media -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/readme.md -------------------------------------------------------------------------------- /rename_files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/rename_files -------------------------------------------------------------------------------- /sent_sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/sent_sms.py -------------------------------------------------------------------------------- /uda/inheritance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/uda/inheritance.py -------------------------------------------------------------------------------- /uda/ml/ClassifyNB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/uda/ml/ClassifyNB.py -------------------------------------------------------------------------------- /uda/ml/class_vis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/uda/ml/class_vis.py -------------------------------------------------------------------------------- /uda/ml/prep_terrain_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/uda/ml/prep_terrain_data.py -------------------------------------------------------------------------------- /uda/ml/studentMain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/uda/ml/studentMain.py -------------------------------------------------------------------------------- /uda/readme.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /webbrowser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MurphyWan/Python-first-Practice/HEAD/webbrowser --------------------------------------------------------------------------------