Atmospheric Algorithm Antics

Where the sky and programming ability are the limits

AAA: Yet another coding blog

I welcome you to Atmospheric Algorithm Antics! The name says it all. This blog deals with meteorology, coding (mostly Python and Fortran), and hopefully a little humor. With the plethora of example code on the web, why reinvent the wheel? Despite the amazing resources available at just a mouse click away, applicable information can be difficult to find. This seems true for individuals in the atmospheric sciences. In answering field specific questions, I decided it would be best to share what I've learned in the hopes that someone else will find the information useful. I hope you enjoy the posts!

Of course, anything programming related would be amiss without the following! Stay tuned for more thrilling entries!

In [1]:
print("Hello, World!")
Hello, World!

This post was written using an IPython notebook. You can download this notebook, or see a static view here.

Comments