{ "metadata": { "name": "", "signature": "sha256:32ef00adfd9b1dd912eb79f22ee6b8d43f8098eb4b96116d84b37b4f5ca26e87" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "

Python & Science

\n", "\n", "

How OSS and Python are transforming science

\n", "\n", "
\n", "\n", "

\n", "

Fernando P\u00e9rez

\n", "

[fperez.org](http://fperez.org), [@fperez_org](http://twitter.com/fperez_org)

\n", "

UC Berkeley

\n", "\n", "

\n", "

[ipython.org](http://ipython.org)

\n", "\n", "\n", "

\n", "

" ] }, { "cell_type": "code", "collapsed": false, "input": [ "%pylab inline\n", "%run talktools" ], "language": "python", "metadata": { "slideshow": { "slide_type": "skip" } }, "outputs": [ { "output_type": "stream", "stream": "stdout", "text": [ "Populating the interactive namespace from numpy and matplotlib\n" ] }, { "html": [ "\n" ], "metadata": {}, "output_type": "display_data", "text": [ "" ] } ], "prompt_number": 1 }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Talk outline\n", "\n", "* [Open Source - Open Science](Open Source - Open Science.ipynb)\n", "* [IPython: the core project](IPython.ipynb)\n", "* [The IPython Notebook ecosystem](Notebook Ecosystem.ipynb)" ] } ], "metadata": {} } ] }