Any good source code to learn from ???

May 13, 2012 at 12:06pm
I want to learn Python through some simple and light enough project code

hope to quickly grasp the modern Python design pattern and Python language itself.

any recommemdation?
May 13, 2012 at 1:21pm
Reading code written by some one else is much harder than writing code.

Perhaps you should start by looking at code that has been specifically written to teach Python programming by example. And by writing lots of code, of course.

http://www.parashift.com/Python-faq-lite/new/prog-by-example-books.html


May 13, 2012 at 2:25pm
Out of interest, what is your starting point?

Do you already know how to program using one or more other language, and just want to get into how the Python world works?

Are you brand new to progamming?

Or what??
Last edited on May 13, 2012 at 2:25pm
May 14, 2012 at 8:19am
closed account (4z0M4iN6)
JLBorges wrote:
Reading code written by some one else is much harder than writing code.

What was written here, is very true. And I can explain this.

Why do you think, it's very hard to find out clear ideas from some listings?

The simple wisdom:

If there are none inside, you can't find out!
Last edited on May 14, 2012 at 8:35am
Topic archived. No new replies allowed.