Hacker News new | ask | show | jobs
by swagtricker 1867 days ago
This is a great idea, but does need some more hand-holding and fine points. For example, chapter 3 goes into turtle graphics. Great. However, the book doesn't tell students they need to use the Repl.it Python-Turtle repl rather than the standard one they'd been using. Also, the 2nd example in chapter 3 attempts to set the title in the UI:

wn.title("Hello, Tess!")

This fails in Repl.it's turtle repl environment.

1 comments

Definitely! This is the first MVP release of our conversion of the original to Replit and we have done less than the bare minimum so far. We will be updating it chapter by chapter to address these and more! Thanks for the feedback!