<head>
  <link rel="stylesheet" type="text/css" href="style/menustyle.css" />
  <title>Computing Software</title>
  <meta http-equiv="content-type" content="text/html;	charset=utf-8">
	<meta name="author" content="Ryan May">
	<meta name="robots" content="all">
	<meta name="description" content="My Curriculum Vitae">
	<meta name="keywords" content="Meteorology Radar Weather Python Signal Processing">
</head>
<body>
  <div id="banner">
  		 <h1>Ryan May's Research Page</h1>
  </div>
  
  <ul id="tabmenu">
  	<li><a href="vita.html">CV</a></li>
  	<li><a href="research.html">Research</a></li>
  	<li><a class="active" href="computing.html">Computing</a></li>
  	<li><a href="http://dopplershifted.blogspot.com">My Blog</a></li>
  </ul>

  <div id="content">
    <p>While the current bulk of my research code is written in C, I have recently become a huge fan of
    <a href="http://www.python.org">Python</a>.  This language has been simply amazing at making my data analysis
    go much more quickly.  Python packages I make use of include:
    <ul>
      <li><a href="http://www.scipy.org/NumPy">NumPy</a> - Great general array library
      <li><a href="http://www.scipy.org">SciPy</a> - Good Collection of general science-related python functions.
      <li><a href="http://matplotlib.sourceforge.net">Matplotlib</a> - Excellent plotting library with Matlab-like syntax
      <li><a href="http://cheeseshop.python.org/pypi/pynetcdf">PyNetCDF</a> - Great NumPy-compatible wrappers for NetCDF formatted files
    </ul>
  </div>
</body>
