diff -r 000000000000 -r 0b061d58aea3 testappproj/templates/index.html~ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testappproj/templates/index.html~ Mon May 17 22:33:59 2010 +0530 @@ -0,0 +1,46 @@ +{%extends "base.html"%} +{%block body%} + +
Welcome to PyKata ... the website for Python practice. Learning Python is a skill. +It takes practice, not just an understanding of the theory. In fact, you can learn +basic Python without any theory. Just read the help pages if you get stuck. Start +with the easy problems first. Some of these have hints, or even a complete solution. + vision statement + teacher statements + manifesto
+ +About Python ... Python is a modern mainstream computer language, much like Java +and C++, but simpler. It's the closest thing we could find to pseudocode, the language used +by scientists when they want to express an idea involving computation.
+ +You don't have to take an entire course in programming to learn Python. Every high-school +graduate, certainly anyone considering a career in technology, should know how to write a +simple program. Python makes that possible. PyKata is the best way to learn Python.
+ +