Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.75 KB

using-python.md

File metadata and controls

26 lines (17 loc) · 1.75 KB

Using Python

This page contains a few selected links to Python learning resources, many more are available online! If you are new to programming in Python, these can help you get started.

Getting Python

  • Official downloads - from the Python Foundation. Any further modules can be installed when needed.
  • Anaconda - a popular package for scientists, which includes many commonly-used numeric & scientific packages.
  • Jupyter - Jupyter notebooks let you combine written text with Python code - all the examples in this repository are written using Jupyter (but can be viewed without it, just by clicking the links!).

Python for non-programmers

Python for Matlab/Octave users

Python for R users