jcajax / pythonworkshops

Materials for Python and related workshops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Northwestern Research Computing Python Workshops

This repository contains materials for Python workshops taught by Research Computing Services.

All Python files are written using Python 3.6. We recommend the Anaconda distribution of Python (download), which includes many packages used by the scripts above, as well as Jupyter for running notebooks.

You can preview Jupyter notebooks and Python scripts by clicking on the files above. To download, click on the file, then click the raw button, and then save the file. Or download the whole repository: see the green Clone or Download button above. (Cloning uses git; if you don't know git, just download the repository as a .zip file.)

Some workshop materials are Python scripts (.py files) instead of Jupyter notebooks. We recommend the PyCharm Python IDE for editing and running Python scripts. Free Student licenses are available for academic use.

More Resources

See Resources for a listing of general Python resources, tutorials, and reference materials. Additional resources are linked in the individual workshop directories.

Note

This repository is still evolving and is not yet complete.

About

Materials for Python and related workshops


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%