[Tutor] Python exercises for beginners
awatila at ieee.org
awatila at ieee.org
Thu Feb 11 15:16:16 EST 2021
Thank you for the good resource
Alex Watila, SMACM, MIEEE
Publicity Co-Chair, IEEE PowerAfrica Conference (2021 & 2020)
2021 IEEE Collabratec Ambassador
Chair, Professional Activities, Conferences and Events, IEEE Kenya Section
-----Original Message-----
From: Tutor <tutor-bounces+awatila=ieee.org at python.org> On Behalf Of Rudy
Matela
Sent: Thursday, February 11, 2021 7:48 PM
To: Python Tutor <tutor at python.org>
Subject: [Tutor] Python exercises for beginners
Hello members of the Python Tutor mailing list,
I have been working on a website aimed at teaching programming and computer
science through quick examples in the form of exercises. It is called
"Computer Science by Example <https://cscx.org/>": https://cscx.org/
The exercises start very simple (e.g. read two numbers and print their sum
<https://cscx.org/add1>) then increase in difficulty and complexity
gradually (e.g. solving the change-making problem <https://cscx.org/cash>).
The website has an "online judge" functionality where students can submit
their solutions which are tested and graded automatically without human
intervention. It currently supports solutions in *Python* and
additionally: C, C++, C#, Haskell, Java, JavaScript, Lua and Ruby.
The exercises are useful not only to first time programmers, but also to
experienced programmers migrating to using Python or other languages.
Check it out at cscx.org. The exercises are freely available for anyone to
try.
Best Regards,
Rudy
_______________________________________________
Tutor maillist - Tutor at python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list