Learn how to combine declarative and non-declarative plotting in MetPy to create a surface map with METARs and frontal analysis!
MetPy Monday #305 - Combining METARs and Surface Analysis
26 December 2023
Learn how to combine declarative and non-declarative plotting in MetPy to create a surface map with METARs and frontal analysis!
MetPy Mondays #302 - Dictionaries of Functions and functools.partial
13 November 2023
Use functools.partial and dictionaries to make prebuilt function calls to make your analysis code easy to read and follow!
MetPy Mondays #301 - Duck Typing and EAFP
23 October 2023
Learn how to make your code more Pythonic by finally understanding duck typing and easier to ask forgiveness than permission!