- 16 Jun, 2020 2 commits
-
-
Bezaye Tesfaye Belayneh authored
-
Bezaye Tesfaye Belayneh authored
-
- 27 May, 2020 1 commit
-
-
James Kent authored
* change method call to function call in images * change numpy.mean to numpy.max
-
- 22 Apr, 2020 1 commit
-
-
Mike Trizna authored
I honestly didn't realize I was still listed as a Maintainer on here.
-
- 04 Apr, 2020 1 commit
-
-
zhaophotonicslab authored
-
- 30 Mar, 2020 1 commit
-
-
Tobias Weiß authored
* Add notebook entry to references * Link notebook to reference entry mainly because the term was not introduced before * Add missing spaces * Changed and extended reference entry * Change line length Co-authored-by:
Tobias Weiß <tweiss@gfz-potsdam.de>
-
- 10 Mar, 2020 1 commit
-
-
Andreas Hilboll authored
fix typo in solution of "sorting into buckets"
-
- 06 Mar, 2020 1 commit
-
-
neil-csiro authored
* Add alt-text to Episode 5 * Correct line lengths for alt-text * Correct typo & phrasing of units of pepper
-
- 04 Mar, 2020 1 commit
-
-
Lauren Ko authored
Python function structure image now has a detailed description: ../fig/python-function.svg
-
- 01 Mar, 2020 1 commit
-
-
Stefan Negru authored
* provide detailed alt text to intro image 02. Additional variables as Sticky Notes now has a detailed content: ../fig/python-sticky-note-variables-02.svg * change image 01 from name to label to be consistent
-
- 28 Feb, 2020 2 commits
-
-
Stefan Negru authored
Operations across axes now has a detailed content: ../fig/python-operations-across-axes.png
-
Stefan Negru authored
Additional variables as Sticky Notes now has a detailed content: ../fig/python-sticky-note-variables-03.svg
-
- 27 Feb, 2020 1 commit
-
-
Stefan Negru authored
Flowchart conditional image now has a detailed description: ../fig/python-flowchart-conditional.png
-
- 26 Feb, 2020 1 commit
-
-
Stefan Negru authored
Variables as Sticky Notes now has a detailed content: ../fig/python-sticky-note-variables-01.svg
-
- 24 Feb, 2020 1 commit
-
-
Matthew Deakyne authored
Remove commas from the output of `offset_mean(data, 0)` call.
-
- 21 Feb, 2020 1 commit
-
-
Toan Phung authored
* Update 02-numpy.md Changing `numpy.diff` example to use data from the inflammation dataset. As well as adding introduction to usage `axis` parameter of `numpy.diff` in the 2D multi-dimensinal array. * Update 02-numpy.md Change `row_start` variable name to `patient3_week1`. Modify wording for the 2D array `numpy.diff` example question. * Adding decimer indicator for number within numpy array * Add printing statement for viewing of patient3_week1 data
-
- 17 Feb, 2020 2 commits
-
-
Alexandre de Siqueira authored
-
Alexandre de Siqueira authored
-
- 14 Feb, 2020 3 commits
-
-
Sean McCartney authored
-
Sean McCartney authored
-
Sean McCartney authored
-
- 01 Feb, 2020 1 commit
-
-
Maxim Belkin authored
-
- 31 Jan, 2020 1 commit
-
-
Steve Schmerler authored
* 02-numpy: clarify numpy.diff() part Using a variable called `npdiff` to hold an array is highly confusing, given that the function to be learned here is called {numpy,np}.diff(). Also, stress that the array returned by `diff()` is shorter by one. * 02-numpy: diff(): rename variable, streamline text Rename variable `a` -> `row_start` and add text relating that to the `data` array encountered earlier. The text part about "patient data is _longitudinal_" is redundant since that answers the question posed later regarding the usage of the `axis` keyword. It intoduces the usage of `axis`, while the following intro to diff() first uses a 1d array. * 02-numpy: diff(): Re-add introduction lines
-
- 29 Jan, 2020 1 commit
-
-
Maxim Belkin authored
+ Add "Overview" section + Reorder items in the "Launch Python Interpreter" section + Move instructions from "Navigate to the data folder" to the previous section
-
- 27 Jan, 2020 1 commit
-
-
Alice Minotto authored
changes not to use in place operators, which are being introduced in a later lesson
-
- 02 Jan, 2020 2 commits
-
-
Maxim Belkin authored
Split 02-numpy.md into 02-numpy.md and 03-matplotlib.md
-
Maxim Belkin authored
-
- 20 Dec, 2019 3 commits
-
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
- 18 Dec, 2019 1 commit
-
-
Maxim Belkin authored
-
- 17 Dec, 2019 7 commits
-
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
Conflicts: _episodes/02-numpy-backup.md _episodes/02-numpy.md _episodes/03-matplotlib.md
-
Maxim Belkin authored
-
Maxim Belkin authored
-
drakeasberry authored
-
- 16 Dec, 2019 1 commit
-
-
Ann Gledson authored
* Update 04-lists.md I think it's good to repeat the explanation of behaviour caused by (attempted) copying and then modifying the list in place. From teaching this several times, I think it would help to notify the learner that the use of append here is a second, similar example to what we saw earlier with the salsa list. * Update 04-lists.md Replaced brackets with back-ticks and added comma.
-
- 03 Dec, 2019 1 commit
-
-
Chris Cooling authored
* Clarification of 1.0 v 1. The previous explanation implies that Python will always print 1.0 as "1." when there's nothing after the decimal point. However, this is specific to numpy. For example, the statement "print(1.0)" will print "1.0" and not "1.". I also clarified the space saved was on the screen (rather than in memory for example). * Update 02-numpy.md * Update 02-numpy.md * Update 02-numpy.md
-