generated from uwhackweek/jupyterbook-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from ICESAT-2HackWeek/add_OOP_2TOC
Add oop 2 toc
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Intro to Object Oriented Programming (OOP) | ||
|
||
In this tutorial, we'll be learning how to structure object-oriented code | ||
to take full advantage of this programming paradigm. | ||
|
||
Follow along with the slides [`here`](./OOP.pdf)! | ||
|
||
We'll be using UCAR's ['Very Simple Climate Model'](https://scied.ucar.edu/interactive/simple-climate-model) as an example. | ||
|
||
Go ahead and preview the code we'll write together | ||
- {download}`climate_model.py <./climate_model.py>` | ||
- {download}`co2_emissions.py <./co2_emissions.py>` | ||
- Some sample data: [`SSP_CO2emissions.csv`](./SSP_CO2emissions.csv) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters