Did you know you can create position and keyword only arguments to your Python functions? Learn how and why!
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.