Tutorials
This repo contains tutorials
Setup environment
- Create virtual environment using conda
conda create -n tutorials python=3.9
- Activate environment
conda activate tutorials
- Install poetry and follow instructions to add Poetry's bin directory to your
PATH
environment variable.curl -sSL https://install.python-poetry.org | python3 -
- Install packages via poetry
poetry install
- Run the scripts
poetry run python scriptname.py
Scripts and articles
pythonscraper
Note that these tutorials are not maintained.
- Web scraping using python - websitescrapefasttrack.py
- Web scraping javascript using python - websitescrapeJS
penguin-analysis
Data Analysis: Getting started with pandas
data-viz
Comparison of matplotlib, altair and plotly.