New here
#3586
Replies: 1 comment 1 reply
-
Welcome! A couple starting points I would recommend:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I just ran across MetPy when I started to learn Python and I'm intrigued. I'm running the non-profit stormchaser and weather website saakeskus.fi since 2008 and the reason why I started learning Python was that I kinda want to get rid of GrADs. GrADs is so old and it's getting harder and harder to even compile on modern Linux systems... I'm still at the beginning at my learning but back then, I learned GrADs to the point that I could start my website in about 6 weeks, so I'm optimistic :D. One point of frustration, though, is that there doesn't seem to be any kind of docs for total beginners - but that seems to be a thing in the Python world. Everything seems to just reference something else. My favorite recent example is xarray - instead of giving a nice explanation of their datatypes, they basically say, a dataset is multiple dataarrays and mimics the memory structure of NetCDF.
In any case, looking forward to learning!
-Stefan
Beta Was this translation helpful? Give feedback.
All reactions