-
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.
- Loading branch information
Showing
4 changed files
with
47 additions
and
12 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 |
---|---|---|
|
@@ -8,8 +8,6 @@ site: sandpaper::sandpaper_site | |
> | ||
> If anything seems off, please contact Zhian Kamvar [[email protected]](mailto:[email protected]) | ||
{% include gh\_variables.html %} | ||
|
||
This lesson is an introduction to programming in Python 3 for people with little or no previous | ||
programming experience. It uses plotting as its motivating example and is designed to be used in | ||
both [Data Carpentry][dc-lessons] and [Software Carpentry][swc-lessons] workshops. | ||
|
@@ -28,14 +26,11 @@ as well (e.g., repl.it, Anaconda). | |
|
||
3. Learners must get the gapminder data before class starts: | ||
please download and unzip the file | ||
[python-novice-gapminder-data.zip](files/python-novice-gapminder-data.zip). | ||
|
||
Please see [the setup instructions][lesson-setup] | ||
for more details. | ||
|
||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::::: | ||
[python-novice-gapminder-data.zip](episodes/files/python-novice-gapminder-data.zip). | ||
|
||
Please see [the setup instructions][lesson-setup] | ||
for more details. | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
|
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,40 @@ | ||
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/ | ||
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode | ||
[ci]: https://communityin.org/ | ||
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html | ||
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html | ||
[concept-maps]: https://carpentries.github.io/instructor-training/05-memory/ | ||
[contrib-covenant]: https://contributor-covenant.org/ | ||
[cran-checkpoint]: https://cran.r-project.org/package=checkpoint | ||
[cran-knitr]: https://cran.r-project.org/package=knitr | ||
[cran-stringr]: https://cran.r-project.org/package=stringr | ||
[dc-lessons]: https://www.datacarpentry.org/lessons/ | ||
[email]: mailto:[email protected] | ||
[github-importer]: https://import2.github.com/ | ||
[importer]: https://github.com/new/import | ||
[jekyll-collection]: https://jekyllrb.com/docs/collections/ | ||
[jekyll-install]: https://jekyllrb.com/docs/installation/ | ||
[jekyll-windows]: https://jekyll-windows.juthilo.com/ | ||
[jekyll]: https://jekyllrb.com/ | ||
[jupyter]: https://jupyter.org/ | ||
[kramdown]: https://kramdown.gettalong.org/ | ||
[lc-lessons]: https://librarycarpentry.org/lessons/ | ||
[lesson-example]: https://carpentries.github.io/lesson-example/ | ||
[mit-license]: https://opensource.org/licenses/mit-license.html | ||
[morea]: https://morea-framework.github.io/ | ||
[numfocus]: https://numfocus.org/ | ||
[osi]: https://opensource.org | ||
[pandoc]: https://pandoc.org/ | ||
[paper-now]: https://github.com/PeerJ/paper-now | ||
[python-gapminder]: https://swcarpentry.github.io/python-novice-gapminder/ | ||
[pyyaml]: https://pypi.org/project/PyYAML/ | ||
[r-markdown]: https://rmarkdown.rstudio.com/ | ||
[rstudio]: https://www.rstudio.com/ | ||
[ruby-install-guide]: https://www.ruby-lang.org/en/downloads/ | ||
[ruby-installer]: https://rubyinstaller.org/ | ||
[rubygems]: https://rubygems.org/pages/download/ | ||
[styles]: https://github.com/carpentries/styles/ | ||
[swc-lessons]: https://software-carpentry.org/lessons/ | ||
[swc-releases]: https://github.com/swcarpentry/swc-releases | ||
[training]: https://carpentries.github.io/instructor-training/ | ||
[yaml]: https://yaml.org/ |