Re: [Twisted-Python] Twisted training slides

2011-06-20 Thread Orestis Markou
I will try to make a proper tutorial out of them - please don't spread that file around, I'll remove it at some point. On 20 Jun 2011, at 00:05, AK wrote: > Thanks for the useful slides Orestis. Once you have finalized them, is > it ok to provide a link towards them from my blog or they are bound

Re: [Twisted-Python] Twisted training slides

2011-06-19 Thread AK
Thanks for the useful slides Orestis. Once you have finalized them, is it ok to provide a link towards them from my blog or they are bound with the specific training session? Cheers! On 06/19/2011 04:41 PM, Orestis Markou wrote: > Many thanks to everyone for the feedback. I will continue to work i

Re: [Twisted-Python] Twisted training slides

2011-06-19 Thread Orestis Markou
Many thanks to everyone for the feedback. I will continue to work in this as much as possible. This is a 4 hour training, so we should have enough time. I will post the final slides after the training, tomorrow. -- orestis.gr 19 Ιουν 2011, 13:24, ο/η Andreas Hausmann έγραψε: > Andreas Hausma

Re: [Twisted-Python] Twisted training slides

2011-06-19 Thread Andreas Hausmann
Andreas Hausmann wrote: > [...] > Unfortunately I went through slides 1-120 only. I have to stop now. > Maybe I can finish tomorrow morning. > [...] here comes the rest: slide 121: in my case, output was perfectly sorted. Here it is B A C D? slide 125: typo in header "DefferedList" >From ex

Re: [Twisted-Python] Twisted training slides

2011-06-18 Thread Glyph Lefkowitz
On Jun 18, 2011, at 8:06 PM, Andrew Bennetts wrote: > Jasper St. Pierre wrote: > […] >> * Slide 124: As I understand, DeferredList is a bit dated, and you >> should use gatherResults instead -- it returns a deferred, and it >> hands you a list of all the results in the callback. The dialogue is

Re: [Twisted-Python] Twisted training slides

2011-06-18 Thread Andrew Bennetts
Jasper St. Pierre wrote: […] > * Slide 124: As I understand, DeferredList is a bit dated, and you > should use gatherResults instead -- it returns a deferred, and it > hands you a list of all the results in the callback. The dialogue is > also a bit repetitive (a list of Deferreds! I hand it a li

Re: [Twisted-Python] Twisted training slides

2011-06-18 Thread Jasper St. Pierre
Quick go-through: * Slide 50: Exercise 1 seems a bit poor -- it relies on the factory, which you haven't introduced other than "oh hey there's this factory attribute" * The panini stall metaphor goes on for way too long (IMO) and doesn't really make sense. * Slide 92: I think having the ca

Re: [Twisted-Python] Twisted training slides

2011-06-18 Thread Andreas Hausmann
Hi, I am Andreas. I used twisted to build an online backgammon server. I'll post some on that later. My knowledge goes as far as server, client, deferreds and plugins. Based on twisted core tutorial. Orestis Markou wrote: > [...] > and comment on possible inaccuracies or flat-out wrong things. I

Re: [Twisted-Python] Twisted training slides

2011-06-18 Thread Laurens Van Houtven
Hey Orestis, I'm driving around at the moment, but as soon as I get home I will take a look at your slides. I will also be attending europython, so let's go grab a beer :) On Jun 18, 2011 9:32 AM, "Orestis Markou" wrote: > Hi again, > > I'd greatly appreciate if someone could have a quick look t

[Twisted-Python] Twisted training slides

2011-06-18 Thread Orestis Markou
Hi again, I'd greatly appreciate if someone could have a quick look through my slides: http://dl.dropbox.com/u/34284/twisted_training.pdf (64MB PDF) and comment on possible inaccuracies or flat-out wrong things. I have simplified some things in the beginning, but I expand later on. Many thanks