Did you know you can create position and keyword only arguments to your Python functions? Learn how and why!
Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
MetPy Mondays #192 - Position Only Arguments
27 July 2021
Did you know you can create position and keyword only arguments to your Python functions? Learn how and why!
MetPy Mondays #191 - The Walrus Operator :=
19 July 2021
The assignment, or walrus operator, is a convenient way to increase code readability in Python 3.8 and after! Learn how to use it this week!
MetPy Mondays #190 - Combining Dictionaries and the New | Operator
12 July 2021
MetPy Mondays #189 - Finding Intersections in Data
05 July 2021
This week we look at how to find/interpolate intersections in data, a particularly useful feature in soundings and other vertical coordinate datasets.