py4e
py4e copied to clipboard
Web site for www.py4e.com and source to the Python 3.0 textbook
I've started translating Python for Everybody book to Russian. Could you setup your build server to produce Russian version of PY4E?
At first, I was skeptical of opening this issue, but I think it needs to be addressed. ### The problem The website has amazing content, and its very cool PY4E...
The video shows an example of using quit() at the end of an except block. There was no such example in the book, meaning the reader would need to replay...
It will print a 'B' if we put 0.9, a 'C' if we put 0.8, a 'D' if we put 0.7 and an 'F' if we put 0.6. Therefore, Exercise...
I noticed an inaccuracy due to a change in python 3.7 that, to my understanding, made it a language feature that dictionaries are ordered by insertion order. > The order...
In the third exam of chapter 13, the **test data** result is incorrect (probably it is the value the user would get from the former Google maps API). In the...
Hello,  The page that shows how to install python is not translated, because of that I had problems installing python, I had to install python 2 times because I...
Possibly missing `[0]` in the following sentence (underlined): >Since `fetchone()` returns the row as a *tuple* (even though there is only one field), we take the first value from the...
In chapter 8 exercise 1, the bolded part of the sentence is not clear,please review. Exercise 1: Write a function called chop that takes a list and modifies it, removing...
[In this chapter](https://www.py4e.com/html3/13-web) Under XML, the first diagram The text in the right most oval should be "email" instead "phone"