close
Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.76 KB

File metadata and controls

42 lines (30 loc) · 2.76 KB

A short introduction to Python for computing

nbviewer: Read the notebooks (cannot edit or run)

binder: Read/edit/run the notebooks

Run the code in binder: Binder. When you first click on this link, it may take a few minutes to set up the environment with all required packages. Then you can edit and run the notebooks, but you cannot save them; but you can download the notebooks to your computer.

colab: Read/edit/run the notebooks

You can see a listing of all the notebooks on colab via this url

https://colab.research.google.com/github/cpraveen/python

or import the individual notebooks into colab using the following links

After importing into colab, you can edit and run the notebooks but the changes you make will not be saved. To save your changes, you must first make a copy of the notebook into your google drive by File --> Save a copy in drive.

Other resources