Example: Downloading Data From JSOC
Reference http://docs.sunpy.org/en/stable/guide/acquiring_data/jsoc.html
1 | %load_ext autoreload |
To be clear, here we use 1
from sunpy.net import Fido, attrs
1
from sunpy.net import Fido, attrs as a
Reference http://docs.sunpy.org/en/stable/guide/acquiring_data/jsoc.html
1 | %load_ext autoreload |
To be clear, here we use 1
from sunpy.net import Fido, attrs
1
from sunpy.net import Fido, attrs as a
Reference http://docs.sunpy.org/en/stable/guide/acquiring_data/fido.html
See also: Example: downloading data from JSOC
1 | import astropy.units as u |
To be clear, here we use 1
from sunpy.net import Fido, attrs
1
from sunpy.net import Fido, attrs as a
A conda package is a compressed tarball file that contains system-level libraries, Python or other modules, executable programs and other components. Conda keeps track of the dependencies between packages and platforms.
(https://conda.io/docs/user-guide/concepts.html)
(更多讨论参考 https://jakevdp.github.io/blog/2016/08/25/conda-myths-and-misconceptions/)
优势: 开源, 用户广, 用途广, 社区完善, 新手友好
https://www.jetbrains.com/research/python-developers-survey-2017/
2017年的 python 使用调查报告 https://www.jetbrains.com/research/python-developers-survey-2017/
参考网站:
获取 python 包/模块/函数的帮助:
1 | # python |
1 | # shell |
1 | # ipython/jupyter |