On Aug 12, 2014 3:29 PM, "keith papa" wrote:
>
> Hi, am a newbie to python and I wondering if you guys can give me some
exercise to work on. I have learned: print function , if function ,
strings, variables, and raw_input. The more the better
Checkio.org is a game made of python coding challenges
Keith,
This should get you started...
http://learnpythonthehardway.org/book/
http://www.codecademy.com/en/tracks/python
http://docs.python-guide.org/en/latest/intro/learning/
Happy coding!
--Greg
On Tue, Aug 12, 2014 at 1:52 PM, keith papa wrote:
> Hi, am a newbie to python and I wonderin
Hi Keith,
It depends on what you want to do with Python in the end (by the
way, if statement is not a function).
Here are some of my suggestions (based on current topics and
things to come later):
1. Write a loop which prints even numbers from 1 to 100.
2. Write a program which determines
Hi Keith,
As a follow-up: I'm sure others might have mentioned this, but I
also recommend doing exercises presented in the book or reference
you're using to learn Python.
Cheers,
Joseph
- Original Message -
From: keith papa Hi, am a newbie to python and I wondering if you guys can give
On Tue, Aug 12, 2014 at 1:52 PM, keith papa wrote:
> Hi, am a newbie to python and I wondering if you guys can give me some
> exercise to work on. I have learned: print function , if function , strings,
> variables, and raw_input. The more the better
Do you find yourself doing certain kinds of co
Hi, am a newbie to python and I wondering if you guys can give me some exercise
to work on. I have learned: print function , if function , strings, variables,
and raw_input. The more the better ___
Tutor maillist