cruky / few-words-about-python-classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

few-words-about-python-classes

Repository contains jupyter-notebook that serves as an introduction to classes in Python.

Important note: following notebook requires Python 3.6+.

To run notebook locally, you need to clone repository

git clone https://github.com/pgrzesik/few-words-about-python-classes.git

After cloning, you need to install dependencies from requirements.txt file (it's a good idea to do it inside virtual environment):

pip install -r requirements.txt

After installing dependencies, you can run notebook with following command:

jupyter notebook few-words-about-python-classes.ipynb

About

License:MIT License


Languages

Language:HTML 91.4%Language:Jupyter Notebook 8.6%