You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,28 @@ Course materials for Venturenix Lab's Data Science course in Hong Kong
6
6
#### Past Kaggle by students
7
7
8
8
#### Python Resources
9
+
-[Python Offical Tutorial](https://docs.python.org/3/tutorial/): A comprehensive tutorial provided from Python offical documentation.
10
+
-[Google's Python Class](): Materials prepared by Google, including hours of lecture videos and exercises.
11
+
-[W3resource](https://www.w3resource.com/python-exercises/): A series of useful exercises (with solutions) for Python Beginners.
12
+
-[PEP 8](https://www.python.org/dev/peps/pep-0008/): Style Guide for Python
13
+
-[Python2 vs Python3](https://www.geeksforgeeks.org/important-differences-between-python-2-x-and-python-3-x-with-examples/): Difference between Python2 and Python3
14
+
-[Object-Oriented Programming](): Introduction of OOP in Python
15
+
16
+
-[Time compexity](https://wiki.python.org/moin/TimeComplexity): Understand standard Big-O at Python
17
+
-[Pandas Tutorial](https://pandas.pydata.org/pandas-docs/stable/getting_started/10min.html): 10 minutes to pandas
18
+
-[Numpy Tutorial](https://docs.scipy.org/doc/numpy/user/quickstart.html): Official Quickstart tutorial
19
+
20
+
-[Python Environment](https://www.tutorialspoint.com/python/python_environment): Environment setting guide. e.g. environment variable
0 commit comments