/pytutorials

A collection of useful Python tutorials for beginners

Primary LanguageJupyter Notebook

pytutorials

A collection of useful Python tutorials for beginners.

Install

virtualenv -p python3  venv
source venv/bin/activate
pip install -r requirements.txt

Running

jupyter notebook

Session 1

Session 2

  • UNIX command line tutorial
  • git
  • markdown

Session 3

  • Web scraping with requests and lxml