[ANN] Free Python tutorial with exercises, cscx.org
Jach Feng
jfong at ms4.hinet.net
Wed Apr 7 02:47:56 EDT 2021
Rudy Matela 在 2021年4月1日 星期四下午11:13:03 [UTC+8] 的信中寫道:
> 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
Is there any reason a student/beginner learn Python now start from Python2?
--Jach
More information about the Python-list
mailing list