vote up 0 vote down star

Do you know any application, the more interesting/useful the better, to introduce a new person to python language and the python code style, but not necesarily to OO programing, so as to learn the subtelties and idioms of the language and surrounding comunity?

I'm thinking along the lines of people that has worked with javascript, java or .net, and already have a strong hold of OO concepts.

flag

75% accept rate
Duplicate: stackoverflow.com/questions/918/… – S.Lott Nov 21 '08 at 11:10

3 Answers

vote up 2 vote down check

A similar question has already been asked: How to learn Python: Good Example Code?

link|flag
vote up 0 vote down

It depends of what kind of programming you like to do. System ? Web ? UI ?

Recently I went trough the code of SQLAlchemy, and it pretty cool.

Just using it is enough, and turns you into a better Python programmer because it's so pythonic. Looking deeper is even better :-)

link|flag
vote up 2 vote down

There are a lot of Python projects on Google Code.

But I think to actually learn Python you should begin writing it.

I've recently started on Google's App Engine.

There are some samples for "peeking" on Google Code as well.

The good thing about it is that they have a zero-config functional data store and an application framework for you and they are also available offline via their web dev server as well, you just write Python code and they do the rest, which is a good thing for a starter :-)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.