py4e icon indicating copy to clipboard operation
py4e copied to clipboard

Web site for www.py4e.com and source to the Python 3.0 textbook

Results 83 py4e issues
Sort by recently updated
recently updated
newest added

When setting up Replit, you cannot just log in to your new account and go directly to the Files tab to create a new file. You must first create a...

Bug on line 99, "banana" should be replaced by "fruit" and index 6 should be indec 5 which means we start at 0 and go to 4. I made the...

Hi Dr. Chuck, I love the py4e courses! Thank you. The urllinks.py sample code needs updating so beautiful soup works with newer versions of python, e.g. 3.10. I'm getting an...

"Number" is underspecified in Chapter 5 Exercise 1. Should this say "integer"? (All the numeric input examples are integers) Otherwise, if "float" is intended, the output should read: 16.0 3...

# Greetings Dr Chuck @csev, ### While I was doing the quiz on database and the quiz is called `Quiz: Many to Many` and the last question which is 10th...

Hey! I'm writing to request for french translation of the book. What do I need to do ?

hello, my name is Saqer Terkawi, I want to translate Dr-Chuck's book (python for everybody) to Arabic, I am facing trouble knowing where to start. I need help.

Hi, I dont know why its taking maximum value as "bob" but not no.10 [Capture5](https://user-images.githubusercontent.com/59361512/72686564-23903d80-3b1c-11ea-8149-148956aba5ae.PNG) ![Capture5](https://user-images.githubusercontent.com/59361512/72686541-f80d5300-3b1b-11ea-96df-8ea568e89cbd.PNG)

I'm the author of the Beautiful Soup library included in this project. I got [a report](https://groups.google.com/g/beautifulsoup/c/tyka8poXsrc) of someone running this code against Python 3.8 and getting the deprecation error described...

the `.format` method is replacing the `%` operator, which will eventually be deprecated. Python 3 supports both, so we should cover both in Chapter 6. I'll try to add this...