Personal tools
User menu

Difference between revisions of "Python resources"

From atmoschem

Jump to: navigation, search
Line 3: Line 3:
 
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.
 
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.
 
*We strongly recommend installing Python and Jupyter on your PC using the Anaconda Distribution [https://www.anaconda.com/distribution/ usingthe Anaconda distribution], which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.
 
*We strongly recommend installing Python and Jupyter on your PC using the Anaconda Distribution [https://www.anaconda.com/distribution/ usingthe Anaconda distribution], which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.
 +
*Students enrolled in courses will also be provided with an account and access to a SUSTech server running Jupyter.
 
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ Jupyter notebook: an introduction]
 
*[https://www.dataquest.io/blog/jupyter-notebook-tutorial/ Jupyter notebook: an introduction]
  
Line 8: Line 9:
 
==Python tutorials for beginners==
 
==Python tutorials for beginners==
 
*[https://www.learnpython.org/ On short online Python tutorial]
 
*[https://www.learnpython.org/ On short online Python tutorial]
*[https://jerry-git.github.io/learn-python3/] A tutorial for Python 3
+
*[https://jerry-git.github.io/learn-python3/ A tutorial for Python 3]
  
  

Revision as of 20:25, 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.

  • We strongly recommend installing Python and Jupyter on your PC using the Anaconda Distribution usingthe Anaconda distribution, which includes Python, the Jupyter Notebook, and other commonly used packages for scientific computing and data science.
  • Students enrolled in courses will also be provided with an account and access to a SUSTech server running Jupyter.
  • Jupyter notebook: an introduction


Python tutorials for beginners


Python for atmospheric science


Python for data science


Plotting