Skip to content

cflace/numpy_scipy_matplotlib_workshop

 
 

Repository files navigation

NumPy, SciPy and Matplotlib workshop for PyCon CZ 2019

Presentation

https://docs.google.com/presentation/d/19V9Vx1uCbTZBhQJHM0fzK7DKgc739AQvV1H3fsTZH6k/edit#slide=id.g599ad15b74_0_69

Original workshop description

It is well possible to use Python as powerful graphical calculator and replace specialized software as is e.g. MATLAB. This workshop provides introduction how to achieve this using established Python packages NumPy, SciPy and Matplotlib. Numpy provides fast array data types and related operations with them, advanced scientific functions are available through scipy and rich visualization possibilities are offered by matplotlib. Workshop will cover installation, examples of basic functionality of numpy and scipy, pointers to documentation of both packages, few more advanced use cases combining computation and visualization and several real-world examples from my professional experience where these tools were useful.

Requirements

It is possible to attend and only watch but I'd recommend to have machine with Python 3, numpy, scipy and matplotlib already installed. Windows and Mac users can achieve this by installing Python distribution Anaconda with all required packages already present. Linux users can follow these instructions. Anyway, there will be short section of workshop dedicated to installation for those who didn't have time for installation before.

Real-world examples

About

NumPy, SciPy and Matplotlib workshop for PyCon CZ 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 52.9%
  • Jupyter Notebook 47.1%