pyensae documentation

Build status Build Status Windows https://circleci.com/gh/sdpython/pyensae/tree/master.svg?style=svg https://badge.fury.io/py/pyensae.svg GitHub Issues MIT License https://codecov.io/github/sdpython/pyensae/coverage.svg?branch=master Notebook Coverage Downloads Forks Stars

Links: pypi, github, documentation, wheel, travis, pyensae: hide complexity for teachings, blog, Issues

What is it?

This project contains helpers used at the ENSAE for teaching purposes but not only. It requires github/pyquickhelper.

Data used for teachings at the ENSAE are available through function:

download_data("td8_velib.zip", website = "xd")

The data comes from xavierdupre.fr. The module also implements magic commands to run SQL queries on SQLite, parsing financial data from Google Finance.

Galleries and examples

Functionalities

The magic commands will be automatically enabled if the module is imported from a notebook. It also proposes others magic commands such as %head, %tail, %textdiff, %hhelp, %runpy, %lsr, %compress. Type <magic_command> -h to get their usage.