This repo contains tutorials
- 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
PATHenvironment variable.curl -sSL https://install.python-poetry.org | python3 - - Install packages via poetry
poetry install - Run the scripts
poetry run python scriptname.py
Note that these tutorials are not maintained.
- Web scraping using python - websitescrapefasttrack.py
- Web scraping javascript using python - websitescrapeJS
Data Analysis: Getting started with pandas
Comparison of matplotlib, altair and plotly.