Hello python-list members, I would like to announce the following educational project:
Computer Science by Example https://cscx.org/ is a collection of short programming exercises. The site can automatically grade students' solutions and it accepts submissions in Python. The exercises start simple, then increase in difficulty and complexity gradually. Here are some examples: * Print "Hello, World!": https://cscx.org/hello * Add two numbers: https://cscx.org/add1 * Compute the factorial of a number: https://cscx.org/factorial * Compute the GCD of two numbers: https://cscx.org/gcd * Solve the change-making problem: https://cscx.org/cash The website has a tutorial section covering Python's basics. I tried to make the content easy to use by instructors/lecturers, feel free to use this with your students. The backend of the website is open source and you can find it on https://github.com/rudymatela/udge -- Rudy -- https://mail.python.org/mailman/listinfo/python-list