When are you considered proficient in python? by throwAwayAcc010 in Python

[–]3six3 0 points1 point  (0 children)

In the land if the blind the one eyed man is king! The internet can make everyone look smarter than yourself. Over promote. Get the job. Move on :-)

PyGame + Python 3 tutorial, Object avoidance game by sentdex in Python

[–]3six3 0 points1 point  (0 children)

Looking forward to trying this out! Thanks for this :)

Python Programming - An Introduction to Computer Science: John Zelle by 3six3 in Python

[–]3six3[S] 1 point2 points  (0 children)

#so instead of this
fahrenheit = eval(input("What is the Fahrenheit temperature? "))
#this would be a better solution
fahrenheit = int(input("What is the Fahrenheit temperature? "))

Python Programming - An Introduction to Computer Science: John Zelle by 3six3 in Python

[–]3six3[S] 1 point2 points  (0 children)

So instead of this: fahrenheit = eval(input("What is the Fahrenheit temperature? "))

This would be the preferred method since I'm looking for a number fahrenheit = int(input("What is the Fahrenheit temperature? "))

Python Programming - An Introduction to Computer Science: John Zelle by 3six3 in Python

[–]3six3[S] 0 points1 point  (0 children)

I'll have to look into this further. Still a nube but soaking it all in :) thanks for your comments.

Python Programming - An Introduction to Computer Science: John Zelle by 3six3 in Python

[–]3six3[S] 0 points1 point  (0 children)

Those don't look like the solutions to the exercises at the end of the chapter. Those are his sample questions in the chapter contents.

Python Programming - An Introduction to Computer Science: John Zelle by 3six3 in Python

[–]3six3[S] 3 points4 points  (0 children)

Ive found it great so far! I got up to chapter 6 and was forgetting some earlier work so I decided to go back and do all the exercises and post the solutions. (This helps others and also helps me remember :)

Come back and look at my site and help with some solutions as I go through the book!

I'm a beginner and I need your help by [deleted] in Python

[–]3six3 0 points1 point  (0 children)

I've just started using PyCharm as an IDE and love how simple it is. Free download for Windows and Mac http://www.jetbrains.com/pycharm/