timzhangau / how-did-i-learn-python

Web seminar material to teach students how to learn Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how-did-i-learn-python

Web seminar material to teach students how to learn Python

How to start

  1. Install Python on your computer
  2. Install Pipenv from https://pipenv-fork.readthedocs.io/en/latest/
  3. Clone the repo and run
    pipenv install
  4. To run notebooks,
    pipenv run jupyter notebook 
  5. Run AFR scraper,
    pipenv run python afr_spider.csv

About

Web seminar material to teach students how to learn Python

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%