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.

+ +

Problem Categories

+ + +

News

+
    +
  1. You can now save your work-in-progress. When solving an exercise, hitting Run automatically saves your work.
  2. +
  3. Progress indicators: We now show which problems you have solved.
  4. +
+ +

This site is still under development. Coming Soon:

+ + +{%endblock%} +