fopp icon indicating copy to clipboard operation
fopp copied to clipboard

Foundations of Python Programming

Results 43 fopp issues
Sort by recently updated
recently updated
newest added

The text of section 1.8 refers to sections marked as "WP:". I'm new and don't know the full history, but it appears that such sections are now marked with a...

help wanted
good first issue

**Describe the bug** In Section 5.5, there are two activities that use the Turtle module. Since CodeLens/PythonTutor doesn't support it, the CodeLens button shouldn't be enabled/visible. **To Reproduce** Steps to...

help wanted
good first issue

Review Practice Questions is only displaying questions regarding the first topics (up to "nested condicionals") even though a lot more topics are checked as complete. ![Screenshot 2021-11-08 at 11 28...

Fix test for example problem. It currently produces a map() object but checks for a list. Manually casting as a list instead.

**Describe the bug** Duplicates to exercises in section 1.12.1 at https://runestone.academy/runestone/books/published/fopp/GeneralIntro/Exercises.html **To Reproduce** Steps to reproduce the behavior: 1. Go to https://runestone.academy/runestone/books/published/fopp/GeneralIntro/Exercises.html 2. Scroll down to Section 1.12.1 3. See...

Error reported in course CSC157 on page https://runestone.academy/runestone/assignments/doAssignment?assignment_id=37756 by user Julia.Hamill [email protected] Write code to create a list of word lengths for the words in original_str using the accumulation pattern...

Second problem in 11.11Exercises: print d[...] will return an error message because of missing parentheses, but the grading mechanism isn't acknowledging that.

Problem ac11_14_8 wants students to find the maximum of a set of numbers, and says not to use the max function, so a student of mine used the sorted function...

help wanted
good first issue

The following code snippet given in the end of the text @ the link given below should have mentioned fire opbject reference instead of "lines" https://fopp.umsi.education/runestone/static/fopp/Files/FilesRecipe.html >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> fname = "yourfile.txt"...

@presnick , @laumurph I notice that we are very inconsistent in our use of the discussion tabs on the problems. Do you not use them in pip? I think we...