py4e
py4e copied to clipboard
Web site for www.py4e.com and source to the Python 3.0 textbook
Hello Prof. Chuck (@csev), Hope all is well. Is there a quick guide to start translating PY4E in Filipino? I think I can spare some weekend time for this project....
The section "Google geocoding web service" in Chapter 13 has not been updated to match the code change from Google services to OpenStreetMap. geojson.py has been commented to point the...
This is just a placeholder to address the issue of reserved words in the languages used between cats and humans. Actual cat language as is used in conversation between cats...
The text currently states: "The first method is a specially-named method called __init()__.". The parens are misplaced and should be at the end, `object.__init__(self[, ...])`.
Hi the video and slide are both used in chapter 3 , if you take the slide and when Chuck pauses to give students a moment to work through the...
Proposing two minor edits to the book to improve clarity: - Chapter 10: Clarifies that the `sort()` method operates in-place and does not return a new list. - Chapter 12:...
This PR expands Chapter 13 of the book to clarify and contextualize concepts mentioned in the video lectures and quizzes linked to on the lesson page. Key changes: - Adds...
Is there an easier version of the lesson that my kids (elementary schoolers) could understand? Assuming no programming experiences of course. It seems like the content is tailored for older...
Moved ' soup = BeautifulSoup(html, "html.parser") ' from line 92 to line 80. I was getting parsing errors every time I attempted to run it. Moving it above the if...
I don't think we should use 'count'. maybe we should use amount instead. perhaps we should even explicitely tell people avoid using reserved keywords as entity names in sql, as...