A collection of useful Python tutorials for beginners.
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
jupyter notebook
- Python basics: python-bigdata/intro-python.ipynb
also Scipy-Bordeaux-2016/introduction.md - Command line demo
- UNIX command line tutorial
- git
- markdown
- Web scraping with
requests
andlxml