Python Office Hours: Difference between revisions

From Pumping Station One
Skm (talk | contribs)
Tutorials: pushed DIP3 down a few rows in the list since bjonnh says it is not as good for new programmers
Skm (talk | contribs)
Online python interpreters: the pyladies 101 ipython notebook landed
Line 61: Line 61:
If you want to try out python and scientific packages without installing everything, you can use these servers.
If you want to try out python and scientific packages without installing everything, you can use these servers.


* https://try.jupyter.org/ No install or login required. Python 3, Julia, R, Haskell, Ruby.
* https://try.jupyter.org/ No install or login required. This launches ipython notebook for you.
** This is really amazing, and it will have some python 101 lessons soon care of Chicago PyLadies. You can see their notebook in the community section of the repo. [https://github.com/jupyter/docker-demo-images/tree/master/notebooks/communities/pyladies communities/pyladies]
** This has an interactive python 101 lesson. Navigate to communities/pyladies and click on *Python 101.ipynb* to
launch it.
** You can play with other languages too. There are Julia, R, Haskell, Ruby, etc notebooks
* https://www.pythonanywhere.com/ online python environments with [https://www.pythonanywhere.com/batteries_included/ many packages] already installed. (need account)
* https://www.pythonanywhere.com/ online python environments with [https://www.pythonanywhere.com/batteries_included/ many packages] already installed. (need account)