-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EOSC 211 course conversion #3
Comments
Question: what does "write a python equivalent of the text" mean? Surely not "write a textbook equivalent of Attaway's MatLab book"? Should this be "find a python- based text" or "figure out how to run the course without a text"? Eg. "A Primer on Scientific Programming with Python", Hans Petter Langtangen, used by authors of |
I meant produce the E211 equivalent of https://ubc-dsci.github.io/introduction-to-datascience/ |
this is all on github with an open source license, for example: |
For the HP Langtangen book, the text seems to be closed source, but any of his slides could be converted to markdown with pandoc: It's also a good example of the problems with texts in this area, nothing in this book will run with current python without quite a bit of work. |
For the earth sciences, this is probably the best existing intro: https://geo-python.github.io/site/course-info/course-info.html |
At the graduate level: |
captured this in #2 |
matlab --batch
from pythonThe text was updated successfully, but these errors were encountered: