renertpy

Collection of functions used to teach Python at Renert School


Keywords
jupyter
License
BSD-3-Clause
Install
pip install renertpy==0.3.2

Documentation

Renert-Py

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

Copyright (C) 2022 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