This is the Index page of a gentle introduction to the scientific computing support available in Python. Eventually the idea is to cover the basics on the following topics (not necessarily in that order):

  • IPython
  • scikit-learn
  • Numpy
  • SciPy
  • Pandas

In [1]:
from IPython.core.display import HTML


def css_styling():
    styles = open("styles/custom.css", "r").read()
    return HTML(styles)
css_styling()


Out[1]: