Beginner Tutorials
Virgil Stokes
vs at it.uu.se
Fri Jan 18 10:52:46 EST 2013
On 18-Jan-2013 15:47, Rik wrote:
> Hi, I've developed a website for beginners to Python. I'd appreciate any comments or criticism. It's still under development, and should be finished in the next few months. Oh, and it's free to use.
>
> www.usingpython.com
You have done well Rik. I like your approach to passwords for solutions and
your selection of topics is quite good for a "jump start" with Python. However,
I suggest that in your menu you change several of your items to lower case (for
consistency with the Python language): For -> for, While -> while, if-Else ->
if-else, Elif -> elif.
I am curious --- what software did you use to create your nice web pages for
this tutorial?
In summary --- good work Rik :-)
--V
More information about the Python-list
mailing list