- 03 Oct, 2019 2 commits
-
-
Anne Fouilloux authored
-
Anne Fouilloux authored
-
- 01 Oct, 2019 2 commits
-
-
Maxim Belkin authored
Co-authored-by:
stamper <tbyhdgs@gmail.com>
-
Matúš Kalaš authored
-
- 30 Sep, 2019 1 commit
-
-
Maxim Belkin authored
-
- 27 Sep, 2019 1 commit
-
-
Maxim Belkin authored
-
- 24 Sep, 2019 1 commit
-
-
Maxim Belkin authored
-
- 23 Sep, 2019 1 commit
-
-
Peter Cock authored
-
- 20 Sep, 2019 2 commits
-
-
Maxim Belkin authored
... to guarantee that files are closed when we're done working with scour
-
Maxim Belkin authored
-
- 16 Sep, 2019 1 commit
-
-
David Benn authored
The function called `analyze` performs visualization tasks. Following our own suggestion ("function names usually describe what they do"), we rename the function to `visualize`.
-
- 13 Sep, 2019 1 commit
-
-
David Benn authored
-
- 10 Sep, 2019 4 commits
-
-
Maxim Belkin authored
change `.python` to `.language-python`
-
Maxim Belkin authored
-
David Benn authored
-
Maxim Belkin authored
The last exercise in `08-defensive.md` has a few issues: a. it uses unclear language ("Fix" may refer to many things) b. it uses functions not (currently) introduced in the lesson -- builtin `max` and `min` Both issues can be fixed. Until then, we're moving this exercise to "Extras"
-
- 09 Sep, 2019 2 commits
-
-
Maxim Belkin authored
-
Maxim Belkin authored
-
- 30 Aug, 2019 2 commits
-
-
Maxim Belkin authored
-
K.E. Koziar authored
-
- 26 Aug, 2019 5 commits
-
-
David Benn authored
`print(data.dtype)` actually yields `float64`, not `dtype('float64')`. The latter is returned by`data.dtype`. Since we are using print(...) throughout, for consistency, the output in this case should be `float64`.
-
Thomas Etherington authored
-
David Benn authored
-
David Benn authored
The line to be corrected to be: ~~~ scaled = float(dy) / dx ~~~ is on line number 14, not 11, if the `def` is on line 1.
-
David Benn authored
`print(time.ctime())` does not show its output in quotes; `time.ctime()` by itself does.
-
- 25 Aug, 2019 1 commit
-
-
David Benn authored
-
- 22 Aug, 2019 1 commit
-
-
Katrin Leinweber authored
See https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/#cache-all-the-things- & https://github.com/jekyll/jekyll/releases/tag/v4.0.0 It appears during `make site` & `make serve`.
-
- 31 Jul, 2019 2 commits
-
-
Thomas Etherington authored
-
J. Ignacio Lucas Lledó authored
Closes swcarpentry/python-novice-inflammation#489.
-
- 26 Jul, 2019 1 commit
-
-
Lauren Ko authored
-
- 25 Jul, 2019 4 commits
-
-
HeatherAn authored
Closes swcarpentry/python-novice-inflammation#666
-
HeatherAn authored
Improve wording when explaining what happens when we loop over a list. Closes swcarpentry/python-novice-inflammation#668
-
HeatherAn authored
Closes swcarpentry/python-novice-inflammation#673
-
HeatherAn authored
Closes swcarpentry/python-novice-inflammation#674
-
- 23 Jul, 2019 1 commit
-
-
Sarah Peter authored
Closes swcarpentry/python-novice-inflammation#670.
-
- 22 Jul, 2019 1 commit
-
-
drshrirang authored
Fixes: swcarpentry/python-novice-inflammation#676
-
- 25 Jun, 2019 1 commit
-
-
Maxim Belkin authored
-
- 21 Jun, 2019 1 commit
-
-
François Michonneau authored
- fix swcarpentry/r-novice-inflammation#436
-
- 20 Jun, 2019 1 commit
-
-
- 19 Jun, 2019 1 commit
-
-
Maxim Belkin authored
-