IDLE3 on Ubuntu

Chris K writes (excerpted):

I'm teaching myself and home educating my three young daughters at the same time. Just a little bit every day (excepting Sunday which is entirely reserved for pancakes and not inter-computery-things) . Thank you for providing the opportunity for me to introduce the ...

Continue reading...

String Formatting

Lou O writes:

Hi Jason, Read a few good reviews of your book on Amazon. One of the reviews pointed out “The explanation of String formatting needs to be updated. We don’t do embedded values using %s anymore. I recommend skipping the chapters on Turtle Graphics and tkinter. The introductory...

Continue reading...

Bouncing in Polski

Marzena writes:

I’m writing to you because neither me nor my 11-year old daughter with whom we’re learning Python can figure out where the problem is. We get the following error:
 ================ RESTART: C:/Users/Enarpol/Desktop/brajan.py ================
 Traceback (most recent call last):
...

Continue reading...
Stickman Moves

Stickman Moves

Alex Z writes (edited):

I’m playing with the last chapter game, cf. the stickmangame7.py file. I’m a little confused about how the key presses are expected *to cause the character [to] move.

If the player hits the right or left key, the character starts moving but keeps moving and doesn’t sto...

Continue reading...

PfK and iPython

Jobakhan writes (edited):

Using this code import sys
def moon_weight():     print(’Please enter your current Earth weight’)
    weight = float(sys.stdin.readline())
    print(’Please enter the amount your weight might increase each year’)
    increase = float(sys.stdin.readline())
    print...

Continue reading...
iPad Pro and Pythonista

iPad Pro and Pythonista

Lucia C writes:

I am currently reading your book but do not have access to a computer. I do however have my Ipad pro.

There is an app available called Pythonista 3, are you familiar with this app and would you recomend it to follow your book?

Unfortunately, Pythonista has it’s own custom U...

Continue reading...

Trouble with GIMP

Tom writes (excerpted):

I’m learning Python from your book and I’m finding it a great resource. However, I’m at the point where I’m creating the StickMan game and I’m having issues. I’m using an iMac running MacOS Sierra 10.12.6 The version of GIMP that I downloaded is 2.8.18. Specifically, ...

Continue reading...