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

**Describe the bug** In Section 6.5, much is made about how one can find the last character of a string, saying, >Typically, a Python programmer will access the last character...

**Describe the bug** I assign reading by chapter number and section number; it would be convenient if chapters were referred to by number AND title everywhere. **To Reproduce** Steps to...

**Describe the bug** The circle graphs for the different problems are displayed in (as far as I can tell) completely random order, which is very frustrating and makes it hard...

**Describe the bug** In the early going of the semester a lot of students (and professors) are having a really hard time getting this right. Its pretty long and complicated...

**Feature Request** Please put a copy of the "Gradebook" button on the Grading tab in the Instructor's View. Don't remove it from Student Progress, though. **Why?** 1. I keep looking...

I'm also thinking that the following example would be good to add to this section: ``` >>> v1 += 1 Traceback (most recent call last): File "", line 1, in...

Now that we're teaching with, we might as well just teach that recipe.

We want to make a page that gives advice for when to use keyword based parameter passing and when to not do so. Lauren can attempt to write the page...

**Describe the bug** For some multiple-choice questions, the only indicator that the student may move on or not is a green or red-colored box, which is potentially problematic for color-blind...

- change name: Sequence Mutation --> Transforming Sequences [already done by Brad] - change intro to emphasize two kinds of transformations: mutation and copy-with-changes - use the mutation vs. copy-with-changes...