Tuesday Python Challenge
Up one levelWeekly Python skill building exercises. (KEF -- changed name to force it not to be first in the directory. This may annoy someone enough to turn on the thing that makes the order the same order that they are in the Contents folder)
-
Challenge #1: Squares, 17 July 2006
- This is the first Python Challenge. It starts easy, but has some bonuses that may make you think (and do some research!)
-
Challenge #2: The Missing Ternary Operator, 24 July 2006
- Find some of the ways to approximate the ternary operator in Python. This used to be a major pastime in the Python world, and still applies to us.
-
Challenge #3: Encoding, 31 July 2006
- I've played with this as a Python Challenge one before, but it's still a good exercise.
-
Challenge #4: Flattening, 7 Aug 2006
- A real world problem!
-
Challenge #5: Monkey Business
- This exercise depends on a simple but unusual technique.
-
Challenge #6: Pyramid
- A classic programming contest challenge. Everyone should try this one.
-
Challenge #7: Take a REST
- REST is "Representational State Transfer" and is sort of an evolved way of creating web services. It doesn't have all the defining overhead of things like SOAP or even XML-RPC, but builds an API much like those found already on the web. We can easily access RESTful resources in Python.
-
challenge7.csv
-
Challenge #8: Order this list
- Sometimes, you need an arbitrary, but specified order...
