Recent Releases of python-novice-inflammation

python-novice-inflammation - Release 2023.04 of the 'Programming with Python' lesson

This is in preparation for the transition to The Workbench

What's Changed

  • fixed two inconsistencies in the stdin part of Command-Line Programs by @timtroendle in https://github.com/swcarpentry/python-novice-inflammation/pull/251
  • Update 02-loop.md by @marylhaley in https://github.com/swcarpentry/python-novice-inflammation/pull/266
  • Update Notebook command by @evanwill in https://github.com/swcarpentry/python-novice-inflammation/pull/250
  • Replace "ipython notebook" (deprecated) with "jupyter notebook" by @qjcg in https://github.com/swcarpentry/python-novice-inflammation/pull/256
  • Fix wrong value in sublist. by @nsoranzo in https://github.com/swcarpentry/python-novice-inflammation/pull/245
  • Include a blueprint for a function image by @wd15 in https://github.com/swcarpentry/python-novice-inflammation/pull/242
  • Update 01-numpy.md by @gedankenstuecke in https://github.com/swcarpentry/python-novice-inflammation/pull/239
  • Remove mentions to ipythonblocks and tuples by @iglpdc in https://github.com/swcarpentry/python-novice-inflammation/pull/264
  • removed notion of dictionaries by @timtroendle in https://github.com/swcarpentry/python-novice-inflammation/pull/252
  • consistent use of print function by @timtroendle in https://github.com/swcarpentry/python-novice-inflammation/pull/255
  • Light changes to allocation of input code and data files cmdline by @ashkurti in https://github.com/swcarpentry/python-novice-inflammation/pull/258
  • Minor changes to python novice pages by @marylhaley in https://github.com/swcarpentry/python-novice-inflammation/pull/259
  • Update 01-numpy.md by @jstapleton in https://github.com/swcarpentry/python-novice-inflammation/pull/243
  • Added link to NumPy Documentation by @OKCody in https://github.com/swcarpentry/python-novice-inflammation/pull/237
  • Add if/elif/else exercise. (instructor training) by @jgosmann in https://github.com/swcarpentry/python-novice-inflammation/pull/186
  • link PNGs instead of SVGs (closes #270 and #271) by @btel in https://github.com/swcarpentry/python-novice-inflammation/pull/273
  • fix small typo by @btel in https://github.com/swcarpentry/python-novice-inflammation/pull/274
  • Add MCQ for modifying data in lists by @derekhoward in https://github.com/swcarpentry/python-novice-inflammation/pull/201
  • add exercise for the 'functions' lesson by @vdhelm in https://github.com/swcarpentry/python-novice-inflammation/pull/204
  • Add an exercise (counting vowels) to lesson 5. by @ketch in https://github.com/swcarpentry/python-novice-inflammation/pull/207
  • added challenge to 05-cond.md by @SigridK in https://github.com/swcarpentry/python-novice-inflammation/pull/225
  • Added loops diagram by @tcford in https://github.com/swcarpentry/python-novice-inflammation/pull/232
  • example of function with parameters by @NataliaOsiecka in https://github.com/swcarpentry/python-novice-inflammation/pull/238
  • Added an exercise to Analyzing Data from Multiple Files, to plot the … by @richardclare in https://github.com/swcarpentry/python-novice-inflammation/pull/268
  • glob.glob returns paths in arbitrary order. by @nsoranzo in https://github.com/swcarpentry/python-novice-inflammation/pull/246
  • Expanded exercise and added solutions for Python module 1 by @bhjolly in https://github.com/swcarpentry/python-novice-inflammation/pull/277
  • new exercise for part 4 by @frankwillmore in https://github.com/swcarpentry/python-novice-inflammation/pull/260
  • Slicing Exercise (for instructor training checkout) by @tobyhodges in https://github.com/swcarpentry/python-novice-inflammation/pull/184
  • Add debugging challenge (part 09) by @davidjb in https://github.com/swcarpentry/python-novice-inflammation/pull/230
  • Added callout for way to find methods in IPython by @benlaken in https://github.com/swcarpentry/python-novice-inflammation/pull/180
  • Improving Python lessons a bit by @narayananr in https://github.com/swcarpentry/python-novice-inflammation/pull/108
  • Better explanation for base-0 indexing by @khinsen in https://github.com/swcarpentry/python-novice-inflammation/pull/176
  • Suggesting new exercise for the Creating Functions page by @jberghold in https://github.com/swcarpentry/python-novice-inflammation/pull/248
  • Added challenge to 01-numpy.md regarding slicing a vector vs an array by @metavee in https://github.com/swcarpentry/python-novice-inflammation/pull/211
  • Slicing steps exercise by @tobyhodges in https://github.com/swcarpentry/python-novice-inflammation/pull/198
  • Omitting slice indices by @tobyhodges in https://github.com/swcarpentry/python-novice-inflammation/pull/199
  • New self-documenting code exercise by @stuckyb in https://github.com/swcarpentry/python-novice-inflammation/pull/241
  • Prefer functions over methods. by @tbekolay in https://github.com/swcarpentry/python-novice-inflammation/pull/244
  • Rename python files in code not to have hyphens by @hachterberg in https://github.com/swcarpentry/python-novice-inflammation/pull/254
  • Finding type of elements of a numpy array by @Mahdisadjadi in https://github.com/swcarpentry/python-novice-inflammation/pull/269
  • use 'import' a library instead of 'load' by @btel in https://github.com/swcarpentry/python-novice-inflammation/pull/275
  • Merging new styles and documentation by @gvwilson in https://github.com/swcarpentry/python-novice-inflammation/pull/284
  • Updating CITATION file by @gvwilson in https://github.com/swcarpentry/python-novice-inflammation/pull/289
  • Corrected a typo on the lesson. by @JUpani in https://github.com/swcarpentry/python-novice-inflammation/pull/282
  • Corrected few typos by @JUpani in https://github.com/swcarpentry/python-novice-inflammation/pull/286
  • Fixing link to ZIP file by @gvwilson in https://github.com/swcarpentry/python-novice-inflammation/pull/298
  • A more intuitive solution for exercise in "Loops". by @rueuntal in https://github.com/swcarpentry/python-novice-inflammation/pull/300
  • Add solutions for exercises in 'cond'. by @rueuntal in https://github.com/swcarpentry/python-novice-inflammation/pull/301
  • Update switcheroo example by @jrleeman in https://github.com/swcarpentry/python-novice-inflammation/pull/296
  • added Getting Started directions to index.md by @tracykteal in https://github.com/swcarpentry/python-novice-inflammation/pull/303
  • Fixing references to .html pages by @gvwilson in https://github.com/swcarpentry/python-novice-inflammation/pull/304
  • BUG: Fix broken link to setup by @dopplershift in https://github.com/swcarpentry/python-novice-inflammation/pull/308
  • new solutions to exercises in 03-lists.md by @btel in https://github.com/swcarpentry/python-novice-inflammation/pull/307
  • Replace 'collection' with 'sequence' in for-loop explanation by @MichaelConnell in https://github.com/swcarpentry/python-novice-inflammation/pull/311
  • Fix final defensive programming challenge so it initializes from data by @DamienIrving in https://github.com/swcarpentry/python-novice-inflammation/pull/312
  • Adding accessibility changes from swcarpentry/styles by @k8hertweck in https://github.com/swcarpentry/python-novice-inflammation/pull/313
  • Adding Google Analytics by @gvwilson in https://github.com/swcarpentry/python-novice-inflammation/pull/314
  • Adding auto-generated IDs by @gvwilson in https://github.com/swcarpentry/python-novice-inflammation/pull/315
  • Clarify sentence related to counting from zero by @astrofrog in https://github.com/swcarpentry/python-novice-inflammation/pull/317
  • fix quotation, indentation by @stragu in https://github.com/swcarpentry/python-novice-inflammation/pull/320
  • Improved exercise about why the plots don't show nice step functions by @astrofrog in https://github.com/swcarpentry/python-novice-inflammation/pull/318
  • Remove unnecessary whitespace by @konrad in https://github.com/swcarpentry/python-novice-inflammation/pull/325
  • Minor cleanup related to mentions of tuples by @astrofrog in https://github.com/swcarpentry/python-novice-inflammation/pull/316
  • Fix issue #267 by @wligtenberg in https://github.com/swcarpentry/python-novice-inflammation/pull/322
  • Adds solution to challenge Stacking Arrays in episode one by @itcarroll in https://github.com/swcarpentry/python-novice-inflammation/pull/324
  • FileNotFoundError supersedes IOError by @davis68 in https://github.com/swcarpentry/python-novice-inflammation/pull/327
  • wording adjusted for consistency in description of loop operation by @corinnebosley in https://github.com/swcarpentry/python-novice-inflammation/pull/333
  • Fix typo on 09-debugging.md by @jorgearanda in https://github.com/swcarpentry/python-novice-inflammation/pull/335
  • Add solution to Mixing Default and Non-Default Parameters exercise by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/332
  • editted learning objectives to be more specific by @ejh243 in https://github.com/swcarpentry/python-novice-inflammation/pull/326
  • Added exercise for enumerate in loops lesson by @paalmbj in https://github.com/swcarpentry/python-novice-inflammation/pull/323
  • Fix issue #329 by @dndln in https://github.com/swcarpentry/python-novice-inflammation/pull/337
  • 2 small changes by @jangari in https://github.com/swcarpentry/python-novice-inflammation/pull/285
  • Fix callout formatting instruction in loops lesson. by @sechilds in https://github.com/swcarpentry/python-novice-inflammation/pull/345
  • Use list instead of tuple in variable swapping exercise by @tv3141 in https://github.com/swcarpentry/python-novice-inflammation/pull/346
  • Fixed incorrect line numbers in 08-defensive.md by @walternathan6754 in https://github.com/swcarpentry/python-novice-inflammation/pull/349
  • Inline the code that produces errors by @Ry4an in https://github.com/swcarpentry/python-novice-inflammation/pull/272
  • Add zip file of 'code' directory and refer to it on the Setup page by @mrawls in https://github.com/swcarpentry/python-novice-inflammation/pull/344
  • Updating mailmap and AUTHORS before release by @twitwi in https://github.com/swcarpentry/python-novice-inflammation/pull/352
  • [Instructor Training Checkout] Add an longitudinal tabular data exercise. by @sechilds in https://github.com/swcarpentry/python-novice-inflammation/pull/348
  • Formatting in 02-loop.md in the "What's in a name?" callout is messed up by @jarrah42 in https://github.com/swcarpentry/python-novice-inflammation/pull/355
  • Update style to v9.1.1 by @rgaiacs in https://github.com/swcarpentry/python-novice-inflammation/pull/360
  • Tweaking make help message by @roopchansinghv in https://github.com/swcarpentry/python-novice-inflammation/pull/361
  • Post-workshop fixes by @nsoranzo in https://github.com/swcarpentry/python-novice-inflammation/pull/375
  • Update style to v9.2.3 by @rgaiacs in https://github.com/swcarpentry/python-novice-inflammation/pull/376
  • Add code examples to ch-ch-ch-changes by @n0mjs710 in https://github.com/swcarpentry/python-novice-inflammation/pull/377
  • More explanation for why we import individual libraries. by @Matthew-Whitlock in https://github.com/swcarpentry/python-novice-inflammation/pull/369
  • Added R as another example of a 1-based indexing by @timothymillar in https://github.com/swcarpentry/python-novice-inflammation/pull/374
  • Devendra1810 gh pages #290 by @valentina-s in https://github.com/swcarpentry/python-novice-inflammation/pull/341
  • Update 01-numpy.md by @devendra1810 in https://github.com/swcarpentry/python-novice-inflammation/pull/290
  • Add an intermediate step in explaining how to call a function by @lingling-CB in https://github.com/swcarpentry/python-novice-inflammation/pull/353
  • Generate Composite Statistics - solution by @digitaltxtlab in https://github.com/swcarpentry/python-novice-inflammation/pull/368
  • change challenge to solution by @Mahdisadjadi in https://github.com/swcarpentry/python-novice-inflammation/pull/381
  • Fix a few instances of inflammation being misspelled. by @jkeck in https://github.com/swcarpentry/python-novice-inflammation/pull/379
  • Fixed CONTRIBUTING.md links by @kdottiemo in https://github.com/swcarpentry/python-novice-inflammation/pull/380
  • Fix code block color by @rgaiacs in https://github.com/swcarpentry/python-novice-inflammation/pull/383
  • Add example diagram on zero index arrays to 01-numpy python lesson by @eleanorlutz in https://github.com/swcarpentry/python-novice-inflammation/pull/386
  • Better solution for pre- and post-conditions by @pllim in https://github.com/swcarpentry/python-novice-inflammation/pull/387
  • Minor fixes: typos, grammar, formatting, minor clarifications by @dstndstn in https://github.com/swcarpentry/python-novice-inflammation/pull/350
  • change variable 'x' to 'x_val' by @SaymoreChifamba in https://github.com/swcarpentry/python-novice-inflammation/pull/389
  • update wording by @norlab in https://github.com/swcarpentry/python-novice-inflammation/pull/392
  • Remove unexpected image files as reported by make lesson-check in iss… by @Doomslang in https://github.com/swcarpentry/python-novice-inflammation/pull/393
  • Wording Change & Folder Name by @norlab in https://github.com/swcarpentry/python-novice-inflammation/pull/390
  • Update 02-loop.md by @andreas-h in https://github.com/swcarpentry/python-novice-inflammation/pull/394
  • Fix code zip by @msleigh in https://github.com/swcarpentry/python-novice-inflammation/pull/359
  • Fix the links [issues] and [repo] in CONTRIBUTING.md by @dddragons in https://github.com/swcarpentry/python-novice-inflammation/pull/398
  • Update linked to install anaconda. by @gruel in https://github.com/swcarpentry/python-novice-inflammation/pull/406
  • Fix reference links by @tbekolay in https://github.com/swcarpentry/python-novice-inflammation/pull/403
  • make print statements python3 compatible by @jokedurnez in https://github.com/swcarpentry/python-novice-inflammation/pull/411
  • Fix output of %whos, numpy is not imported yet by @gjbex in https://github.com/swcarpentry/python-novice-inflammation/pull/412
  • Suggest changing list example to string example in 02-loops.md, sect… by @wpk-nist-gov in https://github.com/swcarpentry/python-novice-inflammation/pull/414
  • Add More Learning objectives for Episode 03 on Learning Python Lists by @dddragons in https://github.com/swcarpentry/python-novice-inflammation/pull/399
  • Use a descriptive name for sd plot example by @mawds in https://github.com/swcarpentry/python-novice-inflammation/pull/407
  • Removes the unnecessary __MACOSX directory from the code zip archive. by @amjames in https://github.com/swcarpentry/python-novice-inflammation/pull/409
  • Add input example to normalize_rectangle by @rrlove in https://github.com/swcarpentry/python-novice-inflammation/pull/396
  • Update 02-loop.md with enumeration description by @FelixLiu-SF in https://github.com/swcarpentry/python-novice-inflammation/pull/418
  • Issue #419 - making suggested change to lesson 2 by @tylerkelly13 in https://github.com/swcarpentry/python-novice-inflammation/pull/423
  • Issue #221 - add tab to 'Tabs and Spaces' example by @tylerkelly13 in https://github.com/swcarpentry/python-novice-inflammation/pull/422
  • Fixed filename in "Moving Plots Around" challange by @dn80 in https://github.com/swcarpentry/python-novice-inflammation/pull/435
  • Revised KPs in eps. 3, 5, 6 (Issue #358) by @yeemey in https://github.com/swcarpentry/python-novice-inflammation/pull/425
  • Fix some of issue 431 by @richyvk in https://github.com/swcarpentry/python-novice-inflammation/pull/432
  • Add missing numpy import by @jeiros in https://github.com/swcarpentry/python-novice-inflammation/pull/443
  • Updated fig to matplotlib2.0 default colormap viridis. Fix #428 by @daguiam in https://github.com/swcarpentry/python-novice-inflammation/pull/440
  • Make row,column indexing convention clear early on by @nspies in https://github.com/swcarpentry/python-novice-inflammation/pull/446
  • Swap Newton with Curie by @marwahaha in https://github.com/swcarpentry/python-novice-inflammation/pull/448
  • Issue #424 - Updated key points in 06-func.md to remove references to… by @harpolea in https://github.com/swcarpentry/python-novice-inflammation/pull/434
  • Added syntax Highlighting for displaying python and bash source by @annefou in https://github.com/swcarpentry/python-novice-inflammation/pull/470
  • Remove hard coded print string and changed quotes by @FelixLiu-SF in https://github.com/swcarpentry/python-novice-inflammation/pull/469
  • Correct solution to 'plotting differences' by @gcapes in https://github.com/swcarpentry/python-novice-inflammation/pull/462
  • Use startswith in solution to exercise #464 by @gcapes in https://github.com/swcarpentry/python-novice-inflammation/pull/465
  • Change In Inflammation: Added explanation of numpy.diff() by @bettingr in https://github.com/swcarpentry/python-novice-inflammation/pull/471
  • Update 08-defensive.md — en dash for numeric range by @cleary3 in https://github.com/swcarpentry/python-novice-inflammation/pull/480
  • edited explanation of numpy.diff by @pandrews in https://github.com/swcarpentry/python-novice-inflammation/pull/481
  • Update 02-loop.md — em dash formatting by @cleary3 in https://github.com/swcarpentry/python-novice-inflammation/pull/479
  • Improve clarity and robustness in 'tidying up' by @gcapes in https://github.com/swcarpentry/python-novice-inflammation/pull/467
  • Fix typo in 'composite statistics' exercise by @gcapes in https://github.com/swcarpentry/python-novice-inflammation/pull/463
  • Show how to start a new notebook by @gcapes in https://github.com/swcarpentry/python-novice-inflammation/pull/456
  • Making changes to variables by @JustinPringle in https://github.com/swcarpentry/python-novice-inflammation/pull/483
  • Minor grammatical and clarifying changes by @decaelus in https://github.com/swcarpentry/python-novice-inflammation/pull/482
  • Update 03-lists.md – spelling correction by @cleary3 in https://github.com/swcarpentry/python-novice-inflammation/pull/477
  • Separate inline comments by at least two spaces. by @mkcor in https://github.com/swcarpentry/python-novice-inflammation/pull/488
  • Change variable 'mySalsa' to 'my_salsa' for PEP 8 compliance. by @jason-ellis in https://github.com/swcarpentry/python-novice-inflammation/pull/484
  • 08-defensive.md: use correct dash character by @cleary3 in https://github.com/swcarpentry/python-novice-inflammation/pull/478
  • Added setup instructions for Windows with no Unix shell by @tiagopereira in https://github.com/swcarpentry/python-novice-inflammation/pull/438
  • Return vs print exercise by @tlvdberg in https://github.com/swcarpentry/python-novice-inflammation/pull/524
  • Move integer division to Additional Material by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/532
  • 06-func.md: fix long lines by @mike-allaway in https://github.com/swcarpentry/python-novice-inflammation/pull/535
  • Move discussion from index to Instructor Notes by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/536
  • 01-numpy: add a few section headers. Improve text by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/538
  • 01-numpy.md: fix typos, reword, improve by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/539
  • guide.md: fix link to gen_inflammation.py by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/546
  • Added a callout box about heterogeneous lists data as suggested in #541 by @Ahmed42 in https://github.com/swcarpentry/python-novice-inflammation/pull/547
  • update URLs by @fmichonneau in https://github.com/swcarpentry/python-novice-inflammation/pull/549
  • Update python-sticky-note-variables* figures by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/552
  • 01-numpy.md: update time estimates by @caseyyoungflesh in https://github.com/swcarpentry/python-novice-inflammation/pull/557
  • [ENH] README.md line length by @emdupre in https://github.com/swcarpentry/python-novice-inflammation/pull/565
  • [ENH] Add line breaks in _episodes/03-lists by @emdupre in https://github.com/swcarpentry/python-novice-inflammation/pull/566
  • 05-cond.md: explain the need to import numpy library by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/561
  • 01-numpy.md: minor code result / content fixes by @tylerjereddy in https://github.com/swcarpentry/python-novice-inflammation/pull/570
  • Clarify 'checking our data' example by naming some values by @jasonmotha in https://github.com/swcarpentry/python-novice-inflammation/pull/560
  • 01-numpy.md: move notes about sticky notes to callout box by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/558
  • Redraw and cleanup python function layout figure by @leouieda in https://github.com/swcarpentry/python-novice-inflammation/pull/573
  • 10-cmdline: fix long lines and more by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/574
  • Remove quotes from output by @saraedum in https://github.com/swcarpentry/python-novice-inflammation/pull/576
  • README.md: add 'About the Lesson' section by @Josh-Woodcock in https://github.com/swcarpentry/python-novice-inflammation/pull/556
  • fix long lines _extras/discuss.md #498 by @katkoler in https://github.com/swcarpentry/python-novice-inflammation/pull/583
  • fix long lines _episodes/08-defensive.md by @katkoler in https://github.com/swcarpentry/python-novice-inflammation/pull/580
  • fix long lines _episodes/05-cond.md #498 by @katkoler in https://github.com/swcarpentry/python-novice-inflammation/pull/586
  • fix long lines README.md #498 by @katkoler in https://github.com/swcarpentry/python-novice-inflammation/pull/584
  • fix long lines _episodes/03-lists.md #498 by @katkoler in https://github.com/swcarpentry/python-novice-inflammation/pull/587
  • Update 02-loop.md by @ajtag in https://github.com/swcarpentry/python-novice-inflammation/pull/577
  • fix long lines reference.md #498 by @katkoler in https://github.com/swcarpentry/python-novice-inflammation/pull/585
  • README.md: shorten up some lines by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/589
  • refactor python-overlapping-ranges.svg source, remove odg file (towards #494) by @edbennett in https://github.com/swcarpentry/python-novice-inflammation/pull/591
  • 06-func.md: fix long lines and other fixes by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/590
  • 01-numpy.md: simplify wording by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/592
  • change indent from 3 spaces to 4 by @bast in https://github.com/swcarpentry/python-novice-inflammation/pull/595
  • more consistent indentation in functions by @bast in https://github.com/swcarpentry/python-novice-inflammation/pull/596
  • Use numpy in the solution for Plotting Differences Fixes #597 by @Sabryr in https://github.com/swcarpentry/python-novice-inflammation/pull/598
  • Change x.max() to numpy.max(x) by @aflaxman in https://github.com/swcarpentry/python-novice-inflammation/pull/601
  • Clarify lesson-episode term (Episode 1) by @dvalters in https://github.com/swcarpentry/python-novice-inflammation/pull/604
  • Clarify lesson-episode term (Episode 2) by @dvalters in https://github.com/swcarpentry/python-novice-inflammation/pull/603
  • 01-numpy.md: add a solution for an exercise by @Lisanna in https://github.com/swcarpentry/python-novice-inflammation/pull/606
  • Resolve iPython vs. Jupyter Notebook ambiguity by @martinosorb in https://github.com/swcarpentry/python-novice-inflammation/pull/614
  • Fix Python capitalization by @nsoranzo in https://github.com/swcarpentry/python-novice-inflammation/pull/617
  • Mention also bisect command by @nsoranzo in https://github.com/swcarpentry/python-novice-inflammation/pull/618
  • Rename variables in range_overlap function by @nsoranzo in https://github.com/swcarpentry/python-novice-inflammation/pull/615
  • 02-loop.md: Another reason why for loops are useful by @GitHub-Sofyan in https://github.com/swcarpentry/python-novice-inflammation/pull/594
  • Adds a table of episodes to README by @SamStudio8 in https://github.com/swcarpentry/python-novice-inflammation/pull/612
  • Adds LICENSE section and links to Instructor Notes to README by @SamStudio8 in https://github.com/swcarpentry/python-novice-inflammation/pull/613
  • README.md: episode links by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/619
  • fig/README.md: add notes about cleaning up SVG files by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/555
  • README.md: Episode table: add 'Time' column by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/620
  • Rephrase fig/README.md by @slel in https://github.com/swcarpentry/python-novice-inflammation/pull/623
  • Add explanation of negative indexing before first usage by @jemrobinson in https://github.com/swcarpentry/python-novice-inflammation/pull/625
  • Update 06-func.md: simple typo (large vs larger) by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/635
  • Typo correction by @bmorris3 in https://github.com/swcarpentry/python-novice-inflammation/pull/639
  • Added a few sentences to help clarify the meaning of the data set. by @wirawan0 in https://github.com/swcarpentry/python-novice-inflammation/pull/605
  • Update 01-numpy.md: empty NumPy array vs list output by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/638
  • Update 01-numpy.md: singular vs plural and arithmetic by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/636
  • Lesson 02 - Rephrase "range" object return value - See Issue #491 by @appeltel in https://github.com/swcarpentry/python-novice-inflammation/pull/632
  • 02-loop.md: add a new exercise on loops by @anuj2054 in https://github.com/swcarpentry/python-novice-inflammation/pull/421
  • 02-loop.md: fix exercise by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/641
  • fixed a typo by @sebranchett in https://github.com/swcarpentry/python-novice-inflammation/pull/644
  • Update code chunk for basic form of for loop by @lioumens in https://github.com/swcarpentry/python-novice-inflammation/pull/645
  • 02-loop.md: explain string (see #287) by @sebranchett in https://github.com/swcarpentry/python-novice-inflammation/pull/643
  • setup.md: fix header and add instructions to install Anaconda by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/648
  • 07-errors.md: typo by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/650
  • Update 07-errors.md by @sirikal in https://github.com/swcarpentry/python-novice-inflammation/pull/656
  • Updated as per asked by @anwarMZ in https://github.com/swcarpentry/python-novice-inflammation/pull/652
  • Cleaned up figure python-call-stack-07.svg by @ssvassiliev in https://github.com/swcarpentry/python-novice-inflammation/pull/658
  • Update 03-lists.md : species = binomial_name[11:23] by @drshrirang in https://github.com/swcarpentry/python-novice-inflammation/pull/678
  • Fix typo in Conditionals section by @sarah-peter in https://github.com/swcarpentry/python-novice-inflammation/pull/679
  • Update 10-cmdline.md by @HeatherAn in https://github.com/swcarpentry/python-novice-inflammation/pull/685
  • Update 08-defensive.md by @HeatherAn in https://github.com/swcarpentry/python-novice-inflammation/pull/684
  • Update 03-lists.md by @HeatherAn in https://github.com/swcarpentry/python-novice-inflammation/pull/682
  • Update 02-loop.md by @HeatherAn in https://github.com/swcarpentry/python-novice-inflammation/pull/681
  • 03-lists.md: Use pop() for consistency of method over statement by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/686
  • Stressed that functions do not need to return a value. Issue #489. by @IgnasiLucas in https://github.com/swcarpentry/python-novice-inflammation/pull/660
  • Moved note on importing numpy as np by @tretherington in https://github.com/swcarpentry/python-novice-inflammation/pull/688
  • Update 03-lists.md: exercise time by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/696
  • Update 01-numpy.md: print(time.ctime()) will not show output in quotes by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/694
  • Update 08-defensive.md: incorrect line number by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/703
  • 09-debugging.md: number of possible interactions between bugs in code by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/706
  • Updated the library import callout by @tretherington in https://github.com/swcarpentry/python-novice-inflammation/pull/689
  • Update 01-numpy.md: incorrect output from print(data.dtype) by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/709
  • setup.md: Return not Enter by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/711
  • 04-files.md: reword 'Plotting Differences' callout box by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/710
  • 08-defensive.md: move the last exercise to 'Extras' by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/714
  • Update 08-defensive.md: exercise time by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/705
  • 08-defensive.md: fix styling of keyboard shortcuts by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/704
  • 02-loop.md: fix Python code block specification by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/701
  • Update 09-debugging.md: exercise time by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/708
  • Update 06-func.md: visualize() vs analyze() by @davidbenncsiro in https://github.com/swcarpentry/python-novice-inflammation/pull/712
  • Update MatPlotlib-generated figures in NumPy episode by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/719
  • Missing glob import in example by @peterjc in https://github.com/swcarpentry/python-novice-inflammation/pull/720
  • README.md: use https in episode links by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/722
  • README.md: add Lauren Ko as a maintainer. by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/723
  • Fix capitalization by @matuskalas in https://github.com/swcarpentry/python-novice-inflammation/pull/724
  • Remove demotivating uses of "just" by @n2ygk in https://github.com/swcarpentry/python-novice-inflammation/pull/653
  • readings_03.py: Change mean method by @shanosborne in https://github.com/swcarpentry/python-novice-inflammation/pull/736
  • 08-defensive.md: Update line numbers in normalize_rectangle by @ageorgou in https://github.com/swcarpentry/python-novice-inflammation/pull/732
  • 01-numpy.md: Remove paragraph about '%matplotlib inline' magic by @Iain-S in https://github.com/swcarpentry/python-novice-inflammation/pull/733
  • 06-func.md: typo, function was renamed, not docstring by @Carreau in https://github.com/swcarpentry/python-novice-inflammation/pull/755
  • Update loop variable names for ep2 by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/738
  • Update loop variable names for ep4 by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/739
  • Update loop variable names for ep5 by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/740
  • Update loop variable names for ep6 by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/741
  • Update loop variable names for ep8 by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/742
  • Loop var names ep10 by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/743
  • Update loop variable names in code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/753
  • Update loop variable names in code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/754
  • Update loop variable names in code files by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/744
  • Update loop variable names in code files by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/745
  • Update loop variable names in code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/746
  • Update loop variable names for code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/747
  • Update loop variable names in code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/748
  • Update loop variable names in code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/749
  • Update loop variable names in code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/750
  • Update loop variable names by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/751
  • Update loop variable names in code file by @sparce in https://github.com/swcarpentry/python-novice-inflammation/pull/752
  • Remove the word "simple" from 06-func.md by @rrasins in https://github.com/swcarpentry/python-novice-inflammation/pull/691
  • Update some docstring sections to use numpy standard. by @Carreau in https://github.com/swcarpentry/python-novice-inflammation/pull/729
  • Split the first episode by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/737
  • Fix 'Computing the Value of a Polynomial' exercise by @marijane in https://github.com/swcarpentry/python-novice-inflammation/pull/757
  • 02-numpy.md: Remove array arithmetic by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/758
  • README.md: add notes about SWC and The Carpentries by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/721
  • 11-cmdline.md: remove keypoint referring to stdout by @k-dominik in https://github.com/swcarpentry/python-novice-inflammation/pull/768
  • Clarification of 1.0 v 1. by @coolernato in https://github.com/swcarpentry/python-novice-inflammation/pull/760
  • Update 04-lists.md by @AnnAnnFryingPan in https://github.com/swcarpentry/python-novice-inflammation/pull/763
  • Update 02-numpy.md by @drakeasberry in https://github.com/swcarpentry/python-novice-inflammation/pull/767
  • Split 02-numpy.md by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/771
  • update exercise "generate composite statistics" by @aliceminotto in https://github.com/swcarpentry/python-novice-inflammation/pull/779
  • setup.md: reorganize and update by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/778
  • 02-numpy: clarify numpy.diff() part by @elcorto in https://github.com/swcarpentry/python-novice-inflammation/pull/777
  • 01-numpy.md: Loading data: update introductory text by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/657
  • Update setup.md by @seanemccartney in https://github.com/swcarpentry/python-novice-inflammation/pull/784
  • Update 04-loop.md by @seanemccartney in https://github.com/swcarpentry/python-novice-inflammation/pull/785
  • Update 07-cond.md by @seanemccartney in https://github.com/swcarpentry/python-novice-inflammation/pull/786
  • Fixing small typo by @alexdesiqueira in https://github.com/swcarpentry/python-novice-inflammation/pull/788
  • Clarifying info on average inflammation by @alexdesiqueira in https://github.com/swcarpentry/python-novice-inflammation/pull/787
  • Updating 02-numpy numpy.diff example to use patient data by @noatgnu in https://github.com/swcarpentry/python-novice-inflammation/pull/782
  • Update 08-func.md by @mdeakyne in https://github.com/swcarpentry/python-novice-inflammation/pull/799
  • provide detailed alt text to intro image 01. by @blankdots in https://github.com/swcarpentry/python-novice-inflammation/pull/792
  • provide detailed alt text to cond image 01. by @blankdots in https://github.com/swcarpentry/python-novice-inflammation/pull/795
  • provide detailed alt text to intro image 03. by @blankdots in https://github.com/swcarpentry/python-novice-inflammation/pull/798
  • provide detailed alt text to numpy image 02. by @blankdots in https://github.com/swcarpentry/python-novice-inflammation/pull/794
  • provide detailed alt text to intro image 02. by @blankdots in https://github.com/swcarpentry/python-novice-inflammation/pull/793
  • provide detailed alt text to func image 01. by @blankdots in https://github.com/swcarpentry/python-novice-inflammation/pull/796
  • Add alt-text to 05-lists by @neil-csiro in https://github.com/swcarpentry/python-novice-inflammation/pull/803
  • Update 07-cond.md by @andreas-h in https://github.com/swcarpentry/python-novice-inflammation/pull/812
  • Add notebook to references by @twei55 in https://github.com/swcarpentry/python-novice-inflammation/pull/816
  • update explanation of the slicing element string by @liconlab in https://github.com/swcarpentry/python-novice-inflammation/pull/818
  • Removing my name from the Maintainer List by @MikeTrizna in https://github.com/swcarpentry/python-novice-inflammation/pull/820
  • [FIX] 02-numpy: change method call to function call in images by @jdkent in https://github.com/swcarpentry/python-novice-inflammation/pull/826
  • 05-lists.md: Added missing explanation bit. by @Fnyasimi in https://github.com/swcarpentry/python-novice-inflammation/pull/831
  • New branch by @cnatelekay in https://github.com/swcarpentry/python-novice-inflammation/pull/838
  • Close Enough correction for 07-cond.md by @rshpeley in https://github.com/swcarpentry/python-novice-inflammation/pull/839
  • 07-cond.md: Introduce abs, linking to documentation by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/841
  • resolve #848 - use double triple quotes for docstrings by @niehues in https://github.com/swcarpentry/python-novice-inflammation/pull/849
  • Added storing plot to a file to Matplotlib example by @ThomasA in https://github.com/swcarpentry/python-novice-inflammation/pull/846
  • 02-numpy.md: wrap 'tab' in HTML tag by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/850
  • Update episode 9 double-quotes to single-quotes by @troub1 in https://github.com/swcarpentry/python-novice-inflammation/pull/857
  • Update episode 5 double-quotes to single-quotes by @troub1 in https://github.com/swcarpentry/python-novice-inflammation/pull/855
  • Update episode 7 double-quotes to single-quotes by @troub1 in https://github.com/swcarpentry/python-novice-inflammation/pull/856
  • [FIX] 02-numpy: update zero index image by @jdkent in https://github.com/swcarpentry/python-novice-inflammation/pull/827
  • Rephrasing the Check Your Understanding question in Episode 1 by @n-frazee in https://github.com/swcarpentry/python-novice-inflammation/pull/861
  • 09-errors: Update the line numbers in the error block by @naveenkaushik2504 in https://github.com/swcarpentry/python-novice-inflammation/pull/866
  • Fix exercise with f2k by @unode in https://github.com/swcarpentry/python-novice-inflammation/pull/870
  • 08-func.md: correct answer in an exercise by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/872
  • Adding forward link to episode about lists. by @mattagape in https://github.com/swcarpentry/python-novice-inflammation/pull/873
  • Update link target to discuss mailing list by @tobyhodges in https://github.com/swcarpentry/python-novice-inflammation/pull/877
  • make lesson suitable for teaching with locally-built (serverless) pages by @tobyhodges in https://github.com/swcarpentry/python-novice-inflammation/pull/878
  • whitespace inside f2k function by @wiringa in https://github.com/swcarpentry/python-novice-inflammation/pull/879
  • Fix image paths for setup by @fmichonneau in https://github.com/swcarpentry/python-novice-inflammation/pull/881
  • Add explanation of comparison operators by @stefpiatek in https://github.com/swcarpentry/python-novice-inflammation/pull/882
  • Fix errors in text to code line references. by @jsteyn in https://github.com/swcarpentry/python-novice-inflammation/pull/885
  • Add a description for heat map. by @grossular in https://github.com/swcarpentry/python-novice-inflammation/pull/889
  • Added an image description for linflammation-01-imshow.svg in 03-matplotlib.md by @grossular in https://github.com/swcarpentry/python-novice-inflammation/pull/888
  • .travis.yml: Specify ruby 2.7.1 by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/892
  • Slightly widened figure to fix cut-off text. by @wfondrie in https://github.com/swcarpentry/python-novice-inflammation/pull/897
  • [ENH] fix long lines _episodes/01-intro.md by @SRSteinkamp in https://github.com/swcarpentry/python-novice-inflammation/pull/900
  • Adding figure with lesson goal/overview by @vcheplygina in https://github.com/swcarpentry/python-novice-inflammation/pull/891
  • [ENH] fix long lines _episodes/02-numpy.md by @SRSteinkamp in https://github.com/swcarpentry/python-novice-inflammation/pull/901
  • 03-matplotlib.md: Fix long lines by @SRSteinkamp in https://github.com/swcarpentry/python-novice-inflammation/pull/905
  • 04-loop.md: Fix long lines by @SRSteinkamp in https://github.com/swcarpentry/python-novice-inflammation/pull/902
  • 05-lists.md: Fix long lines by @SRSteinkamp in https://github.com/swcarpentry/python-novice-inflammation/pull/903
  • 07-cond.md: Fix long lines by @SRSteinkamp in https://github.com/swcarpentry/python-novice-inflammation/pull/904
  • index.md: add lesson-overview alt text by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/907
  • Provided detailed alt text for episode 6 inflammation-01.csv by @lucygarner in https://github.com/swcarpentry/python-novice-inflammation/pull/908
  • Added an image description for loops_image.png by @spikelynch in https://github.com/swcarpentry/python-novice-inflammation/pull/814
  • Add a note on the convention of importing matplotlib.pyplot as plt by @jack89roberts in https://github.com/swcarpentry/python-novice-inflammation/pull/910
  • Fix long line in episode 9 by @gmingas in https://github.com/swcarpentry/python-novice-inflammation/pull/913
  • Fix long line in episode 11 by @gmingas in https://github.com/swcarpentry/python-novice-inflammation/pull/914
  • Fix long lines in README.md by @gmingas in https://github.com/swcarpentry/python-novice-inflammation/pull/911
  • Fix long lines in setup.md by @gmingas in https://github.com/swcarpentry/python-novice-inflammation/pull/912
  • Add 'Tab completion' to the Glossary by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/918
  • adding alt-text for some images and illustrations by @serahkiburu in https://github.com/swcarpentry/python-novice-inflammation/pull/916
  • Fix long lines in _episodes/03-matplotlib.md by @vinisalazar in https://github.com/swcarpentry/python-novice-inflammation/pull/920
  • Episode 3: improving image descriptions by @vinisalazar in https://github.com/swcarpentry/python-novice-inflammation/pull/921
  • Episodes 2, 4, 6, 10: Improving image descriptions by @vinisalazar in https://github.com/swcarpentry/python-novice-inflammation/pull/922
  • 08-func.md: Add section on variable scope and local variables by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/925
  • Add mention of swap idiom to 'The Old Switcheroo' exercise by @svaberg in https://github.com/swcarpentry/python-novice-inflammation/pull/917
  • Update 07-cond.md by @ognancy4life in https://github.com/swcarpentry/python-novice-inflammation/pull/927
  • Improve the explanatory text in the "Variables as Sticky Notes" callout of Episode 1 by @bielsnohr in https://github.com/swcarpentry/python-novice-inflammation/pull/928
  • Updated explanatory text around multiple variable assignment by @gerrydevine in https://github.com/swcarpentry/python-novice-inflammation/pull/930
  • style sync up/May 15 2021 by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/932
  • Swapping the order of episodes on lists and loops by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/926
  • Sync up with carpentries/styles: June 2021 by @maxim-belkin in https://github.com/swcarpentry/python-novice-inflammation/pull/936
  • Add text about built-in functions by @ldko in https://github.com/swcarpentry/python-novice-inflammation/pull/931
  • 01-intro.md: New fundamentals exercise by @zchilton1 in https://github.com/swcarpentry/python-novice-inflammation/pull/766
  • Change wording about glob being an unpleasant name by @codingS3b in https://github.com/swcarpentry/python-novice-inflammation/pull/939
  • Updated link in Contributing instructions by @leriomaggio in https://github.com/swcarpentry/python-novice-inflammation/pull/945
  • Episode 8, functions : about reading a global variable inside a function by @chavid in https://github.com/swcarpentry/python-novice-inflammation/pull/942
  • Update the codes of readings_01, _02, _03 in the .zip by @TRUONG3 in https://github.com/swcarpentry/python-novice-inflammation/pull/946
  • Modify the second objective of the episode 03-matplotlib by @TRUONG3 in https://github.com/swcarpentry/python-novice-inflammation/pull/947
  • Update 01-intro.md by @annajiat in https://github.com/swcarpentry/python-novice-inflammation/pull/960
  • Adding narrative to the datasets by @mike-ivs in https://github.com/swcarpentry/python-novice-inflammation/pull/964
  • fix: modify broken URLs in episode 5 by @amangoel185 in https://github.com/swcarpentry/python-novice-inflammation/pull/984
  • re-import data at start of plotting by @brownsarahm in https://github.com/swcarpentry/python-novice-inflammation/pull/986
  • 02-numpy.md: fix broken URL by @amangoel185 in https://github.com/swcarpentry/python-novice-inflammation/pull/987
  • Fix typo by @klieret in https://github.com/swcarpentry/python-novice-inflammation/pull/999
  • Edit lists by @indiauppal in https://github.com/swcarpentry/python-novice-inflammation/pull/1002
  • issue 997 by @ozieblo-michal in https://github.com/swcarpentry/python-novice-inflammation/pull/1014
  • Removing use of gendered term layman by @matt-graham in https://github.com/swcarpentry/python-novice-inflammation/pull/1007
  • fix: use normal print instead of percent formatting by @henryiii in https://github.com/swcarpentry/python-novice-inflammation/pull/991
  • urgent: fix workflows by @zkamvar in https://github.com/swcarpentry/python-novice-inflammation/pull/1017
  • Updated Numpy doc link. by @ccoulombe in https://github.com/swcarpentry/python-novice-inflammation/pull/1018
  • remove unnecessary type conversion by @knarrff in https://github.com/swcarpentry/python-novice-inflammation/pull/1027
  • Avoid the variable name 'char' by @knarrff in https://github.com/swcarpentry/python-novice-inflammation/pull/1028
  • chore: specify the minimum supported version by @henryiii in https://github.com/swcarpentry/python-novice-inflammation/pull/992
  • chore: touch up error handling for modern Python by @henryiii in https://github.com/swcarpentry/python-novice-inflammation/pull/993
  • moved comment description to first lesson by @josemunozc in https://github.com/swcarpentry/python-novice-inflammation/pull/868
  • Updated nested list example in episode 4 by @kris-joseph in https://github.com/swcarpentry/python-novice-inflammation/pull/954
  • Base "middle" on 0-index consistently by @ndporter in https://github.com/swcarpentry/python-novice-inflammation/pull/970
  • Beginner-friendly function composition by @SalenaAshton in https://github.com/swcarpentry/python-novice-inflammation/pull/1029
  • CHG: Bring empty function into namespace for tdd by @tensionhead in https://github.com/swcarpentry/python-novice-inflammation/pull/1024
  • Remove dictionary references from 09-errors.md by @patrick-austin in https://github.com/swcarpentry/python-novice-inflammation/pull/1005
  • Extra diagrams for 07-cond.md by @MYPei in https://github.com/swcarpentry/python-novice-inflammation/pull/1001
  • show an anti-idiom first by @DevinBayly in https://github.com/swcarpentry/python-novice-inflammation/pull/989
  • Clarify instructions for "composite" loop exercise by @faizbond in https://github.com/swcarpentry/python-novice-inflammation/pull/978
  • fix: use amin/amax from numpy by @henryiii in https://github.com/swcarpentry/python-novice-inflammation/pull/995
  • Add explicit parameters for numpy.delete by @ndporter in https://github.com/swcarpentry/python-novice-inflammation/pull/971
  • Update 11-debugging.md by @heijer in https://github.com/swcarpentry/python-novice-inflammation/pull/963
  • minor text changes by @mjsandells in https://github.com/swcarpentry/python-novice-inflammation/pull/1030
  • Clarify names in salsa example by @ndporter in https://github.com/swcarpentry/python-novice-inflammation/pull/972
  • Arithmetic on the Command Line for 12-cmdline.md suggestions by @rshpeley in https://github.com/swcarpentry/python-novice-inflammation/pull/842
  • [workbench transition] Update setup.md by @zkamvar in https://github.com/swcarpentry/python-novice-inflammation/pull/1031
  • Update to final version of styles lesson template by @tobyhodges in https://github.com/swcarpentry/python-novice-inflammation/pull/1033
  • add .zenodo.json file for lesson release by @tobyhodges in https://github.com/swcarpentry/python-novice-inflammation/pull/1034

New Contributors

  • @timtroendle made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/251
  • @marylhaley made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/266
  • @evanwill made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/250
  • @qjcg made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/256
  • @nsoranzo made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/245
  • @wd15 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/242
  • @gedankenstuecke made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/239
  • @ashkurti made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/258
  • @jstapleton made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/243
  • @OKCody made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/237
  • @jgosmann made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/186
  • @btel made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/273
  • @derekhoward made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/201
  • @vdhelm made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/204
  • @SigridK made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/225
  • @tcford made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/232
  • @NataliaOsiecka made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/238
  • @richardclare made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/268
  • @bhjolly made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/277
  • @frankwillmore made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/260
  • @tobyhodges made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/184
  • @davidjb made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/230
  • @narayananr made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/108
  • @khinsen made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/176
  • @metavee made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/211
  • @stuckyb made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/241
  • @hachterberg made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/254
  • @Mahdisadjadi made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/269
  • @JUpani made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/282
  • @rueuntal made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/300
  • @jrleeman made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/296
  • @tracykteal made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/303
  • @dopplershift made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/308
  • @MichaelConnell made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/311
  • @k8hertweck made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/313
  • @astrofrog made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/317
  • @stragu made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/320
  • @konrad made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/325
  • @wligtenberg made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/322
  • @itcarroll made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/324
  • @davis68 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/327
  • @corinnebosley made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/333
  • @jorgearanda made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/335
  • @ldko made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/332
  • @ejh243 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/326
  • @paalmbj made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/323
  • @dndln made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/337
  • @jangari made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/285
  • @sechilds made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/345
  • @tv3141 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/346
  • @walternathan6754 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/349
  • @Ry4an made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/272
  • @mrawls made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/344
  • @twitwi made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/352
  • @jarrah42 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/355
  • @roopchansinghv made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/361
  • @n0mjs710 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/377
  • @Matthew-Whitlock made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/369
  • @timothymillar made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/374
  • @valentina-s made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/341
  • @devendra1810 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/290
  • @lingling-CB made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/353
  • @digitaltxtlab made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/368
  • @jkeck made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/379
  • @kdottiemo made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/380
  • @eleanorlutz made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/386
  • @pllim made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/387
  • @dstndstn made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/350
  • @SaymoreChifamba made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/389
  • @norlab made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/392
  • @Doomslang made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/393
  • @andreas-h made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/394
  • @msleigh made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/359
  • @dddragons made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/398
  • @gruel made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/406
  • @jokedurnez made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/411
  • @gjbex made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/412
  • @wpk-nist-gov made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/414
  • @mawds made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/407
  • @amjames made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/409
  • @rrlove made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/396
  • @FelixLiu-SF made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/418
  • @tylerkelly13 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/423
  • @dn80 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/435
  • @yeemey made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/425
  • @richyvk made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/432
  • @jeiros made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/443
  • @daguiam made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/440
  • @nspies made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/446
  • @marwahaha made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/448
  • @harpolea made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/434
  • @annefou made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/470
  • @gcapes made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/462
  • @bettingr made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/471
  • @cleary3 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/480
  • @pandrews made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/481
  • @JustinPringle made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/483
  • @decaelus made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/482
  • @jason-ellis made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/484
  • @tiagopereira made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/438
  • @tlvdberg made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/524
  • @maxim-belkin made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/532
  • @mike-allaway made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/535
  • @Ahmed42 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/547
  • @fmichonneau made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/549
  • @caseyyoungflesh made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/557
  • @emdupre made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/565
  • @tylerjereddy made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/570
  • @jasonmotha made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/560
  • @leouieda made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/573
  • @saraedum made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/576
  • @Josh-Woodcock made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/556
  • @ajtag made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/577
  • @edbennett made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/591
  • @bast made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/595
  • @Sabryr made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/598
  • @aflaxman made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/601
  • @dvalters made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/604
  • @Lisanna made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/606
  • @martinosorb made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/614
  • @GitHub-Sofyan made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/594
  • @SamStudio8 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/612
  • @slel made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/623
  • @jemrobinson made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/625
  • @davidbenncsiro made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/635
  • @bmorris3 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/639
  • @wirawan0 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/605
  • @appeltel made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/632
  • @anuj2054 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/421
  • @sebranchett made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/644
  • @lioumens made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/645
  • @sirikal made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/656
  • @anwarMZ made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/652
  • @ssvassiliev made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/658
  • @drshrirang made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/678
  • @sarah-peter made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/679
  • @HeatherAn made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/685
  • @IgnasiLucas made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/660
  • @tretherington made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/688
  • @matuskalas made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/724
  • @n2ygk made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/653
  • @shanosborne made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/736
  • @ageorgou made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/732
  • @Iain-S made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/733
  • @Carreau made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/755
  • @sparce made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/738
  • @rrasins made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/691
  • @marijane made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/757
  • @k-dominik made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/768
  • @coolernato made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/760
  • @AnnAnnFryingPan made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/763
  • @drakeasberry made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/767
  • @aliceminotto made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/779
  • @elcorto made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/777
  • @seanemccartney made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/784
  • @alexdesiqueira made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/788
  • @noatgnu made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/782
  • @mdeakyne made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/799
  • @blankdots made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/792
  • @neil-csiro made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/803
  • @twei55 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/816
  • @liconlab made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/818
  • @MikeTrizna made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/820
  • @jdkent made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/826
  • @Fnyasimi made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/831
  • @cnatelekay made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/838
  • @rshpeley made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/839
  • @niehues made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/849
  • @ThomasA made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/846
  • @troub1 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/857
  • @n-frazee made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/861
  • @naveenkaushik2504 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/866
  • @unode made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/870
  • @mattagape made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/873
  • @wiringa made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/879
  • @stefpiatek made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/882
  • @jsteyn made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/885
  • @grossular made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/889
  • @wfondrie made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/897
  • @SRSteinkamp made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/900
  • @vcheplygina made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/891
  • @lucygarner made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/908
  • @spikelynch made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/814
  • @jack89roberts made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/910
  • @gmingas made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/913
  • @serahkiburu made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/916
  • @vinisalazar made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/920
  • @svaberg made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/917
  • @ognancy4life made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/927
  • @bielsnohr made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/928
  • @gerrydevine made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/930
  • @zchilton1 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/766
  • @codingS3b made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/939
  • @leriomaggio made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/945
  • @chavid made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/942
  • @TRUONG3 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/946
  • @annajiat made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/960
  • @mike-ivs made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/964
  • @amangoel185 made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/984
  • @brownsarahm made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/986
  • @klieret made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/999
  • @indiauppal made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1002
  • @ozieblo-michal made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1014
  • @matt-graham made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1007
  • @henryiii made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/991
  • @zkamvar made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1017
  • @ccoulombe made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1018
  • @knarrff made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1027
  • @josemunozc made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/868
  • @kris-joseph made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/954
  • @ndporter made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/970
  • @SalenaAshton made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1029
  • @tensionhead made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1024
  • @patrick-austin made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1005
  • @MYPei made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1001
  • @DevinBayly made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/989
  • @faizbond made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/978
  • @heijer made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/963
  • @mjsandells made their first contribution in https://github.com/swcarpentry/python-novice-inflammation/pull/1030

Full Changelog: https://github.com/swcarpentry/python-novice-inflammation/compare/v5.3...2023.04

- Python
Published by zkamvar about 3 years ago

python-novice-inflammation - 2017.08

- Python
Published by maxim-belkin about 8 years ago

python-novice-inflammation - 2017.02

- Python
Published by maxim-belkin about 8 years ago

python-novice-inflammation - 2016.06

- Python
Published by maxim-belkin about 8 years ago

python-novice-inflammation - 2015.08

- Python
Published by maxim-belkin about 8 years ago

python-novice-inflammation - Version 5.3

First published version of Software Carpentry novice Python lesson using inflammation data.

- Python
Published by gvwilson about 11 years ago