-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added links for raw file download
- Loading branch information
Showing
1 changed file
with
12 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
# gdi-ct | ||
a GirlDevelopIt course on computational thinking | ||
a GirlDevelopIt course on computational thinking using Python | ||
|
||
These materials are provided for a [GirlDevelopIt][1] course to be presented | ||
The datafile [ice-cream.csv][1] is more convenient to download using "Save As…" from your browser. | ||
Students who have installed [Jupyter Notebook][2] (also known as IPython Notebook) may find it | ||
useful to also download the [gdi-tlapip.ipynb][3] file to save a little typing during the course. | ||
|
||
These materials are provided for a [GirlDevelopIt][4] course to be presented | ||
in Philidelpha in April 2016. The core content here resides in the OpenDocument | ||
Presentation slide show with the data file and source code in support of that. | ||
Presentation slide show with the data file and source code in support of that presentation. | ||
|
||
Since most of the substance of this course will be in the presentation itself, you | ||
may not be able to derive much from the assets, but you're welcome to try. | ||
may not be able to derive much from the slides and code, but you're welcome to try. | ||
|
||
[1]: https://www.girldevelopit.com/ | ||
[1]: https://raw.githubusercontent.com/mwartell/gdi-ct/master/ice-cream.csv | ||
[2]: http://jupyter.org/ | ||
[3]: https://raw.githubusercontent.com/mwartell/gdi-ct/master/gdi-tlapip.ipynb | ||
[4]: https://www.girldevelopit.com/ |