/tutorials

A collection of tutorials written on python notebooks

Primary LanguageJupyter Notebook

Description

This repository contains notebook tutorials for various subjects. The tutorials are written in Jupyter notebooks and are intended to be run in a Jupyter environment.

Requirements

Python >=3.9

Installation

In each folder there are project tutorial specific files to set up your enviroment. I've included both a pyproject.toml file to use using poetry and a requirements.py file

if using poetry:

$ poetry install --no-root --only=main

or with pip

$ pip install -r requirements.py

Updates

2023-02-24

  • added beutiful-soup part

2023-02-23

  • added requests part.