/Python3Course

Introduction to Python3 from naive to efficient

Primary LanguageJupyter NotebookMIT LicenseMIT

Beginners python 3 course

Note: It is aimed at python 3.6+

Initialize your environment

This course is supposed to run on jupyter-notebook. This very short documentation will guide you through the steps required to run it locally.

  1. Clone the repo

    git clone https://github.com/Rafiot/Python3Course
  2. Install the dependency

    (sudo) pip3 install jupyter
  3. Run the notebook

    cd Python3Course
    jupyter-notebook

It will automatically open your browser where it needs to be. Open the worksheets, follow the exercises.