GitHub / carpentries-incubator/python-novice-programming-gapminder issues and pull requests
#55 - update cache to version 4
Pull Request -
State: closed - Opened by jsteyn 9 months ago
#54 - Update template.yml
Pull Request -
State: closed - Opened by jsteyn 9 months ago
#53 - update cache version to 4
Pull Request -
State: closed - Opened by jsteyn 9 months ago
#52 - Change ruby version
Pull Request -
State: closed - Opened by jsteyn 9 months ago
#51 - Update website.yml
Pull Request -
State: closed - Opened by jsteyn 9 months ago
#50 - Run through and improve final Visualisation exercise
Issue -
State: open - Opened by carolbooth2 9 months ago
- 1 comment
#49 - Additional Exercise - use of glob wildcards
Issue -
State: open - Opened by carolbooth2 9 months ago
#48 - missing explanation of shape for min file size exercise
Issue -
State: open - Opened by carolbooth2 9 months ago
#47 - missing import pandas in functions lesson
Issue -
State: open - Opened by carolbooth2 9 months ago
#46 - Fix comparing data exercise
Pull Request -
State: closed - Opened by jsteyn 9 months ago
#45 - improvement: change image for nested lists
Issue -
State: open - Opened by carolbooth2 9 months ago
#44 - fixed typo in 06-files.md
Pull Request -
State: closed - Opened by steltenpower 9 months ago
#43 - Repeating Actions with Loops - 2 returns required to run after entering commands for a loop
Issue -
State: open - Opened by carolbooth2 10 months ago
#42 - Repeating Actions with Loops - What’s in a name?
Issue -
State: open - Opened by carolbooth2 10 months ago
#41 - Repeating Actions with Loops - broken link and missing information
Issue -
State: open - Opened by carolbooth2 10 months ago
- 4 comments
#40 - Analyzing Data- Reconstructing Data - misleading explanation in solution
Issue -
State: open - Opened by carolbooth2 10 months ago
#39 - Programming with Python - prerequisites - pandas and matplotlib not listed
Issue -
State: open - Opened by carolbooth2 10 months ago
#38 - Python Fundamentals - Seeing Data Types - Error in solution to exercise:
Issue -
State: open - Opened by carolbooth2 10 months ago
#37 - Update data link
Pull Request -
State: closed - Opened by jsteyn about 2 years ago
#36 - Main and gh-pages branches have diverged
Issue -
State: closed - Opened by mwhamgenomics about 2 years ago
- 2 comments
#35 - Remove references to inflammation course
Issue -
State: open - Opened by mwhamgenomics about 2 years ago
#34 - Creating Functions
Issue -
State: closed - Opened by drhowey about 2 years ago
- 1 comment
#33 - Analysing Data - Many Ways of Access - Uses concepts that haven't been introduced yet
Issue -
State: open - Opened by mwhamgenomics about 2 years ago
#32 - Analysing Data - Reconstructing Data - exercise uses masking without introducing it
Issue -
State: open - Opened by mwhamgenomics about 2 years ago
#31 - Suggested order change
Issue -
State: open - Opened by KateCourt over 2 years ago
- 1 comment
#30 - Analysing data - says we will cover null values later but we don't
Issue -
State: open - Opened by KateCourt over 2 years ago
#29 - Defensive programming - normalize rectangle example is very complex, can we teach 'assert' using a simpler example
Issue -
State: open - Opened by KateCourt over 2 years ago
#28 - Functions - defaults exercise - we need to teach defaults before exercise
Issue -
State: open - Opened by KateCourt over 2 years ago
#27 - Functions - rescaling array exercise - add reminder about numpy.min() and max() as it has been a while since we covered them
Issue -
State: open - Opened by KateCourt over 2 years ago
#26 - Analysing data from multiple files - close enough exercise - define what an 'absolute number' means
Issue -
State: open - Opened by KateCourt over 2 years ago
#25 - Analysing data from multiple files - minimum file size exercise - mentions 'tuples' without definition
Issue -
State: open - Opened by KateCourt over 2 years ago
#24 - Analysing data from multiple files has a todo to create example of plotting data from multiple files and would benefit from adding it (if not remove todo)
Issue -
State: open - Opened by KateCourt over 2 years ago
#23 - Lists - polynomial exercise - I'm not sure this is accessible to many of our learners
Issue -
State: open - Opened by KateCourt over 2 years ago
- 2 comments
#22 - Lists - summing a list exercise - this is a common design pattern but new to the learners so perhaps better as a taught element
Issue -
State: open - Opened by KateCourt over 2 years ago
#21 - Lists - what's in a name? - replace 'mnemonic' with 'abbreviation'
Issue -
State: open - Opened by KateCourt over 2 years ago
#20 - Lists - overloading - provide example when referring to concatenation
Issue -
State: open - Opened by KateCourt over 2 years ago
#19 - Lists - subsets - replace example with a simpler one for everyone to type, e.g. 'Drosophila melanogaster' and combine with issue #15
Issue -
State: open - Opened by KateCourt over 2 years ago
#18 - Lists - ch-ch-changes - replace reference to cilantro and zucchini to suit UK context
Issue -
State: open - Opened by KateCourt over 2 years ago
- 3 comments
#17 - Lists - Python lists - remove reference to using pandas as we haven't
Issue -
State: open - Opened by KateCourt over 2 years ago
#16 - Analysing data - Reconstructing data exercise - uses confusing variable names designed to catch learners out
Issue -
State: open - Opened by KateCourt over 2 years ago
#15 - Analysing data - Slicing strings exercise - change position
Issue -
State: open - Opened by KateCourt over 2 years ago
#14 - Analysing data - not all functions have input - move to more relevant position
Issue -
State: open - Opened by KateCourt over 2 years ago
#13 - Analysing data - Use DataFrame.loc[...]... - refers to slicing notation without having covered this (in current running order)
Issue -
State: open - Opened by KateCourt over 2 years ago
- 1 comment
#12 - Analysing data - Use DataFrame.loc[...]... - refers to 'dictionary keys' without explaining what these are
Issue -
State: open - Opened by KateCourt over 2 years ago
#11 - Analysing data - Use DataFrame.iloc[...]... - in the picture the labels for column 1 and 2 are placed incorrectly so they don't actually cover the columns which is misleading
Issue -
State: open - Opened by KateCourt over 2 years ago
#10 - Analysing data - Use DataFram.iloc[..]... - refers to locating a character by index within a string before this is covered (in current running order)
Issue -
State: open - Opened by KateCourt over 2 years ago
#9 - Analysing data - Note about Pandas DataFrames/Series typos
Issue -
State: closed - Opened by KateCourt over 2 years ago
- 1 comment
#8 - Python fundamentals - the sticky note section is a repeat of the previous commands
Issue -
State: closed - Opened by KateCourt over 2 years ago
- 3 comments
#7 - Python fundamentals - replace examples that are based on inflammation data
Issue -
State: closed - Opened by KateCourt over 2 years ago
- 1 comment
#6 - Home page typo - 'NumPy' and 'Numpy' both used
Issue -
State: closed - Opened by KateCourt over 2 years ago
- 1 comment
#5 - Gapminder zip file is missing
Issue -
State: closed - Opened by tiagosousagarcia over 2 years ago
#4 - Removal of jargon from "About the lesson"
Issue -
State: closed - Opened by RoxFrancis over 2 years ago
#3 - urgent: fix workflows
Pull Request -
State: closed - Opened by zkamvar almost 3 years ago
#2 - Remove template files to complete switch to remote theme
Issue -
State: closed - Opened by tobyhodges almost 3 years ago
- 1 comment
#1 - Patch 1
Pull Request -
State: closed - Opened by sjmf almost 4 years ago