Re: Good Intermediate Tutorials

2010-04-03 Thread Andrew Ellis
That's actually why I picked up this list, and it's done a lot to help. +1 for sure On Sat, Apr 3, 2010 at 2:52 PM, wrote: > Pick an arbitrary point in time, and begin reading this mailing list's > archives. I guarantee you will learn alot. > > Malcolm > -- > http://mail.python.org/mailman/listi

Re: Good Intermediate Tutorials

2010-04-03 Thread python
Pick an arbitrary point in time, and begin reading this mailing list's archives. I guarantee you will learn alot. Malcolm -- http://mail.python.org/mailman/listinfo/python-list

Re: Good Intermediate Tutorials

2010-04-01 Thread Ray Allen
In my opinion, the python official documents, include the tutorial, language reference, library reference, distributing python modules, also extending and embedding, Python/C API, are all what you need to learn python and use it, as long as you can read into it. Also you can read other python progr

Re: Good Intermediate Tutorials

2010-04-01 Thread Lie Ryan
On 04/02/10 11:25, Abethebabe wrote: > I've recently finished reading A Byte Of Python and have the basics of > Python down. I want to continue practice but I'm unsure what I can do. > So I started looking for tutorials to open my mind a little, but > everything I come across are beginner tutorials

Re: Good Intermediate Tutorials

2010-04-01 Thread rantingrick
On Apr 1, 7:25 pm, Abethebabe wrote: > I've recently finished reading A Byte Of Python and have the basics of > Python down. I want to continue practice but I'm unsure what I can do. > So I started looking for tutorials to open my mind a little, but > everything I come across are beginner tutorial