Python-Tutorial

Introduction

This repository is a Python intrudction for Python beginners who want to go through Python in a structured way.

Contents

Recommended Prereqisite

  • Install Python 3 through Anaconda, which includes every packages/modules you need in this tutorial, if not otherwise specified.
  • Or at least download Python 3 and jupyter. You can download other needed packages/modules later.

Download

  1. Move to your prefered directory.
$ cd dir

Note: Replace dir with your actual prefered directory path.

  1. Clone this repository, which will create a new folder, with the name: Python-Tutorial, under your prefered directory.
$ git clone https://github.com/HengShengChang/Python-Tutorial.git
  1. Run jupyter.
$ jupyter notebook
  1. Enojoy your journey with Python!

References: