From 4c2c021adc2e60b0cdd0517250350a43a5ba8e31 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 16 May 2011 01:58:50 -0400 Subject: Fix typo in FAQ and add links for "why learn python" --- pyc/templates/faq.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pyc/templates/faq.html b/pyc/templates/faq.html index bf73fc0..c488d7b 100644 --- a/pyc/templates/faq.html +++ b/pyc/templates/faq.html @@ -11,7 +11,7 @@ You need an account. Ask raylu to create you one.
  • I don't know any Python.

    -This is more of "learn to code" excercise than a "learn Python" exercise. +This is more of "learn to code" exercise than a "learn Python" exercise. Python just happens to be a good first language. In fact, I only want participants who have little–to–no coding experience.

    @@ -20,9 +20,11 @@ participants who have little–to–no coding experience.
  • Why should I learn Python?

    -It's a good first language for a -variety -of reasons. +It's a good first language for +a +variety +of +reasons.

    Learning a programming language helps you understand how your computer works. -- cgit v1.2.3