py4e
py4e copied to clipboard
Web site for www.py4e.com and source to the Python 3.0 textbook
`word *in* words*:*\ *print* word` perhaps should be `*for* word *in* words*:*\ *print* word` In Exercise 4 `1 + 2 \* 5` The * is escaped and perhaps should just...
Things I've encountered as one-offs that I'll Ctrl-f for in all chapters: - [x] remove all `u'unicode strings'` since Python 3 is unicode by default (esp chapter 14) - [...
If a change is made to db2.py in the code3/ folder, subsequent travis checks fail because the database + table don't exist/exist yet.
Some of the materials for this book reference Python 3.0. I think there's one too many significant figures in there. It'd be more correct to say "Python 3"; Python 3.0...
Several chapters have exercise numbering that's off. Edit: This would be a quick fix for a new contributor to tackle! Ctrl-F for Exercise and make sure they count up correctly....
Just discovered this and thought I'd drop a link for consideration. Haven't dug in too deeply but seems like this would give a slick paginated feel to the epub and...
Wasn't sure if you want the cover3.jpg image coming from http://data.pr4e.org/cover3.jpg server location or https://www.py4e.com/cover3.jpg moving forward with the book? I did notice when using the curl command on my...
I finished the Database module and took all the quizzes, but it left as incomplete for some reason. Also, there's an "500 Internal Server Error" so that might have had...
Dear Chuck, I guess there is a small typo issue in question 4 of the quiz of chapter 10 where some backslashes are displayed whereas it should not, right ?...