You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
1
+
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# data-analysis-python
1
+
# Data analysis with Python
2
2
3
-
This repository contains instructional materials for learning data analysis for applications in the physical sciences. They are in the form of [Jupyter](https://jupyter-notebook.readthedocs.io/en/latest/) notebooks using the [Python](https://docs.python.org/3/tutorial/index.html) programming language. A suitable textbook to accompany these materials is [*Measurements and their Uncertainties*](http://www.oupcanada.com/catalog/9780199566334.html), by Hughes and Hase.
3
+
This repository contains instructional materials for learning data analysis for applications in the physical sciences. They are in the form of [Jupyter](https://jupyter-notebook.readthedocs.io/en/latest/) notebooks using the [Python](https://docs.python.org/3/tutorial/index.html) programming language. A suitable textbook to accompany these materials is [*Measurements and their Uncertainties*](https://www.oupcanada.com/catalog/9780199566334.html), by Hughes and Hase.
4
4
5
-
These materials are a work in progress and I welcome feedback at <[email protected]>.
@@ -11,8 +11,8 @@ Image credit: *Curve-fitting*, by [XKCD](https://xkcd.com/2048/)
11
11
## How to use these materials
12
12
You should be able to read, run, and modify the notebooks in this repository following any one of the following methods.
13
13
14
-
If you are an SFU student, you will probably want to use Syzygy, which you can sign in to with your SFU Computing Account. [Syzygy](https://sfu.syzygy.ca/) is a cloud-based Jupyter notebook server hosted by [Compute Canada](https://www.computecanada.ca/). To upload the notebooks into your SFU Syzygy account:
15
-
* Use this [link](https://sfu.syzygy.ca/jupyter/hub/user-redirect/git-pull?repo=https://gitlab.phys.sfu.ca/physcrs/course-material-phys233.git&branch=master), which should upload the contents of all the folders in the PHYS 233 repository directly to your syzygy account. Syzygy will prompt you to log in if you are not already logged in. You can also use this link to upload changes to the notebooks that occur during the course.
14
+
If you are an SFU student, you will probably want to use Syzygy, which you can sign in to with your SFU Computing Account. [Syzygy](https://sfu.syzygy.ca/) is a cloud-based Jupyter notebook server hosted by the [Digital Research Alliance of Canada](https://alliancecan.ca/en). To upload the notebooks into your SFU Syzygy account:
15
+
* Use this [link](https://sfu.syzygy.ca/jupyter/hub/user-redirect/git-pull?repo=https://github.com/jsdodge/data-analysis-python.git&branch=main), which should upload the contents of all the folders in the PHYS 233 repository directly to your syzygy account. Syzygy will prompt you to log in if you are not already logged in. You can also use this link to upload changes to the notebooks that occur during the course.
16
16
* Or download the folder as a .zip file, unpack it into a folder, and upload the files to sfu.syzygy.ca.
17
17
18
18
Within the Syzygy interface, open the `.ipynb` notebook files in the `notebooks` directory to read the documentation and run the code.
@@ -26,4 +26,4 @@ Or you can copy the notebooks into the [Google Colab](https://colab.research.goo
26
26
These materials were written and tested in Python 3.7, including the [NumPy](https://docs.scipy.org/doc/numpy/reference/index.html) (1.17), [matplotlib](https://matplotlib.org/users/index.html) (3.1), and [SciPy](https://docs.scipy.org/doc/scipy/reference/tutorial/index.html) (1.3) packages. There are many more packages available for doing data analysis in Python, but these three include everything a practicing physicist needs to get started.
27
27
28
28
## License
29
-
The notebook text is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See more at [Creative Commons](http://creativecommons.org/licenses/by-nc-nd/4.0/). The notebook code is open source under the [MIT License](https://opensource.org/licenses/MIT).
29
+
The notebook text is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See more at [Creative Commons](https://creativecommons.org/licenses/by-nc-nd/4.0/). The notebook code is open source under the [MIT License](https://opensource.org/licenses/MIT).
0 commit comments