登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 XiaoMaFenJu 于 2024-1-13 10:40 编辑
# 这是从我的博客搬来的,仅是个人推荐入门的顺序,确实比较浅显,希望有所帮助!# 为什么用英文写...因为我在练习英语写作 xs
原文 : https://github.com/XiaoMaFenJu/blog/issues/3
# Python安装请看
https://github.com/XiaoMaFenJu/blog/issues/2
This is written for those people who want to learn Python but don't know where to start. In this blog I'll give you my advises. If you have read my first blog, you will know this is more suitable for atmosphere student, but you can still read this blog. And the order of this blog is also the order of learning.
Videos求知讲堂python https://www.bilibili.com/video/BV1vA411b7Rn
I recommend you watch this video to P84 to learn Python itself.
莫烦Python Matplotlib https://www.bilibili.com/video/BV1Jx411L7LU
This video will teach you about using Matplotlib (a Python package) to plot some figures.
气py-Cartopy https://www.bilibili.com/video/BV1vq4y137zd
Cartopy is special for earth subject, which allows you to plot figures with map projection. In addition, the video's author also makes other videos about atmosphere, like how to plot radar or satellite data.
BooksI recommend one book called 《Python气象应用编程》, written by 杨效业 杨青霖 张诗悦. It will teach you about how to use Xarray, Pandas, Metpy and how to make some figures.
|