Personal tools
User menu

Difference between revisions of "Python resources"

From atmoschem

Jump to: navigation, search
Line 6: Line 6:
 
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ Jupyter notebook: an introduction]
 
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ Jupyter notebook: an introduction]
 
*[https://gke.mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder/Index.ipynb A tutorial for Jupyter run on mybinder] It is a bit slow but worth it.
 
*[https://gke.mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder/Index.ipynb A tutorial for Jupyter run on mybinder] It is a bit slow but worth it.
 +
*[https://www.itcodemonkey.com/article/6025.html 一个中文tutorial]
  
  

Revision as of 21:40, 2 July 2019

Getting started

Jupyter notebook

Jupyter notebooks are interactive web-based applications that allow users to create and share combine live codes, equations, narrative texts, figures, interactive user interface and other rich media. When combined with the Python kernel, Jupyter notebooks allow users to code in Python and display results in an interactive and convenient way. Jupyter notebooks are really wonderful tools for learning Python, data science, and coding in general.


Python tutorials for beginners


Python for atmospheric science


Python for data science


Plotting