External resources

External resources#

Resources used (and linked) in these lecture notes. New links will be added throughout the semester as we cover new content.

Prerequisites:

Linux and bash scripting:

Python tutorials:

Python reference:

  • The python documentation is your best reference for any question related to the language and the standard library.

Development environments and Python interpreters:

  • IPython - the standard Python command-line interpreter.

  • Spyder - an ideal IDE for beginners.

  • PyCharm - the favorite IDE of many Python programmers in the Atmospheric Sciences

  • JupyterLab - Jupyter notebooks allow you to combine code, figures, and notes in one document