Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mor10/fs011
Notes for Programming in Python for Data Science
https://github.com/mor10/fs011
Last synced: about 2 months ago
JSON representation
Notes for Programming in Python for Data Science
- Host: GitHub
- URL: https://github.com/mor10/fs011
- Owner: mor10
- License: gpl-3.0
- Created: 2024-02-01T04:42:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T05:46:02.000Z (10 months ago)
- Last Synced: 2024-03-10T06:27:41.169Z (10 months ago)
- Size: 254 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FS011 Notes
Notes from UBC's [Programming in Python for Data Science](https://extendedlearning.ubc.ca/courses/programming-python-data-science/fs011) course, compiled by Morten (and contributors?) in collaboration with [this custom GPT](https://chat.openai.com/g/g-R2DHFc0v6-python-for-data-science-101).## Table of contents
- [Module 1](https://github.com/mor10/FS011/blob/main/module_1.md)
- [Module 2](https://github.com/mor10/FS011/blob/main/module_2.md)
- [Module 3](https://github.com/mor10/FS011/blob/main/module_3.md)
- [Module 4](https://github.com/mor10/FS011/blob/main/module_4.md)__⚠️ These notes are not official teaching material. Use at your own peril.__
Also, feel free to contribute by adding issues and PRs to the repo.
## Free to use etc (GPL)
This repo is published under the [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/#) license meaning you are free to use it, modify it, share it, and share your modifications as long as you grant the same licence to others.