Good morning, Python enthusiasts🐍. Trying to tame this snake today, but it feels more like it's biting back.😤😮💨 Anyone else battling with syntax errors and mysterious bugs before their first coffee? ☕
#PythonProblems#LearningCurve#CodingStruggles
Remember kids, it's important to use np.copy so that vort_subset = vort
followed by
vort_subset_subset = np.nan
doesn't cause your original vort to have a huge nan chunk that you can't figure out. That was my morning...
#PythonProblems
matplotlib graph is so stinking hard to make look clean and nice with this much data, I'm beginning to feel like I should have started learning Tableau and it would have been faster... #PythonProblems
Nothing better than running code all day with little tweaks and finding no improvement in the data, then just about to shut down and you plot the master-figure. I got so excited I've now coloured it. #pythonproblems#MondayFunday
TFW you accidentally feed a string into something that should be expecting a list, and the whole pipeline continues on with function-application-per-character instead of dying with an error. #PythonProblems#BadInterfaces#ComputerSadness