Unless you are explicitly reading a tutorial, the code you will be looking at isn't going to be beginner-level in general, but you can look at smaller snippets and libraries then work up from that.
http://effbot.org/zone/ http://code.activestate.com/recipes/langs/python/ http://pypi.python.org/pypi http://www.doughellmann.com/projects/PyMOTW/ http://www.secnetix.de/olli/Python/ There's plenty of good links right on the Python web site for beginners: http://wiki.python.org/moin/BeginnersGuide Cheers On Thursday 29 September 2011, Praveen Singh wrote: > i am a beginner in python.i am not asking about any books here.As i have > heard one essential steps of learning is to look for some good python > codes.So, can you guys please and please suggest me some sites or some > small projects where i can find these codes?? please remember i am at a > BEGINNER's level!! > > thank you!! _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
