thinkcspy icon indicating copy to clipboard operation
thinkcspy copied to clipboard

How to Think Like a Computer Scientist, Interactive Edition

Results 44 thinkcspy issues
Sort by recently updated
recently updated
newest added

Made a fix to the code answer for count(p) ex_8_3. Prior to the fix, if the answer is copied and pasted into the Question tab and run, it fails due...

Give students lots of practice with printing string literals. Hint to exercise also lets students know they can use either single or double quotes.

**What Course are you in** thinkcspy **Describe the bug** When running pretext build web, a lot of @xml:id values in different sections are not unique.

**Please check the current issues** Many bug reports are duplicates, this just creates more work for us. Searching the issues first may give you your answer or a workaround! If...

**Please check the current issues** Many bug reports are duplicates, this just creates more work for us. Searching the issues first may give you your answer or a workaround! If...

**Please check the current issues** Many bug reports are duplicates, this just creates more work for us. Searching the issues first may give you your answer or a workaround! If...

This issue will serve as a collection point for issues and discussion about the PreTeXt incarnation of the How to think book. Here is what I have received so far...

**What Course are you in** thinkcspy **What Page were you on** section 19.4 **What is your username** dsabira **Describe the bug** There is a typo at section of 19.4. The...

I am trying to build the course (thinkcspy) by using the `build.sh` file. I get many errors like this, and have no idea what I have done incorrectly. ``` WARNING:...

The PEP standards include two methods for string interpolation. See https://www.python.org/dev/peps/pep-3101/ Python currently provides two methods of string interpolation: The '%' operator for strings. - The string.Template module which uses...