Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JumpingSquid/py_tutorial

Open more actions menu

Repository files navigation

Python tutorial

repository for Python class

Introduction

This is the repo of the jupyter notebook file and dataset for Python tutorial. The goal of this class is to help students understand the basic tools for data analytics using Python. We will go through four examples in this class:

  • Basic Python syntax and object
  • Pandas and NumPy
  • Matplotlib
  • Scikit-Learn

Open Jupyter Notebook file on Google Colab

Google Colab
Google colab is an online programming platform based on Jupyter notebook. The user can directly do coding in the browser without installing Python or any packages in local.
Link: https://colab.research.google.com

  1. You can open the notebook file from the Google Collab by selecting Github first and search for "jumpingsquid"
  2. Fo the repository, choose "py_tutorial"
    Anaconda_ju_3

Prerequisite for local

This section is for people who want to write Python in you own computer.
Beforing going into the tutorial, one should install the required packages. As described above, in this class we will practice pandas, numpy, matplotlib, and scikit-learn. And all the demo and practice will be performed on Jupyter Notebook, an interactive computing environment. There are many ways to install these packages, choose one from below methods.


  pip install jupyter
  pip install pandas
  pip install numpy
  pip install scikit-learn
  pip install matplotlib

Using Jupyter Notebook(Windows)

  1. You can open Jupyter Notebook from the start menu - Anaconda3 Anaconda_ju_1

  2. Navigating to the folder you download from Github, and choose the corresponding .ipynb file Anaconda_ju_2

Using Jupyter Notebook(Windows/Mac/Linux)

Go to the terminal(Mac/Linux)/cmd(Windows), and enter the command jupyter notebook

About

repository for python class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.