Testing the output of calculations with floating point numbers is a common tripping point - this week we'll show you how to do it nicely!
MetPy Mondays #112 - What is 1 - 0.5? Testing Calculations!
30 December 2019
Testing the output of calculations with floating point numbers is a common tripping point - this week we'll show you how to do it nicely!
MetPy Mondays #111 - Are your calculations right? Test it!
23 December 2019
This week we talk about the basics of testing and how you can be sure that your calculations are correct, or at least that the results don't change!
MetPy Mondays #110 - Bit-wise vs. Logical Operators and Odd Value Errors
16 December 2019
Have you ever been stumped about when to use and or to use &? This week we clear it up in a... logical... way.
MetPy Mondays #109 - encode, decode, and bytes OH MY!
09 December 2019
Python has changed the way bytes and strings are handled between versions 2 and 3. It's a common sticking point for users, but this week we'll decode the mystery!