Skip to content

PyLightMeetup/few-words-about-python-classes

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.4%
  • Jupyter Notebook 8.6%