learn-python3-thw-code icon indicating copy to clipboard operation
learn-python3-thw-code copied to clipboard

The code to Learn Python3 The Hard Way

Results 9 learn-python3-thw-code issues
Sort by recently updated
recently updated
newest added

hi, page 236 1. Copy skeleton to ex47. - did you mean duplicate the entire folder and move the copy inside ex47? - or do you mean duplicate ex47, and...

The good_pod strings need to be formatted so they actually print the `guess` variable vs. printing `{guess}` in the console output.

hello sir i'm at ex15 of learn python 3 the hard way and want to convert content of file into integer but got no way to do that. i tried...

Hi,I write the script with the same as book, but, it can not work: `from sys import argv script, user_name = argv prompt = '>' print(f"Hi, {user_name}, I'm the {script}...

Command for Execution of ex23.py : python3 ex23.py utf-8 strict

EX:23 - Code was missing. Ref. : LP3THW

I'd like to start a discussion around Ex 6 and strings before I be so bold as to make a pull request, seeing as one has just been made for...

Hi, I'd just want to know if this code is also usable for your 5th edition of the book. Thanks a lot!