parkermac / pmec

Code for the Effective Computing 2020 class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is code for the 2020 Effective Computing class.

==========================================================

* first_script.sh is an example of a bash shellscript.  One thing is does is create the pmec_output directory.

==========================================================

* shared is a directory for python modules that I write, such as my_module.py

==========================================================
==========================================================

OTHER DIRECTORIES:

* ex_intro has code for getting started with python, including reading a text file

* ex_numpy has code for using numpy to create and manipulate arrays, also using pickle and argparse

* ex_matplotlib has code for making figures, inclusing manipulating text and colors

* ex_pandas has code introducing pandas Series and DataFrames, and reading in other formats like .csv

* ex_misc has code related to netCDF4, requests, scipy.io for MATLAB files, and parsing XML

About

Code for the Effective Computing 2020 class


Languages

Language:Python 97.4%Language:Shell 2.1%Language:MATLAB 0.5%