Skip to content

Commit

Permalink
Series 1,2,3的新增
Browse files Browse the repository at this point in the history
  • Loading branch information
catalystfrank committed Mar 7, 2016
1 parent 3f50e42 commit 533cc44
Show file tree
Hide file tree
Showing 31 changed files with 39,139 additions and 0 deletions.
1,137 changes: 1,137 additions & 0 deletions Series_0_Python_Tutorials/S0EP1_Python_Basics.ipynb

Large diffs are not rendered by default.

1,610 changes: 1,610 additions & 0 deletions Series_0_Python_Tutorials/S0EP2_Control_Flow_Data_Structure.ipynb

Large diffs are not rendered by default.

1,081 changes: 1,081 additions & 0 deletions Series_0_Python_Tutorials/S0EP3_Coding_Pythonically.ipynb

Large diffs are not rendered by default.

1,747 changes: 1,747 additions & 0 deletions Series_0_Python_Tutorials/S0EP4_Python_In_Practice.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Series_0_Python_Tutorials/S0EP4_fakedata.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
first_name,last_name,employee_number
luke,vanderhart,1
ryan,neufeld,2
3 changes: 3 additions & 0 deletions Series_0_Python_Tutorials/S0EP4_fakedata2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
名,姓,ID
二狗,王,1
翠花,李,2
3 changes: 3 additions & 0 deletions Series_0_Python_Tutorials/S0EP4_fakedata2_pd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
名 姓 ID
二狗 王 1
翠花 李 2
3 changes: 3 additions & 0 deletions Series_0_Python_Tutorials/S0EP4_fakedata2_w.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
名,姓,ID
二狗,王,1
翠花,李,2
1 change: 1 addition & 0 deletions Series_0_Python_Tutorials/S0EP4_jsondata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"subtype": "Poison", "type": "Grass", "id": "001", "name": "Bulbasaur"}, {"subtype": "Poison", "type": "Grass", "id": "002", "name": "Ivysaur"}, {"subtype": "Poison", "type": "Grass", "id": "003", "name": "Venusaur"}]
398 changes: 398 additions & 0 deletions Series_1_Scientific_Python/S1EP1_MPG.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 533cc44

Please sign in to comment.