Re: [Tutor] What are your favourite unofficial resources

2014-07-07 Thread Albert-Jan Roskam
>> On 30 June 2014 04:11, Alan Gauld wrote: >>> I'm looking for tips for an appendix to a book that >>> I'm working on. >>> >>> What are the best unofficial (ie not python.org) >>> resources for people who have learned the basics >>> but are not experts yet? ie Typical tutor list >>> "grad

Re: [Tutor] What are your favourite unofficial resources

2014-07-05 Thread Albert-Jan Roskam
-- On Sat, Jul 5, 2014 8:09 PM CEST Varuna Seneviratna wrote: >On 30 June 2014 04:11, Alan Gauld wrote: >> I'm looking for tips for an appendix to a book that >> I'm working on. >> >> What are the best unofficial (ie not python.org) >> resources for people who hav

Re: [Tutor] What are your favourite unofficial resources

2014-07-05 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld wrote: > I'm looking for tips for an appendix to a book that > I'm working on. > > What are the best unofficial (ie not python.org) > resources for people who have learned the basics > but are not experts yet? ie Typical tutor list > "graduates"... > > I'm thinkin

Re: [Tutor] What are your favourite unofficial resources

2014-07-01 Thread Danny Yoo
Yikes, I completely forgot about Dive Into Python! http://www.diveintopython.net/ ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld wrote: > I'm looking for tips for an appendix to a book that > I'm working on. > > What are the best unofficial (ie not python.org) > resources for people who have learned the basics > but are not experts yet? ie Typical tutor list > "graduates"... > > I'm thinkin

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Alan Gauld
On 01/07/14 00:29, Emile van Sebille wrote: Well, in that case I'd put forward effbot's guide to the python standard library, particularly for python 2.x, but most of the examples are still valid. That's a good point, I omitted to say I'm specifically looking at Python 3 only. The book code is

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Alan Gauld
On 01/07/14 00:01, Emile van Sebille wrote: dejanews.com, no wait, that's now groups.google.com -- oh wait, the just-don't-be-evil empire kinda killed that one off finally. >sigh< While deja-news wasn't exactly a Python resource I share your regret that it disappeared. While you can, just ab

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Emile van Sebille
On 6/30/2014 4:14 PM, Danny Yoo wrote: In any event, I did very much like Dave Beazley's "Python Essential Reference". At least, I remember thinking it was excellent it when it was in its red cover. :P I don't know what the latest edition is like, but it's probably of similar quality. Well

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Danny Yoo
On Mon, Jun 30, 2014 at 4:01 PM, Emile van Sebille wrote: > On 6/30/2014 3:48 PM, Danny Yoo wrote: What are the best unofficial (ie not python.org) resources for people who have learned the basics but are not experts yet? >>> >>> >>> dejanews.com, no wait, that's now groups.goo

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Emile van Sebille
On 6/30/2014 3:48 PM, Danny Yoo wrote: What are the best unofficial (ie not python.org) resources for people who have learned the basics but are not experts yet? dejanews.com, no wait, that's now groups.google.com -- oh wait, the just-don't-be-evil empire kinda killed that one off finally. >s

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Danny Yoo
>> What are the best unofficial (ie not python.org) >> resources for people who have learned the basics >> but are not experts yet? > > dejanews.com, no wait, that's now groups.google.com -- oh wait, the > just-don't-be-evil empire kinda killed that one off finally. >sigh< Hi Emile, I do not k

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Emile van Sebille
On 6/29/2014 3:41 PM, Alan Gauld wrote: What are the best unofficial (ie not python.org) resources for people who have learned the basics but are not experts yet? dejanews.com, no wait, that's now groups.google.com -- oh wait, the just-don't-be-evil empire kinda killed that one off finally.

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld wrote: > I'm looking for tips for an appendix to a book that > I'm working on. > > What are the best unofficial (ie not python.org) > resources for people who have learned the basics > but are not experts yet? ie Typical tutor list > "graduates"... > > I'm thinkin

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread C Smith
Learning Python Design Patterns, by Gennadiy Zlobin Let us know when your book is done! On Mon, Jun 30, 2014 at 7:05 AM, Bob Williams wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 29/06/14 23:41, Alan Gauld wrote: >> I'm looking for tips for an appendix to a book that I'm workin

Re: [Tutor] What are your favourite unofficial resources

2014-06-30 Thread Bob Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/06/14 23:41, Alan Gauld wrote: > I'm looking for tips for an appendix to a book that I'm working > on. > > What are the best unofficial (ie not python.org) resources for > people who have learned the basics but are not experts yet? ie > Typical

Re: [Tutor] What are your favourite unofficial resources

2014-06-29 Thread memilanuk
On 06/29/2014 03:41 PM, Alan Gauld wrote: I'm looking for tips for an appendix to a book that I'm working on. What are the best unofficial (ie not python.org) resources for people who have learned the basics but are not experts yet? ie Typical tutor list "graduates"... I'm thinking about web si

Re: [Tutor] What are your favourite unofficial resources

2014-06-29 Thread Varuna Seneviratna
On 30 June 2014 04:11, Alan Gauld wrote: > I'm looking for tips for an appendix to a book that > I'm working on. > > What are the best unofficial (ie not python.org) > resources for people who have learned the basics > but are not experts yet? ie Typical tutor list > "graduates"... > > I'm thinkin

Re: [Tutor] What are your favourite unofficial resources

2014-06-29 Thread William Ray Wing
Probably obvious (meaning you will get them both 50+ times), but I like both Stackoverflow.com and Doug Hellmann’s site. Thanks, Bill On Jun 29, 2014, at 6:41 PM, Alan Gauld wrote: > I'm looking for tips for an appendix to a book that > I'm working on. > > What are the best unofficial (ie not

Re: [Tutor] What are your favourite unofficial resources

2014-06-29 Thread Deb Wyatt
> -Original Message- > From: alan.ga...@btinternet.com > Sent: Sun, 29 Jun 2014 23:41:45 +0100 > To: tutor@python.org > Subject: [Tutor] What are your favourite unofficial resources > > I'm looking for tips for an appendix to a book that > I'm

[Tutor] What are your favourite unofficial resources

2014-06-29 Thread Alan Gauld
I'm looking for tips for an appendix to a book that I'm working on. What are the best unofficial (ie not python.org) resources for people who have learned the basics but are not experts yet? ie Typical tutor list "graduates"... I'm thinking about web sites, blogs, books, videos etc. Anything tha