/renertpy

Jupyter Functions used for teaching python at Renert School

Primary LanguagePython

Renert-Py

Collection of functions used to teach Python on Jupyter at Renert School.

Copyright (C) 2022-2024 Assaf Gordon (assafgordon@gmail.com)

License: BSD

Source Code: https://github.com/agordon/renertpy

Package Information: https://pypi.python.org/pypi/renertpy

Documentation and Examples

See plots and audio jupyter notebooks in the docs directory (or their corresponding self-contained HTML files: plots and audio ).

Installation

From PyPi (latest released version):

sudo pip install renertpy

From source code:

git clone https://github.com/agordon/renertpy.git
cd renertpy
python setup.py build
python setup.py test
sudo python setup.py install