Skip to content

lexologics/OOP

Repository files navigation

Python - Object Oriented Programming (OOP)

create a virtual environment in Python and install Jupyter Lab:

mkdir ~/OOP

cd ~/OOP

python3 -m venv venv

source venv/bin/activate

pip install jupyterlab

jupyter lab

open: OOP.ipynb

If you want to use pandas:

pip install pandas # is installing also: numpy

Download the files into ~/OOP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published