An open API service indexing awesome lists of open source software.

https://github.com/heitzmann/python_short_course

Introduction course to Python Data Analysis and Visualization
https://github.com/heitzmann/python_short_course

Last synced: over 1 year ago
JSON representation

Introduction course to Python Data Analysis and Visualization

Awesome Lists containing this project

README

          

# Python Short Course for Data Analysis and Visualization

## Part 1

1. REPL and scripts
2. Data types
3. Functions and conditionals
4. Loops
5. Classes and objects

## Part 2

1. Light propagation in waveguides
* Plotting basics
* Polynomial fit
2. Transmission between antennas
* CSV files
* Numpy arrays
* More plotting
* General model fit
3. RF matching network
* Multi-dimensional data
* Array manipulation
* Contour and image plots

## Requirements

* [Python 3](http://www.python.org/)
* [Numpy](http://numpy.scipy.org/)
* [Scipy](http://www.scipy.org/)
* [Matplotlib](https://matplotlib.org/)
* [Jupyter Notebook](http://jupyter.org/)

Or access a temporary live version of this course via [Binder](http://beta.mybinder.org/repo/heitzmann/python_data_intro).