A parameter called evt

Dudley B writes:

I’m a Business Analyst trying to learn how to code. Luckily there’s Python, a suitable language for absolute beginners like me. Thank God also for your book, Python for Kids. It’s a great book which explains Python fundamentals in a fun and easy way. *In Chapter 14 of the...

Continue reading...
Stick figure error

Stick figure error

WangXin writes (excerpted):

I got a confusing error from the Python 3.4 (command line - 64 bit), it shows me this: “NameError: name ‘collided_left is not defined’” , I have checked my code over and over again and I can’t find the error. Could you help me to check my code when convenient?

... Continue reading...

Python 3.5 beta issue on Windows

Tony writes:

I have installed Python 3.5.0b3, and when I tried to make the shortcut, it looked very different from the book’s examples and I did not get the toolbar with “File”, “Edit”, “Options”, etc. on the top. Please tell me how to correctly complete the installation process. Thank you, ...

Continue reading...

Syntax error in myletter.py

I have recently bought your book, Python For Kids and I think it’s great and easy to understand *except for one small thing.

It tells me to put this into the Shell:

spaces = ’ ’ * 25 print(’%s 12 Butts wynd’ % spaces) print(’%s Twinklebottom heath’) % spaces) print() print() print(’Dear Sir’)...

Continue reading...

Deprecated switch

Sandy S writes:

I just purchased 3 copies of “Python for Kids” so that my 2 sons and I can begin our quest! Anyway I hate to bug you with this but we just downloaded the latest version of the Python suite and the –n switch for IDLE startup has a message about “being deprecated since version ...

Continue reading...

Where to go after PfK

Miquel C writes:

Do you know where to learn Python? I’ve been searching and I’ve only found Codecademy. I’d be very happy if you know where to go from Python For Kids. *All kind of learning would be great.

I also downloaded an IRC bot, and I’ve translated it to my language. I’ve been lookin...

Continue reading...

Problem with IF statements

Art S writes (excerpted):

First, let me say that I am having a great time learning Python from Python for Kids, even though I am just a kid at heart. I’m an old, old guy (I’ll be 52 in April), but my students keep me young - I’ve been teaching high school mathematics for 25 years, and I am f...

Continue reading...

Multiple statements found

Arijjan V writes (excerpted):

When I enter code into the compiler I continue to get multiple statement error messages. *Even if I copy the code from the book.

I use Idle 34 on windows professional 7. This is what I typed into the Idle Shell.

found_coins = 20 magic_coins = 70 stolen_coins =...

Continue reading...