Cezary Krzyżanowski | 15 Oct 16:41

First time webaps as example

Hi!

I'm encouraging the students I teach to use python for their webapps.
It's usually their first encounter with python, mostly even with
webapps. C#, PHP+MySQL is something put into them in my university.

So I'm looking for good ideas of first-time webaps to write. I tell them
to use django/pylons/turbogears to write something like kittenwars,
hotornot, a wiki, a simple shop, paster, a messageboard.

I'd like to find some other simple and interesting apps to show them,
similar to kittenwar and hotornot, as they attract the most students and
make them much more enthusiastic.

Since I'm already asking, maybe some ideas for other, 'non-webaps' to
show them to mimic and try out stuff like Pair Programming, Test Driven
Developement and other 'strange' (to them) ways of programming.

Thanks in advance,
Cz <at> rny

_______________________________________________
Tutor maillist  -  Tutor <at> python.org
http://mail.python.org/mailman/listinfo/tutor

bob gailer | 15 Oct 17:39

Re: First time webaps as example

Cezary Krzyżanowski wrote:
> Hi!
>
> I'm encouraging the students I teach to use python for their webapps.
> It's usually their first encounter with python, 

Now I begin to understand why students come to this list confused about 
assignments!

IMHO it is essential when introducing a new language to first get the 
students comfortable with the language before attempting to learn a web 
framework or database processing or accounting or anything else than the 
basic lanaguage.

What do you think?

--

-- 
Bob Gailer
Chapel Hill NC 
919-636-4239

When we take the time to be aware of our feelings and 
needs we have more satisfying interatctions with others.

Nonviolent Communication provides tools for this awareness.

As a coach and trainer I can assist you in learning this process.

What is YOUR biggest relationship challenge?

(Continue reading)

Kent Johnson | 15 Oct 18:05
Gravatar

Re: First time webaps as example

On Wed, Oct 15, 2008 at 10:42 AM, Cezary Krzyżanowski
<cezary.krzyzanowski <at> gmail.com> wrote:

> So I'm looking for good ideas of first-time webaps to write. I tell them
> to use django/pylons/turbogears to write something like kittenwars,
> hotornot, a wiki, a simple shop, paster, a messageboard.

You might want to point them at Pinax, which is basically a Django
toolkit for building social-networking sites.
http://pinaxproject.com/

Kent
_______________________________________________
Tutor maillist  -  Tutor <at> python.org
http://mail.python.org/mailman/listinfo/tutor


Gmane