On 5/8/08, Samit Jain <[EMAIL PROTECTED]> wrote: > Hi All, > > can you please tell me any training institute for python language in delhi > > -- > Regards, > Samit Jain > Intellisoft Services > [EMAIL PROTECTED] > +91-9899765287 > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > >
A "training institute" is not at all necessary for learning a programming _language_, especially a language like Python that is relatively minimalist. I believe GVR's tutorial (http://docs.python.org/tut/tut.html) and _Dive into Python_ (http://www.diveintopython.org/#download) are all you need to become a Pythonista - and you can do so in less than a day. You might also want to buy the _Cookbook_ (http://www.oreilly.com/catalog/pythoncook2/) and read _Code Like a Pythonista_ (http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html) to get familiar with idiomatic Python. And the Python Challenge (http://www.pythonchallenge.com/) is useful for honing your skills. _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
