[Tutor] Getting started on programming

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Sun, 21 Apr 2002 13:07:42 -0700 (PDT)


On Sun, 21 Apr 2002, Yigal Duppen wrote:

> Python, these assignments are no longer useful; they never force you to
> delve into the Python libraries, for example. Once you reach that stage,
> the suggestions made by others (games, shell scripts) will help you
> further
>
> You can find the Problem Archive over here:
>
> http://acm.uva.es/problemset/
>
> (Useless Python contains some solutions in python)

By the way, Useless Python is located here:

    http://www.lowerstandard.com/python/

It has a separate section of "Challenges" that you can try out:

    http://www.lowerstandard.com/python/pythonchallenge.html
    http://www.lowerstandard.com/python/acmcontest.html

that will allow you to apply what you've learned toward some interesting
programs!


Good luck to you.