From mark.smith at practicalpoetry.co.uk Tue Mar 8 17:37:54 2011 From: mark.smith at practicalpoetry.co.uk (Mark Smith) Date: Tue, 8 Mar 2011 16:37:54 +0000 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes Message-ID: Hello all! Towards the end of last year I floated the idea of giving a talk on Python classes which appeared to be pretty well received. I've finally got off my backside and booked a venue, so... On the 28th March at 7:30pm, I will be giving a talk for Python Edinburgh at The Outhouse, called ?A deep-dive into Python classes?. I think it?s an intermediate to advanced talk, and I plan to cover initialisation and inheritance, how attributes are stored and accessed on Python classes and objects, how this affects methods, how some common method decorators actually work, and some interesting things that can be done using these techniques. I don?t plan to cover metaclasses, although they may be touched on. The practical benefits should be the ability to design Python object hierarchies so that they take full advantage of Python?s dynamic nature. I?m hoping to give the talk at Europython this year, so any encouragement/feedback would be most appreciated! I plan for this event to be instead of the March pub meetup (it is in a pub after all), although it is a week later and on a Monday (I couldn't book our usual date or day-of-week, unfortunately) - if you think this isn't a good idea, let me know. If other speakers step forward I'd like to arrange more of these events, either on a regular or ad-hoc basis. --Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From mean2030 at gmail.com Wed Mar 9 09:43:26 2011 From: mean2030 at gmail.com (Mathew Taylor) Date: Wed, 9 Mar 2011 08:43:26 +0000 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: Sounds great, looking forward to it! On 8 March 2011 16:37, Mark Smith wrote: > Hello all! > > > Towards the end of last year I floated the idea of giving a talk on Python > classes which appeared to be pretty well received. I've finally got off my > backside and booked a venue, so... > > > On the 28th March at 7:30pm, I will be giving a talk for Python Edinburgh > at The Outhouse, called ?A deep-dive into Python classes?. I think it?s an > intermediate to advanced talk, and I plan to cover initialisation and > inheritance, how attributes are stored and accessed on Python classes and > objects, how this affects methods, how some common method decorators > actually work, and some interesting things that can be done using these > techniques. I don?t plan to cover metaclasses, although they may be touched > on. > > > > The practical benefits should be the ability to design Python object > hierarchies so that they take full advantage of Python?s dynamic nature. I?m > hoping to give the talk at Europython this year, so any > encouragement/feedback would be most appreciated! > > > I plan for this event to be instead of the March pub meetup (it is in a pub > after all), although it is a week later and on a Monday (I couldn't book our > usual date or day-of-week, unfortunately) - if you think this isn't a good > idea, let me know. If other speakers step forward I'd like to arrange more > of these events, either on a regular or ad-hoc basis. > > > --Mark > > _______________________________________________ > Edinburgh mailing list > Edinburgh at python.org > http://mail.python.org/mailman/listinfo/edinburgh > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason.keddie at st.com Wed Mar 9 11:22:53 2011 From: jason.keddie at st.com (Jason KEDDIE) Date: Wed, 9 Mar 2011 11:22:53 +0100 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: Sounds very good and extremely useful?. see you then. From: edinburgh-bounces+jason.keddie=st.com at python.org [mailto:edinburgh-bounces+jason.keddie=st.com at python.org] On Behalf Of Mark Smith Sent: Tuesday, March 08, 2011 4:38 PM To: The list for Pythonistas in Edinburgh. Subject: [Python Edinburgh] Talk: A deep-dive into Python classes Hello all! Towards the end of last year I floated the idea of giving a talk on Python classes which appeared to be pretty well received. I've finally got off my backside and booked a venue, so... On the 28th March at 7:30pm, I will be giving a talk for Python Edinburgh at The Outhouse, called ?A deep-dive into Python classes?. I think it?s an intermediate to advanced talk, and I plan to cover initialisation and inheritance, how attributes are stored and accessed on Python classes and objects, how this affects methods, how some common method decorators actually work, and some interesting things that can be done using these techniques. I don?t plan to cover metaclasses, although they may be touched on. The practical benefits should be the ability to design Python object hierarchies so that they take full advantage of Python?s dynamic nature. I?m hoping to give the talk at Europython this year, so any encouragement/feedback would be most appreciated! I plan for this event to be instead of the March pub meetup (it is in a pub after all), although it is a week later and on a Monday (I couldn't book our usual date or day-of-week, unfortunately) - if you think this isn't a good idea, let me know. If other speakers step forward I'd like to arrange more of these events, either on a regular or ad-hoc basis. --Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From ed.hawkins at st.com Wed Mar 9 16:16:13 2011 From: ed.hawkins at st.com (Ed HAWKINS) Date: Wed, 9 Mar 2011 16:16:13 +0100 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: Awesome Mark! I hope to attend... From: edinburgh-bounces+ed.hawkins=st.com at python.org [mailto:edinburgh-bounces+ed.hawkins=st.com at python.org] On Behalf Of Mathew Taylor Sent: 09 March 2011 08:43 To: Python Edinburgh Subject: Re: [Python Edinburgh] Talk: A deep-dive into Python classes Sounds great, looking forward to it! On 8 March 2011 16:37, Mark Smith > wrote: Hello all! Towards the end of last year I floated the idea of giving a talk on Python classes which appeared to be pretty well received. I've finally got off my backside and booked a venue, so... On the 28th March at 7:30pm, I will be giving a talk for Python Edinburgh at The Outhouse, called "A deep-dive into Python classes". I think it's an intermediate to advanced talk, and I plan to cover initialisation and inheritance, how attributes are stored and accessed on Python classes and objects, how this affects methods, how some common method decorators actually work, and some interesting things that can be done using these techniques. I don't plan to cover metaclasses, although they may be touched on. The practical benefits should be the ability to design Python object hierarchies so that they take full advantage of Python's dynamic nature. I'm hoping to give the talk at Europython this year, so any encouragement/feedback would be most appreciated! I plan for this event to be instead of the March pub meetup (it is in a pub after all), although it is a week later and on a Monday (I couldn't book our usual date or day-of-week, unfortunately) - if you think this isn't a good idea, let me know. If other speakers step forward I'd like to arrange more of these events, either on a regular or ad-hoc basis. --Mark _______________________________________________ Edinburgh mailing list Edinburgh at python.org http://mail.python.org/mailman/listinfo/edinburgh -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex at alexbird.co.uk Wed Mar 16 11:01:14 2011 From: alex at alexbird.co.uk (Alex Bird) Date: Wed, 16 Mar 2011 10:01:14 +0000 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: I was hoping to come along, but it looks like I'll be busy that evening. Have you considered videoing it? Marius, who I work with, has a small video camera that he uses for tech-meetup etc. I can ask him if he's interested if you like. Cheers, Alex. On Wed, Mar 9, 2011 at 3:16 PM, Ed HAWKINS wrote: > Awesome Mark! I hope to attend... > > > > From: edinburgh-bounces+ed.hawkins=st.com at python.org > [mailto:edinburgh-bounces+ed.hawkins=st.com at python.org] On Behalf Of Mathew > Taylor > Sent: 09 March 2011 08:43 > To: Python Edinburgh > Subject: Re: [Python Edinburgh] Talk: A deep-dive into Python classes > > > > Sounds great, looking forward to it! > > On 8 March 2011 16:37, Mark Smith wrote: > > Hello all! > > > > Towards the end of last year I floated the idea of giving a talk on Python > classes which appeared to be pretty well received. I've finally got off my > backside and booked a venue, so... > > > > On the 28th March at 7:30pm, I will be giving a talk for Python Edinburgh at > The Outhouse, called ?A deep-dive into Python classes?. I think it?s an > intermediate to advanced talk, and I plan to cover initialisation and > inheritance, how attributes are stored and accessed on Python classes and > objects, how this affects methods, how some common method decorators > actually work, and some interesting things that can be done using these > techniques. I don?t plan to cover metaclasses, although they may be touched > on. > > > > The practical benefits should be the ability to design Python object > hierarchies so that they take full advantage of Python?s dynamic nature.?I?m > hoping to give the talk at Europython this year, so any > encouragement/feedback would be most appreciated! > > > > I plan for this event to be instead of the March pub meetup (it is in a pub > after all), although it is a week later and on a Monday (I couldn't book our > usual date or day-of-week, unfortunately) - if you think this isn't a good > idea, let me know. If other speakers step forward I'd like to arrange more > of these events, either on a regular or ad-hoc basis. > > > > --Mark > > _______________________________________________ > Edinburgh mailing list > Edinburgh at python.org > http://mail.python.org/mailman/listinfo/edinburgh > > > > _______________________________________________ > Edinburgh mailing list > Edinburgh at python.org > http://mail.python.org/mailman/listinfo/edinburgh > > -- Sent from my fur lined mountain lair From jonathan at jonathanstreet.com Wed Mar 16 14:14:11 2011 From: jonathan at jonathanstreet.com (Jonathan Street) Date: Wed, 16 Mar 2011 13:14:11 +0000 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: I think I've already said on the IRC channel that I intend to be there but for ease of calculating numbers I'll confirm here. On 16 March 2011 10:01, Alex Bird wrote: > I was hoping to come along, but it looks like I'll be busy that evening. > > Have you considered videoing it? Marius, who I work with, has a small > video camera that he uses for tech-meetup etc. I can ask him if he's > interested if you like. > > Cheers, Alex. > > On Wed, Mar 9, 2011 at 3:16 PM, Ed HAWKINS wrote: > > Awesome Mark! I hope to attend... > > > > > > > > From: edinburgh-bounces+ed.hawkins=st.com at python.org > > [mailto:edinburgh-bounces+ed.hawkins=st.com at python.org] On Behalf Of > Mathew > > Taylor > > Sent: 09 March 2011 08:43 > > To: Python Edinburgh > > Subject: Re: [Python Edinburgh] Talk: A deep-dive into Python classes > > > > > > > > Sounds great, looking forward to it! > > > > On 8 March 2011 16:37, Mark Smith > wrote: > > > > Hello all! > > > > > > > > Towards the end of last year I floated the idea of giving a talk on > Python > > classes which appeared to be pretty well received. I've finally got off > my > > backside and booked a venue, so... > > > > > > > > On the 28th March at 7:30pm, I will be giving a talk for Python Edinburgh > at > > The Outhouse, called ?A deep-dive into Python classes?. I think it?s an > > intermediate to advanced talk, and I plan to cover initialisation and > > inheritance, how attributes are stored and accessed on Python classes and > > objects, how this affects methods, how some common method decorators > > actually work, and some interesting things that can be done using these > > techniques. I don?t plan to cover metaclasses, although they may be > touched > > on. > > > > > > > > The practical benefits should be the ability to design Python object > > hierarchies so that they take full advantage of Python?s dynamic > nature. I?m > > hoping to give the talk at Europython this year, so any > > encouragement/feedback would be most appreciated! > > > > > > > > I plan for this event to be instead of the March pub meetup (it is in a > pub > > after all), although it is a week later and on a Monday (I couldn't book > our > > usual date or day-of-week, unfortunately) - if you think this isn't a > good > > idea, let me know. If other speakers step forward I'd like to arrange > more > > of these events, either on a regular or ad-hoc basis. > > > > > > > > --Mark > > > > _______________________________________________ > > Edinburgh mailing list > > Edinburgh at python.org > > http://mail.python.org/mailman/listinfo/edinburgh > > > > > > > > _______________________________________________ > > Edinburgh mailing list > > Edinburgh at python.org > > http://mail.python.org/mailman/listinfo/edinburgh > > > > > > > > -- > Sent from my fur lined mountain lair > _______________________________________________ > Edinburgh mailing list > Edinburgh at python.org > http://mail.python.org/mailman/listinfo/edinburgh > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at hackbinary.com Wed Mar 16 15:41:05 2011 From: david at hackbinary.com (David) Date: Wed, 16 Mar 2011 14:41:05 +0000 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: Could you add me to your numbers? On 16 March 2011 13:14, Jonathan Street wrote: > I think I've already said on the IRC channel that I intend to be there but > for ease of calculating numbers I'll confirm here. > > > On 16 March 2011 10:01, Alex Bird wrote: > >> I was hoping to come along, but it looks like I'll be busy that evening. >> >> Have you considered videoing it? Marius, who I work with, has a small >> video camera that he uses for tech-meetup etc. I can ask him if he's >> interested if you like. >> >> Cheers, Alex. >> >> On Wed, Mar 9, 2011 at 3:16 PM, Ed HAWKINS wrote: >> > Awesome Mark! I hope to attend... >> > >> > >> > >> > From: edinburgh-bounces+ed.hawkins=st.com at python.org >> > [mailto:edinburgh-bounces+ed.hawkins=st.com at python.org] On Behalf Of >> Mathew >> > Taylor >> > Sent: 09 March 2011 08:43 >> > To: Python Edinburgh >> > Subject: Re: [Python Edinburgh] Talk: A deep-dive into Python classes >> > >> > >> > >> > Sounds great, looking forward to it! >> > >> > On 8 March 2011 16:37, Mark Smith >> wrote: >> > >> > Hello all! >> > >> > >> > >> > Towards the end of last year I floated the idea of giving a talk on >> Python >> > classes which appeared to be pretty well received. I've finally got off >> my >> > backside and booked a venue, so... >> > >> > >> > >> > On the 28th March at 7:30pm, I will be giving a talk for Python >> Edinburgh at >> > The Outhouse, called ?A deep-dive into Python classes?. I think it?s an >> > intermediate to advanced talk, and I plan to cover initialisation and >> > inheritance, how attributes are stored and accessed on Python classes >> and >> > objects, how this affects methods, how some common method decorators >> > actually work, and some interesting things that can be done using these >> > techniques. I don?t plan to cover metaclasses, although they may be >> touched >> > on. >> > >> > >> > >> > The practical benefits should be the ability to design Python object >> > hierarchies so that they take full advantage of Python?s dynamic >> nature. I?m >> > hoping to give the talk at Europython this year, so any >> > encouragement/feedback would be most appreciated! >> > >> > >> > >> > I plan for this event to be instead of the March pub meetup (it is in a >> pub >> > after all), although it is a week later and on a Monday (I couldn't book >> our >> > usual date or day-of-week, unfortunately) - if you think this isn't a >> good >> > idea, let me know. If other speakers step forward I'd like to arrange >> more >> > of these events, either on a regular or ad-hoc basis. >> > >> > >> > >> > --Mark >> > >> > _______________________________________________ >> > Edinburgh mailing list >> > Edinburgh at python.org >> > http://mail.python.org/mailman/listinfo/edinburgh >> > >> > >> > >> > _______________________________________________ >> > Edinburgh mailing list >> > Edinburgh at python.org >> > http://mail.python.org/mailman/listinfo/edinburgh >> > >> > >> >> >> >> -- >> Sent from my fur lined mountain lair >> _______________________________________________ >> Edinburgh mailing list >> Edinburgh at python.org >> http://mail.python.org/mailman/listinfo/edinburgh >> > > > _______________________________________________ > Edinburgh mailing list > Edinburgh at python.org > http://mail.python.org/mailman/listinfo/edinburgh > > -- +------------------------------------------------------------------------------------- David Mobile | +44 (0) 778.955.3212 Email | david at hackbinary.com Blog | blog.hackbinary.com Website | www.hackbinary.com I have no doubt that in reality the future will be vastly more surprising than anything I can imagine. Now my own suspicion is that the Universe is not only queerer than we suppose, but queerer than we can suppose. - J.B.S. Haldane +------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.smith at practicalpoetry.co.uk Tue Mar 22 11:00:01 2011 From: mark.smith at practicalpoetry.co.uk (Mark Smith) Date: Tue, 22 Mar 2011 10:00:01 +0000 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: Hi Guys, Sorry for the delayed reply, I was on holiday last week with limited Internet access. Alex - The idea of being on video terrifies me! Please do ask Marius if he's interested in videoing the talk, though. Are there other people on this list who can't make it, but would be interested in a video being made available? I look forward to seeing you all there next Monday. --Mark On 16 March 2011 14:41, David wrote: > Could you add me to your numbers? > > > On 16 March 2011 13:14, Jonathan Street wrote: > >> I think I've already said on the IRC channel that I intend to be there but >> for ease of calculating numbers I'll confirm here. >> >> >> On 16 March 2011 10:01, Alex Bird wrote: >> >>> I was hoping to come along, but it looks like I'll be busy that evening. >>> >>> Have you considered videoing it? Marius, who I work with, has a small >>> video camera that he uses for tech-meetup etc. I can ask him if he's >>> interested if you like. >>> >>> Cheers, Alex. >>> >>> On Wed, Mar 9, 2011 at 3:16 PM, Ed HAWKINS wrote: >>> > Awesome Mark! I hope to attend... >>> > >>> > >>> > >>> > From: edinburgh-bounces+ed.hawkins=st.com at python.org >>> > [mailto:edinburgh-bounces+ed.hawkins=st.com at python.org] On Behalf Of >>> Mathew >>> > Taylor >>> > Sent: 09 March 2011 08:43 >>> > To: Python Edinburgh >>> > Subject: Re: [Python Edinburgh] Talk: A deep-dive into Python classes >>> > >>> > >>> > >>> > Sounds great, looking forward to it! >>> > >>> > On 8 March 2011 16:37, Mark Smith >>> wrote: >>> > >>> > Hello all! >>> > >>> > >>> > >>> > Towards the end of last year I floated the idea of giving a talk on >>> Python >>> > classes which appeared to be pretty well received. I've finally got off >>> my >>> > backside and booked a venue, so... >>> > >>> > >>> > >>> > On the 28th March at 7:30pm, I will be giving a talk for Python >>> Edinburgh at >>> > The Outhouse, called ?A deep-dive into Python classes?. I think it?s an >>> > intermediate to advanced talk, and I plan to cover initialisation and >>> > inheritance, how attributes are stored and accessed on Python classes >>> and >>> > objects, how this affects methods, how some common method decorators >>> > actually work, and some interesting things that can be done using these >>> > techniques. I don?t plan to cover metaclasses, although they may be >>> touched >>> > on. >>> > >>> > >>> > >>> > The practical benefits should be the ability to design Python object >>> > hierarchies so that they take full advantage of Python?s dynamic >>> nature. I?m >>> > hoping to give the talk at Europython this year, so any >>> > encouragement/feedback would be most appreciated! >>> > >>> > >>> > >>> > I plan for this event to be instead of the March pub meetup (it is in a >>> pub >>> > after all), although it is a week later and on a Monday (I couldn't >>> book our >>> > usual date or day-of-week, unfortunately) - if you think this isn't a >>> good >>> > idea, let me know. If other speakers step forward I'd like to arrange >>> more >>> > of these events, either on a regular or ad-hoc basis. >>> > >>> > >>> > >>> > --Mark >>> > >>> > _______________________________________________ >>> > Edinburgh mailing list >>> > Edinburgh at python.org >>> > http://mail.python.org/mailman/listinfo/edinburgh >>> > >>> > >>> > >>> > _______________________________________________ >>> > Edinburgh mailing list >>> > Edinburgh at python.org >>> > http://mail.python.org/mailman/listinfo/edinburgh >>> > >>> > >>> >>> >>> >>> -- >>> Sent from my fur lined mountain lair >>> _______________________________________________ >>> Edinburgh mailing list >>> Edinburgh at python.org >>> http://mail.python.org/mailman/listinfo/edinburgh >>> >> >> >> _______________________________________________ >> Edinburgh mailing list >> Edinburgh at python.org >> http://mail.python.org/mailman/listinfo/edinburgh >> >> > > > -- > > +------------------------------------------------------------------------------------- > David > > Mobile | +44 (0) 778.955.3212 > Email | david at hackbinary.com > Blog | blog.hackbinary.com > Website | www.hackbinary.com > > I have no doubt that in reality the future will be vastly more surprising > than anything I can imagine. Now my own suspicion is that the Universe is > not only queerer than we suppose, but queerer than we can suppose. > - J.B.S. Haldane > > +------------------------------------------------------------------------------------- > > _______________________________________________ > Edinburgh mailing list > Edinburgh at python.org > http://mail.python.org/mailman/listinfo/edinburgh > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex at alexbird.co.uk Fri Mar 25 21:40:45 2011 From: alex at alexbird.co.uk (Alex Bird) Date: Fri, 25 Mar 2011 20:40:45 +0000 Subject: [Python Edinburgh] Talk: A deep-dive into Python classes In-Reply-To: References: Message-ID: On Tue, Mar 22, 2011 at 10:00 AM, Mark Smith wrote: > Alex - The idea of being on video terrifies me! Please do ask Marius if he's > interested in videoing the talk, though. Marius has himself gone on holiday, before I could ask him, so you can relax, no video! Have a good evening, Alex From mark.smith at practicalpoetry.co.uk Mon Mar 28 10:37:45 2011 From: mark.smith at practicalpoetry.co.uk (Mark Smith) Date: Mon, 28 Mar 2011 09:37:45 +0100 Subject: [Python Edinburgh] Python Talk Tonight Message-ID: I'm giving a talk called 'A deep dive into Python classes' upstairs at The Outhouse tonight, at 7:30pm. The Outhouse details: http://goo.gl/maps/hQhF Hope to see you there! --Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From jason.keddie at st.com Mon Mar 28 16:22:25 2011 From: jason.keddie at st.com (Jason KEDDIE) Date: Mon, 28 Mar 2011 16:22:25 +0200 Subject: [Python Edinburgh] Python Talk Tonight In-Reply-To: References: Message-ID: Hi Mark Sorry I had hoped to come tonight, but something has come up at home which means I won?t be able to make it. I would still very much like to see it though and was hoping that if anyone does video your talk, that I would be able to get a copy via email/ftp? Good luck! Jason. From: edinburgh-bounces+jason.keddie=st.com at python.org [mailto:edinburgh-bounces+jason.keddie=st.com at python.org] On Behalf Of Mark Smith Sent: Monday, March 28, 2011 9:38 AM To: The list for Pythonistas in Edinburgh. Subject: [Python Edinburgh] Python Talk Tonight I'm giving a talk called 'A deep dive into Python classes' upstairs at The Outhouse tonight, at 7:30pm. The Outhouse details: http://goo.gl/maps/hQhF Hope to see you there! --Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.smith at practicalpoetry.co.uk Mon Mar 28 17:21:52 2011 From: mark.smith at practicalpoetry.co.uk (Mark Smith) Date: Mon, 28 Mar 2011 16:21:52 +0100 Subject: [Python Edinburgh] Python Talk Tonight In-Reply-To: References: Message-ID: Ah well - I guess we'll have to catch up some other time. The guy with the video camera has gone on holiday, so no video I'm afraid. On the plus side, if it does get accepted at EuroPython then they'll publish a video of the talk online. I'll send you a link if that happens. --Mark On 28 March 2011 15:22, Jason KEDDIE wrote: > Hi Mark > > > > Sorry I had hoped to come tonight, but something has come up at home which > means I won?t be able to make it. > > > > I would still very much like to see it though and was hoping that if anyone > does video your talk, that I would be able to get a copy via email/ftp? > > > > Good luck! > > > > Jason. > > > > *From:* edinburgh-bounces+jason.keddie=st.com at python.org [mailto: > edinburgh-bounces+jason.keddie=st.com at python.org] *On Behalf Of *Mark > Smith > *Sent:* Monday, March 28, 2011 9:38 AM > *To:* The list for Pythonistas in Edinburgh. > *Subject:* [Python Edinburgh] Python Talk Tonight > > > > I'm giving a talk called 'A deep dive into Python classes' upstairs at The > Outhouse tonight, at 7:30pm. > > > > The Outhouse details: http://goo.gl/maps/hQhF > > > > Hope to see you there! > > > > --Mark > > _______________________________________________ > Edinburgh mailing list > Edinburgh at python.org > http://mail.python.org/mailman/listinfo/edinburgh > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tominglis at feusd.com Tue Mar 29 20:24:50 2011 From: tominglis at feusd.com (Tom Inglis) Date: Tue, 29 Mar 2011 19:24:50 +0100 Subject: [Python Edinburgh] Experienced Python / Django Developer Required Message-ID: <1301423090.2452.174.camel@Diomedes> Role: We require an experienced Python / Django developer for our exciting Edinburgh-based startup company. The role involves the full lifecycle agile development of sophisticated social website and mobile applications, and will grow in time to include leadership of a team of developers. Essential Skills: Python, Django HTML 5, CSS 3 JavaScript, jQuery PostgreSQL Desirable Skills: Ubuntu Nginx, WSGI Solr Memcached OpenStreetMap Amazon Web Services Benefits: The successful candidate will benefit from the autonomy to shape the direction of the company's technology, whilst working on cutting edge projects for major clients. They will be based at our stylish office in central Edinburgh, and will command a competitive salary. -- Tom Inglis Director Feusd Ltd Feusd Ltd is a company incorporated in Scotland with registered number SC314546 and having its registered office at 24 Canning Street, Edinburgh, EH3 8EG. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part URL: