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
- Move to your prefered directory.
$ cd dir
Note: Replace dir
with your actual prefered directory path.
- 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
- Run jupyter.
$ jupyter notebook
- Enojoy your journey with Python!