Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PyCon Ireland 2013 - Science & Python!

PyCon Ireland 2013 - Science & Python!

(Via http://python.ie/pycon/2013/talks/science___python_/)
Speaker: Ulrich Dangel (http://twitter.com/mr_ud)

Python is widely used in scientific computing due to a vast number of packages targeting scientific problems. This talk highlights different useful python packages for scientific computation and data analysis. The first part of the talk focuses on different modules via demonstrations, while the second part shows how to integrate Python for writing a paper, by using literate programming.

iPython Notebook: https://drive.google.com/file/d/0ByawkMkzunElNHZQV3FmQXpHZzQ/edit?usp=sharing

PyCon Ireland

October 13, 2013
Tweet

More Decks by PyCon Ireland

Other Decks in Technology

Transcript

  1. a = 10 b = 5 a, b = b,

    a Sunday 13 October 13
  2. NumPy •Base package •N - DIM array •Linear algebra •Fourier

    Transform •RND Numbers CC by NC ND (c) Jörgen Viberg http://www.flickr.com/photos/cjviberg/6062272092/ Sunday 13 October 13
  3. Links • http://www.numpy.org/ - numpy • http://www.scipy.org/ - scipy •

    http://matplotlib.org/ - plotting • http://nltk.org/ - natural language processing • https://github.com/sloria/TextBlob - nlp (simple) • http://orange.biolab.si/ - ml framework • http://sympy.org/en/index.html - symbolic computation Sunday 13 October 13
  4. Links • http://pandas.pydata.org/ - timeseries data • http://ipython.org/ - interactive

    shell • http://nbviewer.ipython.org/ - ipython notebook viewer • http://rpy.sourceforge.net/rpy2.html • http://www.stat.uni-muenchen.de/~leisch/Sweave/ - R intergration with LaTeX • http://orgmode.org/worg/org-contrib/babel/ • http://www.rue89.com/sites/news/files/assets/ document/2012/04/hallssm2261986.pdf Sunday 13 October 13