vesnikos / tutorials

A collection of tutorials written on python notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of tutorials written on python notebooks


Languages

Language:Jupyter Notebook 98.2%Language:HTML 1.8%Language:Python 0.0%