A series of Python and Machine Learning tutorials as jupyter notebooks for beginners with no programming experience. Zero installation required.
This tutorial uses Google's Colab site to skip the Python installation. Here is how to get started immediatly:
-
Click on a notebook to open it in Google Colab:
- 01_Python_Basics
- 02_Numpy_Pandas_Matplotlib (coming soon...)
- 03_Intro_to_Machine_Learning (coming soon...)
-
Sign-in using your Gmail/Google account
- Click File > Save or "Copy to Drive"
- You must sign-in and save a copy of the notebook to be able to edit it.
- Once saved, you can access your notebook from any machine.
- Your notebook will be saved on the Google cloud... no need to re-upload it. All you have to do is sign into Google Colab.
- Background information
- Built-in types
- Operations
- Built-in data structures
- Built-in functions
- Flow control
- Creating functions
- Bringing it all together