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-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

[Tutor] looking suggestions/codereview on my app which alerts users on the product price change

2014-06-30 Thread avinash sajjanshetty
I have posted this on codereview.stackexchange, but looking from suggestions from here as well. here is the link: http://codereview.stackexchange.com/questions/55674/e-commerce-product-price-tracker I appreciate any help. Thank you :) regards, avi ___

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 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 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/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
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 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 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 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

[Tutor] server / client program

2014-06-30 Thread Ant Parris
Hi, I am new to python and i am stuck on a lab I am working on. below is the lab instructions for creating a server and client program. 1) Both server and client program run continually 2) until no message is coming in the server. It means if a client hits the return key with no text 3) Then bot

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] server / client program

2014-06-30 Thread Danny Yoo
On Mon, Jun 30, 2014 at 5:12 PM, Ant Parris wrote: > Hi, I am new to python and i am stuck on a lab I am working on. below is the > lab instructions for creating a server and client program. > > 1) Both server and client program run continually > 2) until no message is coming in the server. It mea