From a.esselink at gmail.com Mon Mar 1 23:58:17 2010 From: a.esselink at gmail.com (Dexter) Date: Mon, 1 Mar 2010 23:58:17 +0100 Subject: [python-nl] Audio recording in python Message-ID: Sorry, wrong subject. On Mon, Mar 1, 2010 at 11:57 PM, Dexter wrote: > Hi, > > I want to record some audio on my laptop, but I can't get it to work, > What am I doing wrong here. > > Thanks in advance > > Dexter. > > import ossaudiodev >> import wave >> >> >> SAMPLE_RATE = 8000 >> SAMPLE_WIDTH = 2 >> BLOCK_TIME = 5 >> >> >> mic = ossaudiodev.open('r') # open a mic >> f = wave.open("sound.wav", "w") # open a wave file >> >> mic.setfmt(ossaudiodev.AFMT_S16_LE) >> mic.channels(1) >> mic.speed(SAMPLE_RATE) >> >> >> f.setparams((1, SAMPLE_WIDTH, SAMPLE_RATE, SAMPLE_RATE*BLOCK_TIME, "NONE", >> "NONE")) #(nchannels, sampwidth, framerate, nframes, comptype, compname) >> >> block = mic.read(SAMPLE_RATE*BLOCK_TIME*SAMPLE_WIDTH) >> mic.close() >> >> print set(block) >> >> f.writeframes(block) >> f.close() >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From a.esselink at gmail.com Mon Mar 1 23:57:43 2010 From: a.esselink at gmail.com (Dexter) Date: Mon, 1 Mar 2010 23:57:43 +0100 Subject: [python-nl] PyObjC Segfault In-Reply-To: References: <32BE17AB-93D3-44B2-94F6-6FF631BECD4E@gmail.com> <1F53E02A-018A-42A3-B06F-8457A61FBB67@gmail.com> <220723CE-6FD1-4D76-BED5-A997244B079E@mac.com> Message-ID: Hi, I want to record some audio on my laptop, but I can't get it to work, What am I doing wrong here. Thanks in advance Dexter. import ossaudiodev > import wave > > > SAMPLE_RATE = 8000 > SAMPLE_WIDTH = 2 > BLOCK_TIME = 5 > > > mic = ossaudiodev.open('r') # open a mic > f = wave.open("sound.wav", "w") # open a wave file > > mic.setfmt(ossaudiodev.AFMT_S16_LE) > mic.channels(1) > mic.speed(SAMPLE_RATE) > > > f.setparams((1, SAMPLE_WIDTH, SAMPLE_RATE, SAMPLE_RATE*BLOCK_TIME, "NONE", > "NONE")) #(nchannels, sampwidth, framerate, nframes, comptype, compname) > > block = mic.read(SAMPLE_RATE*BLOCK_TIME*SAMPLE_WIDTH) > mic.close() > > print set(block) > > f.writeframes(block) > f.close() > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pepijndevos at toverveer.nl Sun Mar 7 21:10:36 2010 From: pepijndevos at toverveer.nl (Pepijn de Vos) Date: Sun, 7 Mar 2010 21:10:36 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken Message-ID: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> Hoi allemaal, Ik ben Pepijn de Vos, 18 jaar, ik woon in Loenen(gem. Apeldoorn) en ik ben op zoek naar een Python gerelateerde stage/werk. Het liefst doe ik een stage/werk bij een bedrijf dat een beetje in de buurt zit en iets doet met web applicaties, maar ik ben ook ge?nteresseerd in andere Python projecten. Voor stages die iets verder weg zijn zou het fijn zijn als ik minder dan 5 dagen per week stage loop of op afstand kan werken. Wat mij betreft is er geen harde onder- of bovengrens aan de duur van de stage. Mijn diploma heb ik gehaald op de particuliere school Aventurijn( http://aventurijn.org ). Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt gemotiveerd voor wat ik doe! Programmeren dus, en nog een boel andere dingen. Als web developer ben ik al vrij jong begonnen met een cursus HTML van de LOI, maar die heb ik halverwege achter me gelaten om me te verdiepen in dingen als CSS en PHP, en later ook Wordpress, Javascript en jQuery. Voor Wordpress heb ik diverse themas en plugins gemaakt, waaronder http://pepijndevos.nl/ http://olea.nu/ http://wordpress.org/extend/plugins/profile/pepijndevos http://www.happyfamilylife.com/producten/ (de iDeal webshop) Ongeveer een jaar geleden ben ik mij ook gaan verdiepen in Python, wat ik persoonlijk een stuk fijnere taal vind dan PHP. Qua web applicaties heb ik tot nu toe gewerkt met Pylons en Web.py. Hieronder volgen wat links naar sites en projecten van mij. http://www.python-forum.org/pythonforum/search.php?author_id=9317&sr=posts Mijn activiteiten op het Python forum. http://metapep.wordpress.com/ Mijn oude blog, hier staan de meeste van mijn Python projecten(te downloaden via de box.net widget). http://pepijndevos.nl/ Mijn nieuwe blog. http://github.com/pepijndevos/ Mijn Github pagina, tot nu toe alleen PyMouse. http://pepijndevos.nl/cgi-bin/python/tweetograph.py/ Mijn meest recente Web.py applicatie. Ik codeer voor mijn lol, en ik houd er van om nieuwe dingen te leren. Ik kan er niet tegen als ik dingen niet snap, dat leid er toe dat ik veel onderzoek doe of zelf het wiel opnieuw uitvind. Zo ben ik er tijdens het maken van PyML achter gekomen dat functies en objecten een hoop variabelen hebben die men nooit gebruikt. Dat leidde er toe dat ik 2 dagen zoet was met het uitpluizen van de bytecode gerelateerde variabelen om HTML te kunnen genereren op deze manier: div(id='test'): p(class='paragraph'): """content""" pass Dat heb ik nooit 100% werkend gekregen; Ik vermoed dat zo iets in Ruby of Clojure wel mogelijk zou zijn. Clojure beheers ik ook redelijk trouwens, net als Applescript. Als iemand denkt een plekje voor mij te hebben, stel gerust meer vragen. Ik heb ook nog scheepsladingen kleine Python, PHP, CSS en Javascript experimentjes op mijn lokale server staan, mocht je meer van mijn werk willen zien. Groeten, Pepijn de Vos From albert.visser at gmail.com Tue Mar 9 23:07:29 2010 From: albert.visser at gmail.com (albert) Date: Tue, 09 Mar 2010 23:07:29 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> Message-ID: On Sun, 07 Mar 2010 21:10:36 +0100, Pepijn de Vos wrote: > Hoi allemaal, > > Ik ben Pepijn de Vos, 18 jaar, ik woon in Loenen(gem. Apeldoorn) en ik > ben op zoek naar een Python gerelateerde stage/werk. Hoi Pepijn, Ik weet helaas geen stage voor je, ik reageer voornamelijk om dat ik blij verrast was een bekende plaatsnaam te zien. Ik woon namelijk zelf in Apeldoorn en heb uit de afgelopen PUN meetings (nou ja vrnl uit de aankondigingen) de indruk overgehouden dat Python in Nederland nog veel een randstad aangelegenheid is. Misschien kunnen we samen naar de volgende PUN bijeenkomst? Dat is minder saai dan alleen, als je zo'n eind moet. > Mijn diploma heb ik gehaald op de particuliere school Aventurijn( > http://aventurijn.org ). > Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt > gemotiveerd voor wat ik doe! > Programmeren dus, en nog een boel andere dingen. Daar zou ik ook graag eens met over door willen bomen. Mijn oudste dochter is met een soortgelijk traject bezig. > Ik codeer voor mijn lol, en ik houd er van om nieuwe dingen te leren. Ik ben zelf van huis uit COBOL boer en Pythoneer ook vooral bij wijze van uit de hand gelopen hobby > Ik kan er niet tegen als ik dingen niet snap, dat leid er toe dat ik > veel onderzoek doe of zelf het wiel opnieuw uitvind. Een heel gezonde houding, heb ik ook vaak last van... erg leerzaam! Groeten Albert -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From pepijndevos at gmail.com Wed Mar 10 14:10:47 2010 From: pepijndevos at gmail.com (Pepijn de Vos) Date: Wed, 10 Mar 2010 14:10:47 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> Message-ID: <992E0111-F38F-4948-A166-2D2E68067241@gmail.com> On Mar 9, 2010, at 11:07 PM, albert wrote: > On Sun, 07 Mar 2010 21:10:36 +0100, Pepijn de Vos wrote: > >> Hoi allemaal, >> >> Ik ben Pepijn de Vos, 18 jaar, ik woon in Loenen(gem. Apeldoorn) en ik ben op zoek naar een Python gerelateerde stage/werk. > > > Hoi Pepijn, > > Ik weet helaas geen stage voor je, ik reageer voornamelijk om dat ik blij > verrast was een bekende plaatsnaam te zien. Ik woon namelijk zelf in > Apeldoorn en heb uit de afgelopen PUN meetings (nou ja vrnl uit de > aankondigingen) de indruk overgehouden dat Python in Nederland nog veel > een randstad aangelegenheid is. Misschien kunnen we samen naar de volgende > PUN bijeenkomst? Dat is minder saai dan alleen, als je zo'n eind moet. Prima idee! Ik wet niet wat een PUN meeting is, maar het lijkt mij leuk om wat meer in contact te komen met andere Python programmeurs. Misschien moeten we de volgende PUN meeting maar gewoon ergens hier in de buurt organiseren, dat is nog veel makkelijker :) > >> Mijn diploma heb ik gehaald op de particuliere school Aventurijn( http://aventurijn.org ). >> Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt gemotiveerd voor wat ik doe! >> Programmeren dus, en nog een boel andere dingen. > > Daar zou ik ook graag eens met over door willen bomen. Mijn oudste dochter > is met een soortgelijk traject bezig. Boom gerust een stukje... Wat doet uw dochter precies? >> Ik codeer voor mijn lol, en ik houd er van om nieuwe dingen te leren. > > Ik ben zelf van huis uit COBOL boer en Pythoneer ook vooral bij wijze > van uit de hand gelopen hobby > > >> Ik kan er niet tegen als ik dingen niet snap, dat leid er toe dat ik veel onderzoek doe of zelf het wiel opnieuw uitvind. > > Een heel gezonde houding, heb ik ook vaak last van... erg leerzaam! > > Groeten > Albert > -- > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijdevos.nl From reinout at vanrees.org Wed Mar 10 14:19:03 2010 From: reinout at vanrees.org (Reinout van Rees) Date: Wed, 10 Mar 2010 14:19:03 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <992E0111-F38F-4948-A166-2D2E68067241@gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <992E0111-F38F-4948-A166-2D2E68067241@gmail.com> Message-ID: On 03/10/2010 02:10 PM, Pepijn de Vos wrote: > On Mar 9, 2010, at 11:07 PM, albert wrote: >> Ik weet helaas geen stage voor je, ik reageer voornamelijk om dat ik blij >> verrast was een bekende plaatsnaam te zien. Ik woon namelijk zelf in >> Apeldoorn en heb uit de afgelopen PUN meetings (nou ja vrnl uit de >> aankondigingen) de indruk overgehouden dat Python in Nederland nog veel >> een randstad aangelegenheid is. Misschien kunnen we samen naar de volgende >> PUN bijeenkomst? Dat is minder saai dan alleen, als je zo'n eind moet. > > Prima idee! > Ik wet niet wat een PUN meeting is, maar het lijkt mij leuk om wat meer in contact te komen met andere Python programmeurs. > Misschien moeten we de volgende PUN meeting maar gewoon ergens hier in de buurt organiseren, dat is nog veel makkelijker :) http://wiki.python.org/moin/PUN/ Elke drie maanden een bijeenkomst 's avonds. Paar praatjes + borrel. Leuk om te komen! "Randstad aangelegenheid" klopt grotendeels wel qua PUN bijeenkomsten. Hoewel het tot nu toe 1 keer in Veenendaal en 1 keer in Arnhem is geweest is de rest in R'dam/A'dam/Den Haag geweest. In Arnhem heeft het plaatselijke Plone bedrijf een nieuw pand met ingebouwde bar, dus die willen ons vast wel weer eens langshebben :-) Reinout -- Reinout van Rees - reinout at vanrees.org - http://reinout.vanrees.org Programmer at http://www.nelen-schuurmans.nl "Military engineers build missiles. Civil engineers build targets" From faassen at startifact.com Wed Mar 10 16:12:49 2010 From: faassen at startifact.com (Martijn Faassen) Date: Wed, 10 Mar 2010 16:12:49 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <992E0111-F38F-4948-A166-2D2E68067241@gmail.com> Message-ID: <8928d4e91003100712o7125972fr6e322494872b0cdf@mail.gmail.com> Hoi, 2010/3/10 Reinout van Rees : > "Randstad aangelegenheid" klopt grotendeels wel qua PUN bijeenkomsten. > Hoewel het tot nu toe 1 keer in Veenendaal en 1 keer in Arnhem is geweest is > de rest in R'dam/A'dam/Den Haag geweest. Ook wel eens in Utrecht, maar dat was een paar jaar geleden. Ik zit zelf sinds enige tijd in Tilburg, dus ook niet echt in de randstad, maar ik heb nog geen ruimte om een echte PUN te organiseren. Vorig jaar wel een grok sprint bij mij thuis, maar dat was kleinschalig. (een sprint is een bijeenkomst van een paar dagen waar programmeurs bij elkaar komen om samen aan een project te werken) Groeten, Martijn From roel at fourdigits.nl Wed Mar 10 17:14:31 2010 From: roel at fourdigits.nl (Roel Bruggink) Date: Wed, 10 Mar 2010 17:14:31 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <992E0111-F38F-4948-A166-2D2E68067241@gmail.com> Message-ID: <9d2031c41003100814g7cfabf05sbaa26e2837095e08@mail.gmail.com> 2010/3/10 Reinout van Rees : > "Randstad aangelegenheid" klopt grotendeels wel qua PUN bijeenkomsten. > Hoewel het tot nu toe 1 keer in Veenendaal en 1 keer in Arnhem is geweest is > de rest in R'dam/A'dam/Den Haag geweest. ?In Arnhem heeft het plaatselijke > Plone bedrijf een nieuw pand met ingebouwde bar, dus die willen ons vast wel > weer eens langshebben :-) > Dat willen wij zeker weten wel! Ik zal 't hier even in de groep gooien voor een datum. -- Roel Bruggink http://www.fourdigits.nl/mensen/roel-bruggink Four Digits BV http://www.fourdigits.nl Willemsplein 44, 6811 KD, Arnhem tel: +31(0)26 4422700 fax: +31(0)84 2206117 KVK 091621370000 BTW 8161.22.234.B01 From motoom at xs4all.nl Wed Mar 10 18:03:53 2010 From: motoom at xs4all.nl (Michiel Overtoom) Date: Wed, 10 Mar 2010 18:03:53 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> Message-ID: <4B97D0F9.9000003@xs4all.nl> On 2010-03-07 21:10, Pepijn de Vos wrote: > Ik ben op zoek naar Python gerelateerd werk. Voor een verkennend projectje kan ik nog wel wat hulp gebruiken met schrapen. Ben je een beetje bekend met lxml? Wat is je tarief? Groets, -- "The ability of the OSS process to collect and harness the collective IQ of thousands of individuals across the Internet is simply amazing." - Vinod Valloppillil http://www.catb.org/~esr/halloween/halloween4.html From faassen at startifact.com Wed Mar 10 18:05:07 2010 From: faassen at startifact.com (Martijn Faassen) Date: Wed, 10 Mar 2010 18:05:07 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <4B97D0F9.9000003@xs4all.nl> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <4B97D0F9.9000003@xs4all.nl> Message-ID: <8928d4e91003100905y51d6e4a7ye7135163fff281d6@mail.gmail.com> Hallo, 2010/3/10 Michiel Overtoom : > On 2010-03-07 21:10, Pepijn de Vos wrote: > >> Ik ben op zoek naar Python gerelateerd werk. > > Voor een verkennend projectje kan ik nog wel wat hulp gebruiken met > schrapen. ?Ben je een beetje bekend met lxml? ?Wat is je tarief? Leuk om lxml tegen te komen in deze thread. :) Groeten, Martijn From albert.visser at gmail.com Thu Mar 11 00:13:34 2010 From: albert.visser at gmail.com (albert gmail) Date: Thu, 11 Mar 2010 00:13:34 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <992E0111-F38F-4948-A166-2D2E68067241@gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <992E0111-F38F-4948-A166-2D2E68067241@gmail.com> Message-ID: On Wed, 10 Mar 2010 14:10:47 +0100, Pepijn de Vos wrote: > On Mar 9, 2010, at 11:07 PM, albert wrote: >> On Sun, 07 Mar 2010 21:10:36 +0100, Pepijn de Vos >> wrote: >> (...) >> >>> Mijn diploma heb ik gehaald op de particuliere school Aventurijn( >>> http://aventurijn.org ). >>> Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt >>> gemotiveerd voor wat ik doe! >>> Programmeren dus, en nog een boel andere dingen. >> >> Daar zou ik ook graag eens met over door willen bomen. Mijn oudste >> dochter >> is met een soortgelijk traject bezig. > > Boom gerust een stukje... Wat doet uw dochter precies? > Mijn dochter Renee gaat momenteel naar De Paradox (http://www.schooldeparadox.nl , ook een particuliere school), ze wil daar proberen haar diploma te halen om naar een vervolgopleiding te kunnen. Ze is heel erg bezig met tekenen en zo, en ik ben zelf ook heel erg bezig met die manier van onderwijs, maar dat heeft niet zoveel met Python te maken dus daar moeten we het dan wellicht buiten deze groep nog maar eens over hebben. Albert. P.S. noem me alsjeblieft geen u. Ik voel me absoluut geen u-persoon. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From stappers at stappers.nl Sun Mar 14 12:53:03 2010 From: stappers at stappers.nl (Geert Stappers) Date: Sun, 14 Mar 2010 12:53:03 +0100 Subject: [python-nl] lxml In-Reply-To: <8928d4e91003100905y51d6e4a7ye7135163fff281d6@mail.gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <4B97D0F9.9000003@xs4all.nl> <8928d4e91003100905y51d6e4a7ye7135163fff281d6@mail.gmail.com> Message-ID: <20100314115303.GF22252@gpm.stappers.nl> Op 20100310 om 18:05 schreef Martijn Faassen: > 2010/3/10 Michiel Overtoom : > > On 2010-03-07 21:10, Pepijn de Vos wrote: > > > >> Ik ben op zoek naar Python gerelateerd werk. > > > > Voor een verkennend projectje kan ik nog wel wat hulp gebruiken met > > schrapen. ?Ben je een beetje bekend met lxml? ?Wat is je tarief? > > Leuk om lxml tegen te komen in deze thread. :) En voor mij reden genoeg om http://codespeak.net/lxml/ te citeren: lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. Groeten Geert Stappers From remco at maykinmedia.nl Mon Mar 15 17:23:33 2010 From: remco at maykinmedia.nl (Remco Wendt) Date: Mon, 15 Mar 2010 17:23:33 +0100 Subject: [python-nl] Python Users Meetup next week Message-ID: <716BFBA7-EC27-4B9B-95E0-99A74958B2A4@maykinmedia.nl> Hello Pythonistas, Next week wednesday is PUN time again! The meetup will be held in the ABC treehouse in Amsterdam, of course we are looking for people that would like to share some of their knowledge with colleagues from across the country. So by all means, claim your spot @ http://wiki.python.org/moin/PUN/ABC240310 Regards, Remco -- Maykin Media Herengracht 416, 1017 BZ Amsterdam tel.: +31 (0)6 187 967 06 http://www.maykinmedia.nl From gijs at pythonic.nl Fri Mar 19 11:52:30 2010 From: gijs at pythonic.nl (Gijs Molenaar) Date: Fri, 19 Mar 2010 11:52:30 +0100 Subject: [python-nl] Python Users Meetup next week In-Reply-To: <716BFBA7-EC27-4B9B-95E0-99A74958B2A4@maykinmedia.nl> References: <716BFBA7-EC27-4B9B-95E0-99A74958B2A4@maykinmedia.nl> Message-ID: <4BA3576E.2090502@pythonic.nl> On 15-3-2010 17:23, Remco Wendt wrote: > Hello Pythonistas, > > Next week wednesday is PUN time again! The meetup will be held in the ABC treehouse in Amsterdam, of course we are looking for people that would like to share some of their knowledge with colleagues from across the country. So by all means, claim your spot @ http://wiki.python.org/moin/PUN/ABC240310 Hi All, If nobody wants to fills up the 30 minutes time frame I can do that. I can give a talk about Python and Computer Vision with OpenCV. OpenCV is a C/C++ library for doing real time computer vision. The library consists of more than 500 well known and state of the art algorithm to extract information from visual data. There are also Python drivers, which cover most of this functionality without a big performance loss. There are multiple Python bindings actually. In my talk I will talk about: * Computer Vision in general * OpenCV * The different Python API's (old (swig), new (native c++), and pyopencv). * Show some real examples. Looking forward to show you this, -- Gijs Molenaar http://gijs.pythonic.nl ------------- volgend deel ------------ Een niet-tekst bijlage is gescrubt... Naam: signature.asc Type: application/pgp-signature Grootte: 260 bytes Omschrijving: OpenPGP digital signature URL : From hanscrijns at yahoo.com Fri Mar 19 14:09:54 2010 From: hanscrijns at yahoo.com (Hans Crijns) Date: Fri, 19 Mar 2010 06:09:54 -0700 (PDT) Subject: [python-nl] Parking Amsterdam Message-ID: <568712.24533.qm@web34204.mail.mud.yahoo.com> I want to drive by car to next weeks meeting and am wondering if anyone knows a place to park my car close to the ABC treehouse and not too expensive (or free - as in beer) during the evening? Hans Crijns -------------- next part -------------- An HTML attachment was scrubbed... URL: From roger at erens-krekels.net Fri Mar 19 15:10:56 2010 From: roger at erens-krekels.net (Roger Erens) Date: Fri, 19 Mar 2010 15:10:56 +0100 Subject: [python-nl] Parking Amsterdam In-Reply-To: <568712.24533.qm@web34204.mail.mud.yahoo.com> References: <568712.24533.qm@web34204.mail.mud.yahoo.com> Message-ID: <58ab5feb1003190710s7e69b6afie058b939ada79620@mail.gmail.com> On Fri, Mar 19, 2010 at 14:09, Hans Crijns wrote: > I want to drive by car to next weeks meeting and am wondering if anyone > knows a place to park my car close to the ABC treehouse and not too > expensive (or free - as in beer) during the evening? > > Hans Crijns Hoi Hans, ABC treehouse adviseert parkeergarage De Kolk (EUR 4,00 per 54 minuten) of onder de Bijenkorf (slechts EUR 4,00 per 57 minuten). http://www.treehouse.abc.nl/index.php?page=location Of anders voor EUR 6,00 parkeren bij Arena Transferium waarbij je 2 OV-retourkaartjes krijgt. Groeten, Roger From berry.groenendijk at gmail.com Fri Mar 19 15:19:10 2010 From: berry.groenendijk at gmail.com (berry groenendijk) Date: Fri, 19 Mar 2010 15:19:10 +0100 Subject: [python-nl] Parking Amsterdam In-Reply-To: <58ab5feb1003190710s7e69b6afie058b939ada79620@mail.gmail.com> References: <568712.24533.qm@web34204.mail.mud.yahoo.com> <58ab5feb1003190710s7e69b6afie058b939ada79620@mail.gmail.com> Message-ID: <680bcd951003190719k50afc575r60f7f242e686c07b@mail.gmail.com> Even een aanvulling op het Arena parkeren verhaal als ervaren P+R reiziger. Kost inderdaad EUR 6,- incl. maximaal 5 OV-chip retourkaartjes. Maar, je krijgt alleen 5 kaartjes als je ook met 5 mensen voor het raam van het loket staat in de Arena. Ben je in je uppie krijg je ook maar 1 kaartje. Logisch. Dit concept werkt niet alleen bij de Arena zo, maar ook bij de ander 4 P+R plekken in Amsterdam. Zie: http://www.bereikbaar.amsterdam.nl/live/main.asp?display_framework=startpagina&item_id=75&selected_balkitem_id=751&parent_balkitem_id=750&level_id=2 Berry On Fri, Mar 19, 2010 at 3:10 PM, Roger Erens wrote: > On Fri, Mar 19, 2010 at 14:09, Hans Crijns wrote: > > I want to drive by car to next weeks meeting and am wondering if anyone > > knows a place to park my car close to the ABC treehouse and not too > > expensive (or free - as in beer) during the evening? > > > > Hans Crijns > > Hoi Hans, > > ABC treehouse adviseert parkeergarage De Kolk (EUR 4,00 per 54 > minuten) of onder de Bijenkorf (slechts EUR 4,00 per 57 minuten). > > http://www.treehouse.abc.nl/index.php?page=location > > Of anders voor EUR 6,00 parkeren bij Arena Transferium waarbij je 2 > OV-retourkaartjes krijgt. > > Groeten, > Roger > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cariserene at gmail.com Fri Mar 19 15:49:35 2010 From: cariserene at gmail.com (Cari Davidson) Date: Fri, 19 Mar 2010 15:49:35 +0100 Subject: [python-nl] Parking Amsterdam In-Reply-To: <680bcd951003190719k50afc575r60f7f242e686c07b@mail.gmail.com> References: <568712.24533.qm@web34204.mail.mud.yahoo.com> <58ab5feb1003190710s7e69b6afie058b939ada79620@mail.gmail.com> <680bcd951003190719k50afc575r60f7f242e686c07b@mail.gmail.com> Message-ID: <5c1ae4821003190749t3a3d953fk5d65c1814f67f404@mail.gmail.com> If you need free parking, you could try parking in Amsterdam Noord or West, and then using public transportation (9292ov.nl) to get to your destination. 2010/3/19 berry groenendijk : > Even een aanvulling op het Arena parkeren verhaal als ervaren P+R reiziger. > Kost inderdaad EUR 6,- incl. maximaal 5 OV-chip retourkaartjes. Maar, je > krijgt alleen 5 kaartjes als je ook met 5 mensen voor het raam van het loket > staat in de Arena. Ben je in je uppie krijg je ook maar 1 kaartje. Logisch. > Dit concept werkt niet alleen bij de Arena zo, maar ook bij de ander 4 P+R > plekken in Amsterdam. > Zie:?http://www.bereikbaar.amsterdam.nl/live/main.asp?display_framework=startpagina&item_id=75&selected_balkitem_id=751&parent_balkitem_id=750&level_id=2 > Berry > > On Fri, Mar 19, 2010 at 3:10 PM, Roger Erens > wrote: >> >> On Fri, Mar 19, 2010 at 14:09, Hans Crijns wrote: >> > I want to drive by car to next weeks meeting and am wondering if anyone >> > knows a place to park my car close to the ABC treehouse and not too >> > expensive (or free - as in beer) during the evening? >> > >> > Hans Crijns >> >> Hoi Hans, >> >> ABC treehouse adviseert parkeergarage De Kolk (EUR 4,00 per 54 >> minuten) of onder de Bijenkorf (slechts EUR 4,00 per 57 minuten). >> >> http://www.treehouse.abc.nl/index.php?page=location >> >> Of anders voor EUR 6,00 parkeren bij Arena Transferium waarbij je 2 >> OV-retourkaartjes krijgt. >> >> Groeten, >> Roger >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> http://mail.python.org/mailman/listinfo/python-nl > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > > -- -- Cari Davidson twitter: @kaoskitn http://www.facebook.com/caridavidson From alex at aperte.nl Sat Mar 20 18:17:01 2010 From: alex at aperte.nl (Alex de Landgraaf) Date: Sat, 20 Mar 2010 18:17:01 +0100 Subject: [python-nl] It's Django Bingo time! Message-ID: <4BA5030D.2010204@aperte.nl> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Pythonista's! During the Django meeting last month I held a presentation on my dashboard/reporting/BI project, now known as Django Bingo. It took a while, but I finally got around to putting a version of Django Bingo online: http://github.com/alextreme/Django-Bingo For an example dashboard, see http://netmon.aperte.nl Note that it is very rough, I hope to clean up the code over the next few weeks and provide some proper packaging. But at least you have something to play with! Give it a try and let me know what you think (both good and bad). cheers, Alex - -- Aperte Open Software Solutions http://www.aperte.nl Tel: +31 616844084 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkulAw0ACgkQQeuQA5TF/UvNjQCfWPGyH9nlLeqKyD+MPaGGl8lK MacAni8Sw8HumnDhyRfti30NrvUnfNvt =YWPM -----END PGP SIGNATURE----- From reinout at vanrees.org Tue Mar 23 14:29:27 2010 From: reinout at vanrees.org (Reinout van Rees) Date: Tue, 23 Mar 2010 14:29:27 +0100 Subject: [python-nl] It's Django Bingo time! In-Reply-To: <4BA5030D.2010204@aperte.nl> References: <4BA5030D.2010204@aperte.nl> Message-ID: On 03/20/2010 06:17 PM, Alex de Landgraaf wrote: > > During the Django meeting last month I held a presentation on my > dashboard/reporting/BI project, now known as Django Bingo. > > It took a while, but I finally got around to putting a version of Django > Bingo online: http://github.com/alextreme/Django-Bingo > > For an example dashboard, see http://netmon.aperte.nl Dashboard looks nice, but it also looks similar (functionality-wise) to the usual suspects like munin and nagios. Any particular reasons not to re-use most of munin/nagios' functionality and hook up django's data via a plugin? I'm asking because we're starting to roll our own, too, instead of re-using munin :-) I'm not particularly in favour as you need to rebuild a lot of common functionality (storing historical data, pinging hosts, website uptime monitor, etc.) just to get one or two specific wishes in. So: I'm looking for more input :-) We use django a lot internally, so *if* we're rolling our own, seeing a django project for it triggered my attention! Reinout -- Reinout van Rees - reinout at vanrees.org - http://reinout.vanrees.org Programmer at http://www.nelen-schuurmans.nl "Military engineers build missiles. Civil engineers build targets" From reinout at vanrees.org Tue Mar 23 14:46:42 2010 From: reinout at vanrees.org (Reinout van Rees) Date: Tue, 23 Mar 2010 14:46:42 +0100 Subject: [python-nl] binnenkort: django/python vacature in Utrecht Message-ID: Hoi, Binnenkort komt er een vacature voor een python/django programmeur in hartje Utrecht: http://reinout.vanrees.org/weblog/2010/03/23/django-vacature-utrecht.html Ter info! Reinout -- Reinout van Rees - reinout at vanrees.org - http://reinout.vanrees.org Programmer at http://www.nelen-schuurmans.nl "Military engineers build missiles. Civil engineers build targets" From alex at aperte.nl Tue Mar 23 14:57:51 2010 From: alex at aperte.nl (Alex de Landgraaf) Date: Tue, 23 Mar 2010 14:57:51 +0100 Subject: [python-nl] It's Django Bingo time! In-Reply-To: References: <4BA5030D.2010204@aperte.nl> Message-ID: <4BA8C8DF.7060105@aperte.nl> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Reinout, Reinout van Rees wrote: > Dashboard looks nice, but it also looks similar (functionality-wise) to > the usual suspects like munin and nagios. Thanks! Just to clear one thing up: Dashboard isn't about network monitoring or processing any specific type of data. It is about visualizing the data within Django applications. netmon is an example, a very simple Django application that Django Bingo can query and turn into pretty graphs and tables. The current netmon graphs (that are all auto-generated from netmon's models.py) can be easily modified using the query builder's UI. If you are looking at rolling your own network monitoring system feel free to use Django Bingo for the visualization of your network data. But I agree that with munin, nagios and all the others that rewriting such a system using Django would be mostly a waste of time. To put it another way, with Django Bingo you could visualize your sales, your webserver statistics, your customers and employees, your open bug reports and your database performance on a single screen. The only requirement is that you have that data in various django applications. cheers, Alex - -- Aperte Open Software Solutions http://www.aperte.nl Tel: +31 616844084 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkuoyN8ACgkQQeuQA5TF/UsQYgCgkJoNqwSyPtqQzfiDz0uzxGLV cmMAnA8GQavqZxe+SlIRmfx7ZuOXPnZW =FMyQ -----END PGP SIGNATURE----- From reinout at vanrees.org Tue Mar 23 15:09:16 2010 From: reinout at vanrees.org (Reinout van Rees) Date: Tue, 23 Mar 2010 15:09:16 +0100 Subject: [python-nl] It's Django Bingo time! In-Reply-To: <4BA8C8DF.7060105@aperte.nl> References: <4BA5030D.2010204@aperte.nl> <4BA8C8DF.7060105@aperte.nl> Message-ID: On 03/23/2010 02:57 PM, Alex de Landgraaf wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Reinout, > > Reinout van Rees wrote: >> Dashboard looks nice, but it also looks similar (functionality-wise) to >> the usual suspects like munin and nagios. > > Thanks! > > Just to clear one thing up: Dashboard isn't about network monitoring or > processing any specific type of data. It is about visualizing the data > within Django applications. Ah, ok. > To put it another way, with Django Bingo you could visualize your sales, > your webserver statistics, your customers and employees, your open bug > reports and your database performance on a single screen. The only > requirement is that you have that data in various django applications. Very useful as a status screen, agreed. I'm mailing it around internally to see if we can put it to use ;-) Reinout -- Reinout van Rees - reinout at vanrees.org - http://reinout.vanrees.org Programmer at http://www.nelen-schuurmans.nl "Military engineers build missiles. Civil engineers build targets" From guyon.moree at gmail.com Tue Mar 23 16:45:53 2010 From: guyon.moree at gmail.com (=?ISO-8859-1?Q?Guyon_Mor=E9e?=) Date: Tue, 23 Mar 2010 16:45:53 +0100 Subject: [python-nl] Python Users Meetup next week In-Reply-To: <4BA3576E.2090502@pythonic.nl> References: <716BFBA7-EC27-4B9B-95E0-99A74958B2A4@maykinmedia.nl> <4BA3576E.2090502@pythonic.nl> Message-ID: <78f5441d1003230845r64cb2849m81063e195aabb46@mail.gmail.com> Since no-one responded to this, here's some words of encouragement ;) This sounds really interesting, too bad I can't be there good luck On Fri, Mar 19, 2010 at 11:52 AM, Gijs Molenaar wrote: > On 15-3-2010 17:23, Remco Wendt wrote: >> Hello Pythonistas, >> >> Next week wednesday is PUN time again! The meetup will be held in the ABC treehouse in Amsterdam, of course we are looking for people that would like to share some of their knowledge with colleagues from across the country. So by all means, claim your spot @ http://wiki.python.org/moin/PUN/ABC240310 > > Hi All, > > If nobody wants to fills up the 30 minutes time frame I can do that. I > can give a talk about Python and Computer Vision with OpenCV. > > OpenCV is a C/C++ library for doing real time computer vision. The > library consists of more than 500 well known and state of the art > algorithm to extract information from visual data. There are also Python > drivers, which cover most of this functionality without a big > performance loss. There are multiple Python bindings actually. > > In my talk I will talk about: > ?* Computer Vision in general > ?* OpenCV > ?* The different Python API's (old (swig), new (native c++), and pyopencv). > ?* Show some real examples. > > Looking forward to show you this, > > -- > Gijs Molenaar > http://gijs.pythonic.nl > > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > > -- Guyon Mor?e guyon.moree at gmail.com http://www.gumuz.nl/ From erik at cq2.nl Tue Mar 23 17:38:01 2010 From: erik at cq2.nl (Erik Groeneveld) Date: Tue, 23 Mar 2010 17:38:01 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> Message-ID: Als je Veenendaal dichtbij genoeg vindt... moet je eens langs komen. Wij doen veel nieuwe leuke dingen in Python. Seek You Too is mijn bedrijf. We bouwen een open source product Meresco (meresco.org). Mijn hobby projectje is Weightless: http://weightess.io. Groeten, Erik E.J. Groeneveld Seek You Too twitter, skype: ejgroene mobiel: 0624 584 029 2010/3/7 Pepijn de Vos : > Hoi allemaal, > > Ik ben Pepijn de Vos, 18 jaar, ik woon in Loenen(gem. Apeldoorn) en ik ben op zoek naar een Python gerelateerde stage/werk. > Het liefst doe ik een stage/werk bij een bedrijf dat een beetje in de buurt zit en iets doet met web applicaties, maar ik ben ook ge?nteresseerd in andere Python projecten. > Voor stages die iets verder weg zijn zou het fijn zijn als ik minder dan 5 dagen per week stage loop of op afstand kan werken. > Wat mij betreft is er geen harde onder- of bovengrens aan de duur van de stage. > > Mijn diploma heb ik gehaald op de particuliere school Aventurijn( http://aventurijn.org ). > Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt gemotiveerd voor wat ik doe! > Programmeren dus, en nog een boel andere dingen. > > Als web developer ben ik al vrij jong begonnen met een cursus HTML van de LOI, maar die heb ik halverwege achter me gelaten om me te verdiepen in dingen als CSS en PHP, en later ook Wordpress, Javascript en jQuery. > Voor Wordpress heb ik diverse themas en plugins gemaakt, waaronder > http://pepijndevos.nl/ > http://olea.nu/ > http://wordpress.org/extend/plugins/profile/pepijndevos > http://www.happyfamilylife.com/producten/ (de iDeal webshop) > > Ongeveer een jaar geleden ben ik mij ook gaan verdiepen in Python, wat ik persoonlijk een stuk fijnere taal vind dan PHP. > Qua web applicaties heb ik tot nu toe gewerkt met Pylons en Web.py. > Hieronder volgen wat links naar sites en projecten van mij. > http://www.python-forum.org/pythonforum/search.php?author_id=9317&sr=posts Mijn activiteiten op het Python forum. > http://metapep.wordpress.com/ Mijn oude blog, hier staan de meeste van mijn Python projecten(te downloaden via de box.net widget). > http://pepijndevos.nl/ Mijn nieuwe blog. > http://github.com/pepijndevos/ Mijn Github pagina, tot nu toe alleen PyMouse. > http://pepijndevos.nl/cgi-bin/python/tweetograph.py/ Mijn meest recente Web.py applicatie. > > Ik codeer voor mijn lol, en ik houd er van om nieuwe dingen te leren. > Ik kan er niet tegen als ik dingen niet snap, dat leid er toe dat ik veel onderzoek doe of zelf het wiel opnieuw uitvind. > Zo ben ik er tijdens het maken van PyML achter gekomen dat functies en objecten een hoop variabelen hebben die men nooit gebruikt. > Dat leidde er toe dat ik 2 dagen zoet was met het uitpluizen van de bytecode gerelateerde variabelen om HTML te kunnen genereren op deze manier: > > div(id='test'): > ? ? ? ?p(class='paragraph'): > ? ? ? ? ? ? ? ?"""content""" > ? ? ? ? ? ? ? ?pass > > Dat heb ik nooit 100% werkend gekregen; Ik vermoed dat zo iets in Ruby of Clojure wel mogelijk zou zijn. > Clojure beheers ik ook redelijk trouwens, net als Applescript. > > Als iemand denkt een plekje voor mij te hebben, stel gerust meer vragen. > Ik heb ook nog scheepsladingen kleine Python, PHP, CSS en Javascript experimentjes op mijn lokale server staan, mocht je meer van mijn werk willen zien. > > Groeten, > Pepijn de Vos > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > From erik at cq2.org Tue Mar 23 17:40:37 2010 From: erik at cq2.org (Sinterklaas) Date: Tue, 23 Mar 2010 17:40:37 +0100 Subject: [python-nl] lxml In-Reply-To: <20100314115303.GF22252@gpm.stappers.nl> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <4B97D0F9.9000003@xs4all.nl> <8928d4e91003100905y51d6e4a7ye7135163fff281d6@mail.gmail.com> <20100314115303.GF22252@gpm.stappers.nl> Message-ID: 2010/3/14 Geert Stappers : > Op 20100310 om 18:05 schreef Martijn Faassen: >> Leuk om lxml tegen te komen in deze thread. :) > > En voor mij reden genoeg om http://codespeak.net/lxml/ te citeren: > > ?lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is > ?unique in that it combines the speed and feature completeness of these > ?libraries with the simplicity of a native Python API, mostly compatible > ?but superior to the well-known ElementTree API. En nog een paar veren dan: Wij zijn helemaal overgestapt van 4Suite en Amara naar lxml. Veel sneller en veel dichter bij de standaarden. Erik From faassen at startifact.com Tue Mar 23 18:05:30 2010 From: faassen at startifact.com (Martijn Faassen) Date: Tue, 23 Mar 2010 18:05:30 +0100 Subject: [python-nl] lxml In-Reply-To: References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <4B97D0F9.9000003@xs4all.nl> <8928d4e91003100905y51d6e4a7ye7135163fff281d6@mail.gmail.com> <20100314115303.GF22252@gpm.stappers.nl> Message-ID: <8928d4e91003231005j16d15c97y61d5020915789a50@mail.gmail.com> Hoi, 2010/3/23 Sinterklaas : > 2010/3/14 Geert Stappers : >> Op 20100310 om 18:05 schreef Martijn Faassen: >>> Leuk om lxml tegen te komen in deze thread. :) >> >> En voor mij reden genoeg om http://codespeak.net/lxml/ te citeren: >> >> ?lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is >> ?unique in that it combines the speed and feature completeness of these >> ?libraries with the simplicity of a native Python API, mostly compatible >> ?but superior to the well-known ElementTree API. > > En nog een paar veren dan: > > Wij zijn helemaal overgestapt van 4Suite en Amara naar lxml. ?Veel > sneller en veel dichter bij de standaarden. Da's interessant. En dat Sinterklaas dat doet nog wel - XML data met informatie over cadeaus en cadeauwensen? :) Ik hoor wel eens van mensen die Amara prefereren boven lxml, wegens APIs en zo. 4suite niet; die codebase bestond al toen ik met lxml begon en ik was er niet zo tevreden mee (APIs en snelheid). Groeten, Martijn From pepijndevos at gmail.com Tue Mar 23 19:07:25 2010 From: pepijndevos at gmail.com (Pepijn de Vos) Date: Tue, 23 Mar 2010 19:07:25 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> Message-ID: <36532E45-7447-42E9-9660-42606AC61641@gmail.com> Hoi Erik, Als ik hier op 9292ov.nl kijk duurt het 2 tot 3 uur om vanuit Loenen met het OV naar Veenendaal te komen. Als je het niet erg vind laat ik deze kans voorbijgaan. Ik ben namelijk ook al in gesprek met 3 andere bedrijven. Jullie projecten zien er wel interessant uit, dat moet gezegd worden. Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijdevos.nl On Mar 23, 2010, at 5:38 PM, Erik Groeneveld wrote: > Als je Veenendaal dichtbij genoeg vindt... moet je eens langs komen. > Wij doen veel nieuwe leuke dingen in Python. > > Seek You Too is mijn bedrijf. We bouwen een open source product > Meresco (meresco.org). > Mijn hobby projectje is Weightless: http://weightess.io. > > Groeten, > Erik > > E.J. Groeneveld > Seek You Too > twitter, skype: ejgroene > mobiel: 0624 584 029 > > > > 2010/3/7 Pepijn de Vos : >> Hoi allemaal, >> >> Ik ben Pepijn de Vos, 18 jaar, ik woon in Loenen(gem. Apeldoorn) en ik ben op zoek naar een Python gerelateerde stage/werk. >> Het liefst doe ik een stage/werk bij een bedrijf dat een beetje in de buurt zit en iets doet met web applicaties, maar ik ben ook ge?nteresseerd in andere Python projecten. >> Voor stages die iets verder weg zijn zou het fijn zijn als ik minder dan 5 dagen per week stage loop of op afstand kan werken. >> Wat mij betreft is er geen harde onder- of bovengrens aan de duur van de stage. >> >> Mijn diploma heb ik gehaald op de particuliere school Aventurijn( http://aventurijn.org ). >> Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt gemotiveerd voor wat ik doe! >> Programmeren dus, en nog een boel andere dingen. >> >> Als web developer ben ik al vrij jong begonnen met een cursus HTML van de LOI, maar die heb ik halverwege achter me gelaten om me te verdiepen in dingen als CSS en PHP, en later ook Wordpress, Javascript en jQuery. >> Voor Wordpress heb ik diverse themas en plugins gemaakt, waaronder >> http://pepijndevos.nl/ >> http://olea.nu/ >> http://wordpress.org/extend/plugins/profile/pepijndevos >> http://www.happyfamilylife.com/producten/ (de iDeal webshop) >> >> Ongeveer een jaar geleden ben ik mij ook gaan verdiepen in Python, wat ik persoonlijk een stuk fijnere taal vind dan PHP. >> Qua web applicaties heb ik tot nu toe gewerkt met Pylons en Web.py. >> Hieronder volgen wat links naar sites en projecten van mij. >> http://www.python-forum.org/pythonforum/search.php?author_id=9317&sr=posts Mijn activiteiten op het Python forum. >> http://metapep.wordpress.com/ Mijn oude blog, hier staan de meeste van mijn Python projecten(te downloaden via de box.net widget). >> http://pepijndevos.nl/ Mijn nieuwe blog. >> http://github.com/pepijndevos/ Mijn Github pagina, tot nu toe alleen PyMouse. >> http://pepijndevos.nl/cgi-bin/python/tweetograph.py/ Mijn meest recente Web.py applicatie. >> >> Ik codeer voor mijn lol, en ik houd er van om nieuwe dingen te leren. >> Ik kan er niet tegen als ik dingen niet snap, dat leid er toe dat ik veel onderzoek doe of zelf het wiel opnieuw uitvind. >> Zo ben ik er tijdens het maken van PyML achter gekomen dat functies en objecten een hoop variabelen hebben die men nooit gebruikt. >> Dat leidde er toe dat ik 2 dagen zoet was met het uitpluizen van de bytecode gerelateerde variabelen om HTML te kunnen genereren op deze manier: >> >> div(id='test'): >> p(class='paragraph'): >> """content""" >> pass >> >> Dat heb ik nooit 100% werkend gekregen; Ik vermoed dat zo iets in Ruby of Clojure wel mogelijk zou zijn. >> Clojure beheers ik ook redelijk trouwens, net als Applescript. >> >> Als iemand denkt een plekje voor mij te hebben, stel gerust meer vragen. >> Ik heb ook nog scheepsladingen kleine Python, PHP, CSS en Javascript experimentjes op mijn lokale server staan, mocht je meer van mijn werk willen zien. >> >> Groeten, >> Pepijn de Vos >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> http://mail.python.org/mailman/listinfo/python-nl >> > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl From guyon.moree at gmail.com Tue Mar 23 19:32:54 2010 From: guyon.moree at gmail.com (=?ISO-8859-1?Q?Guyon_Mor=E9e?=) Date: Tue, 23 Mar 2010 19:32:54 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <36532E45-7447-42E9-9660-42606AC61641@gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <36532E45-7447-42E9-9660-42606AC61641@gmail.com> Message-ID: <78f5441d1003231132j47e411c2k70b94d50d1317a54@mail.gmail.com> PepijN, De url naar je website in je signature bevat een spelfout :) Groet, Guyon 2010/3/23 Pepijn de Vos : > Hoi Erik, > > Als ik hier op 9292ov.nl kijk duurt het 2 tot 3 uur om vanuit Loenen met het OV naar Veenendaal te komen. > Als je het niet erg vind laat ik deze kans voorbijgaan. > Ik ben namelijk ook al in gesprek met 3 andere bedrijven. > > Jullie projecten zien er wel interessant uit, dat moet gezegd worden. > > Groeten, > Pepijn de Vos > -- > Sent from my iPod Shuffle > http://pepijdevos.nl > > On Mar 23, 2010, at 5:38 PM, Erik Groeneveld wrote: > >> Als je Veenendaal dichtbij genoeg vindt... moet je eens langs komen. >> Wij doen veel nieuwe leuke dingen in Python. >> >> Seek You Too is mijn bedrijf. ?We bouwen een open source product >> Meresco (meresco.org). >> Mijn hobby projectje is Weightless: http://weightess.io. >> >> Groeten, >> Erik >> >> E.J. Groeneveld >> Seek You Too >> twitter, skype: ejgroene >> mobiel: 0624 584 029 >> >> >> >> 2010/3/7 Pepijn de Vos : >>> Hoi allemaal, >>> >>> Ik ben Pepijn de Vos, 18 jaar, ik woon in Loenen(gem. Apeldoorn) en ik ben op zoek naar een Python gerelateerde stage/werk. >>> Het liefst doe ik een stage/werk bij een bedrijf dat een beetje in de buurt zit en iets doet met web applicaties, maar ik ben ook ge?nteresseerd in andere Python projecten. >>> Voor stages die iets verder weg zijn zou het fijn zijn als ik minder dan 5 dagen per week stage loop of op afstand kan werken. >>> Wat mij betreft is er geen harde onder- of bovengrens aan de duur van de stage. >>> >>> Mijn diploma heb ik gehaald op de particuliere school Aventurijn( http://aventurijn.org ). >>> Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt gemotiveerd voor wat ik doe! >>> Programmeren dus, en nog een boel andere dingen. >>> >>> Als web developer ben ik al vrij jong begonnen met een cursus HTML van de LOI, maar die heb ik halverwege achter me gelaten om me te verdiepen in dingen als CSS en PHP, en later ook Wordpress, Javascript en jQuery. >>> Voor Wordpress heb ik diverse themas en plugins gemaakt, waaronder >>> http://pepijndevos.nl/ >>> http://olea.nu/ >>> http://wordpress.org/extend/plugins/profile/pepijndevos >>> http://www.happyfamilylife.com/producten/ (de iDeal webshop) >>> >>> Ongeveer een jaar geleden ben ik mij ook gaan verdiepen in Python, wat ik persoonlijk een stuk fijnere taal vind dan PHP. >>> Qua web applicaties heb ik tot nu toe gewerkt met Pylons en Web.py. >>> Hieronder volgen wat links naar sites en projecten van mij. >>> http://www.python-forum.org/pythonforum/search.php?author_id=9317&sr=posts Mijn activiteiten op het Python forum. >>> http://metapep.wordpress.com/ Mijn oude blog, hier staan de meeste van mijn Python projecten(te downloaden via de box.net widget). >>> http://pepijndevos.nl/ Mijn nieuwe blog. >>> http://github.com/pepijndevos/ Mijn Github pagina, tot nu toe alleen PyMouse. >>> http://pepijndevos.nl/cgi-bin/python/tweetograph.py/ Mijn meest recente Web.py applicatie. >>> >>> Ik codeer voor mijn lol, en ik houd er van om nieuwe dingen te leren. >>> Ik kan er niet tegen als ik dingen niet snap, dat leid er toe dat ik veel onderzoek doe of zelf het wiel opnieuw uitvind. >>> Zo ben ik er tijdens het maken van PyML achter gekomen dat functies en objecten een hoop variabelen hebben die men nooit gebruikt. >>> Dat leidde er toe dat ik 2 dagen zoet was met het uitpluizen van de bytecode gerelateerde variabelen om HTML te kunnen genereren op deze manier: >>> >>> div(id='test'): >>> ? ? ? ?p(class='paragraph'): >>> ? ? ? ? ? ? ? ?"""content""" >>> ? ? ? ? ? ? ? ?pass >>> >>> Dat heb ik nooit 100% werkend gekregen; Ik vermoed dat zo iets in Ruby of Clojure wel mogelijk zou zijn. >>> Clojure beheers ik ook redelijk trouwens, net als Applescript. >>> >>> Als iemand denkt een plekje voor mij te hebben, stel gerust meer vragen. >>> Ik heb ook nog scheepsladingen kleine Python, PHP, CSS en Javascript experimentjes op mijn lokale server staan, mocht je meer van mijn werk willen zien. >>> >>> Groeten, >>> Pepijn de Vos >>> _______________________________________________ >>> Python-nl mailing list >>> Python-nl at python.org >>> http://mail.python.org/mailman/listinfo/python-nl >>> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> http://mail.python.org/mailman/listinfo/python-nl > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > -- Guyon Mor?e guyon.moree at gmail.com http://www.gumuz.nl/ From pepijndevos at gmail.com Tue Mar 23 20:16:57 2010 From: pepijndevos at gmail.com (Pepijn de Vos) Date: Tue, 23 Mar 2010 20:16:57 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <78f5441d1003231132j47e411c2k70b94d50d1317a54@mail.gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <36532E45-7447-42E9-9660-42606AC61641@gmail.com> <78f5441d1003231132j47e411c2k70b94d50d1317a54@mail.gmail.com> Message-ID: Dank! Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijndevos.nl ;) On Mar 23, 2010, at 7:32 PM, Guyon Mor?e wrote: > PepijN, > > De url naar je website in je signature bevat een spelfout :) > > Groet, > > Guyon > > 2010/3/23 Pepijn de Vos : >> Hoi Erik, >> >> Als ik hier op 9292ov.nl kijk duurt het 2 tot 3 uur om vanuit Loenen met het OV naar Veenendaal te komen. >> Als je het niet erg vind laat ik deze kans voorbijgaan. >> Ik ben namelijk ook al in gesprek met 3 andere bedrijven. >> >> Jullie projecten zien er wel interessant uit, dat moet gezegd worden. >> >> Groeten, >> Pepijn de Vos >> -- >> Sent from my iPod Shuffle >> http://pepijdevos.nl >> >> On Mar 23, 2010, at 5:38 PM, Erik Groeneveld wrote: >> >>> Als je Veenendaal dichtbij genoeg vindt... moet je eens langs komen. >>> Wij doen veel nieuwe leuke dingen in Python. >>> >>> Seek You Too is mijn bedrijf. We bouwen een open source product >>> Meresco (meresco.org). >>> Mijn hobby projectje is Weightless: http://weightess.io. >>> >>> Groeten, >>> Erik >>> >>> E.J. Groeneveld >>> Seek You Too >>> twitter, skype: ejgroene >>> mobiel: 0624 584 029 >>> >>> >>> >>> 2010/3/7 Pepijn de Vos : >>>> Hoi allemaal, >>>> >>>> Ik ben Pepijn de Vos, 18 jaar, ik woon in Loenen(gem. Apeldoorn) en ik ben op zoek naar een Python gerelateerde stage/werk. >>>> Het liefst doe ik een stage/werk bij een bedrijf dat een beetje in de buurt zit en iets doet met web applicaties, maar ik ben ook ge?nteresseerd in andere Python projecten. >>>> Voor stages die iets verder weg zijn zou het fijn zijn als ik minder dan 5 dagen per week stage loop of op afstand kan werken. >>>> Wat mij betreft is er geen harde onder- of bovengrens aan de duur van de stage. >>>> >>>> Mijn diploma heb ik gehaald op de particuliere school Aventurijn( http://aventurijn.org ). >>>> Omdat ik daar zelf mijn leerweg heb mogen kiezen ben ik dus echt gemotiveerd voor wat ik doe! >>>> Programmeren dus, en nog een boel andere dingen. >>>> >>>> Als web developer ben ik al vrij jong begonnen met een cursus HTML van de LOI, maar die heb ik halverwege achter me gelaten om me te verdiepen in dingen als CSS en PHP, en later ook Wordpress, Javascript en jQuery. >>>> Voor Wordpress heb ik diverse themas en plugins gemaakt, waaronder >>>> http://pepijndevos.nl/ >>>> http://olea.nu/ >>>> http://wordpress.org/extend/plugins/profile/pepijndevos >>>> http://www.happyfamilylife.com/producten/ (de iDeal webshop) >>>> >>>> Ongeveer een jaar geleden ben ik mij ook gaan verdiepen in Python, wat ik persoonlijk een stuk fijnere taal vind dan PHP. >>>> Qua web applicaties heb ik tot nu toe gewerkt met Pylons en Web.py. >>>> Hieronder volgen wat links naar sites en projecten van mij. >>>> http://www.python-forum.org/pythonforum/search.php?author_id=9317&sr=posts Mijn activiteiten op het Python forum. >>>> http://metapep.wordpress.com/ Mijn oude blog, hier staan de meeste van mijn Python projecten(te downloaden via de box.net widget). >>>> http://pepijndevos.nl/ Mijn nieuwe blog. >>>> http://github.com/pepijndevos/ Mijn Github pagina, tot nu toe alleen PyMouse. >>>> http://pepijndevos.nl/cgi-bin/python/tweetograph.py/ Mijn meest recente Web.py applicatie. >>>> >>>> Ik codeer voor mijn lol, en ik houd er van om nieuwe dingen te leren. >>>> Ik kan er niet tegen als ik dingen niet snap, dat leid er toe dat ik veel onderzoek doe of zelf het wiel opnieuw uitvind. >>>> Zo ben ik er tijdens het maken van PyML achter gekomen dat functies en objecten een hoop variabelen hebben die men nooit gebruikt. >>>> Dat leidde er toe dat ik 2 dagen zoet was met het uitpluizen van de bytecode gerelateerde variabelen om HTML te kunnen genereren op deze manier: >>>> >>>> div(id='test'): >>>> p(class='paragraph'): >>>> """content""" >>>> pass >>>> >>>> Dat heb ik nooit 100% werkend gekregen; Ik vermoed dat zo iets in Ruby of Clojure wel mogelijk zou zijn. >>>> Clojure beheers ik ook redelijk trouwens, net als Applescript. >>>> >>>> Als iemand denkt een plekje voor mij te hebben, stel gerust meer vragen. >>>> Ik heb ook nog scheepsladingen kleine Python, PHP, CSS en Javascript experimentjes op mijn lokale server staan, mocht je meer van mijn werk willen zien. >>>> >>>> Groeten, >>>> Pepijn de Vos >>>> _______________________________________________ >>>> Python-nl mailing list >>>> Python-nl at python.org >>>> http://mail.python.org/mailman/listinfo/python-nl >>>> >>> _______________________________________________ >>> Python-nl mailing list >>> Python-nl at python.org >>> http://mail.python.org/mailman/listinfo/python-nl >> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> http://mail.python.org/mailman/listinfo/python-nl >> > > > > -- > Guyon Mor?e > guyon.moree at gmail.com > http://www.gumuz.nl/ > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl From gerard at facturize.nl Tue Mar 23 20:31:23 2010 From: gerard at facturize.nl (Gerard Petersen) Date: Tue, 23 Mar 2010 20:31:23 +0100 Subject: [python-nl] Python Users Meetup next week In-Reply-To: <716BFBA7-EC27-4B9B-95E0-99A74958B2A4@maykinmedia.nl> References: <716BFBA7-EC27-4B9B-95E0-99A74958B2A4@maykinmedia.nl> Message-ID: <4BA9170B.5060704@facturize.nl> Hi all, I'm gonna pass on this one. This time yoga won the inner dialog :) Have PUN all. Regards, Gerard. On 15-03-10 17:23, Remco Wendt wrote: > Hello Pythonistas, > > Next week wednesday is PUN time again! The meetup will be held in the ABC treehouse in Amsterdam, of course we are looking for people that would like to share some of their knowledge with colleagues from across the country. So by all means, claim your spot @ http://wiki.python.org/moin/PUN/ABC240310 > > Regards, > Remco From wim at go2people.nl Wed Mar 24 13:25:53 2010 From: wim at go2people.nl (Wim Feijen) Date: Wed, 24 Mar 2010 13:25:53 +0100 Subject: [python-nl] lightning talk Message-ID: <6ed29cb81003240525j7f42ec2fy6284938e030ad073@mail.gmail.com> Dag mensen, Inmiddels staat de teller voor de PUN vanavond op 38 personen: leuk dat jullie komen! Er is nog de mogelijkheid om een lightning talk te geven voor een of twee mensen. Als je een onderwerp weet, als je iets wilt vertellen over iets dat je hebt uitgevonden of geleerd, voel je vrij om hierover te vertellen, we horen graag meer en leren graag van jouw ervaringen. Het mag kort zijn, vijf minuten zijn snel om! Je kunt je opgeven op de wiki, of het aan het voor half 8 even aan mij of Remco Wendt laten weten. Hopelijk tot vanavond, Hartelijke groeten van Wim -- Wim Feijen Algemeen directeur wim at go2people.nl 06 11113316 Go2People Keizersgracht 8 1015 CN Amsterdam 020 7370378 www.go2people.nl -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnny at johnnydebris.net Wed Mar 24 15:52:10 2010 From: johnny at johnnydebris.net (Johnny deBris) Date: Wed, 24 Mar 2010 15:52:10 +0100 Subject: [python-nl] lightning talk In-Reply-To: <6ed29cb81003240525j7f42ec2fy6284938e030ad073@mail.gmail.com> References: <6ed29cb81003240525j7f42ec2fy6284938e030ad073@mail.gmail.com> Message-ID: <4BAA271A.50103@johnnydebris.net> Wim Feijen wrote: > Er is nog de mogelijkheid om een lightning talk te geven voor een of > twee mensen. Als je een onderwerp weet, als je iets wilt vertellen > over iets dat je hebt uitgevonden of geleerd, voel je vrij om hierover > te vertellen, we horen graag meer en leren graag van jouw ervaringen. > Het mag kort zijn, vijf minuten zijn snel om! Je kunt je opgeven op de > wiki, of het aan het voor half 8 even aan mij of Remco Wendt laten weten. > Ah, let op dat ik nog stiekum vanmorgen een lightning talk slot heb gevuld, dus officieel is er nog maar 1 open... :) Cheers, Guido From pepijndevos at gmail.com Wed Mar 24 16:37:02 2010 From: pepijndevos at gmail.com (Pepijn de Vos) Date: Wed, 24 Mar 2010 16:37:02 +0100 Subject: [python-nl] lightning talk In-Reply-To: <4BAA271A.50103@johnnydebris.net> References: <6ed29cb81003240525j7f42ec2fy6284938e030ad073@mail.gmail.com> <4BAA271A.50103@johnnydebris.net> Message-ID: <3946F907-A2B9-47C6-80D8-CFD5E05A5CF4@gmail.com> Zijn die PUN meetings altijd zo laat? Het lijkt me ontzettend gaaf om er bij te zijn, maar rond half elf nog met de trein terug naar Loenen zie ik niet zo zitten... Groeten, Pepijn de Vos -- Sent from my iPod Shuffle http://pepijndevos.nl On Mar 24, 2010, at 3:52 PM, Johnny deBris wrote: > Wim Feijen wrote: >> Er is nog de mogelijkheid om een lightning talk te geven voor een of twee mensen. Als je een onderwerp weet, als je iets wilt vertellen over iets dat je hebt uitgevonden of geleerd, voel je vrij om hierover te vertellen, we horen graag meer en leren graag van jouw ervaringen. Het mag kort zijn, vijf minuten zijn snel om! Je kunt je opgeven op de wiki, of het aan het voor half 8 even aan mij of Remco Wendt laten weten. >> > Ah, let op dat ik nog stiekum vanmorgen een lightning talk slot heb gevuld, dus officieel is er nog maar 1 open... :) > > Cheers, > > Guido > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl From c.t.matsumoto at gmail.com Thu Mar 25 10:05:32 2010 From: c.t.matsumoto at gmail.com (C.T. Matsumoto) Date: Thu, 25 Mar 2010 10:05:32 +0100 Subject: [python-nl] Coder's Dojo Message-ID: <4BAB275C.1070203@gmail.com> Hello, Thanks for all the great talks last night at the PUN. It was a great time, even though a bit late. Last night I very shortly presented an idea to try out a Coder's Dojo at the ABC space. It was great to meet some other people who are interested and as well have already tried out their own Dojo. Here is the information I've found about a Dojo. After last night I know that there are different ways to run a Dojo, but this information has two types of Dojo, and rules, so it will be a good starting point that we can mix with other people's experience. For now we've got the space, and it looks like we've got the interest, but we haven't got a challenge, and if we try to hold this more often challenges. For me, I'd like to try a Randori style Dojo. Types of Dojo's --------------- There are two type of Coding Dojo meetings. The first is called Kata which is a rehearsed choreography of developing a solution for a given problem. For example someone presents a challenge of implementing a simple thread application. A member presents a solution in Java and proceeds to develop it during the session. She or he will have rehearsed the solution prior to the meeting, but will do all coding for the solution at the meeting. A previous solution is not imported into thesession and explained. The presenter actually creates the solution during the session. During the session, the group comments on the design and coding style and suggests changes to improve the solution. The session is very interactive and the group develops, with the presenter the solution they feel is the best, clearest, and simplest. There are breaks during the session for short design reviews where the group discusses the approach to solving the problem. The second style is called Randori which is an exploratory form of a kata where the whole group participates in carrying out an improvised choreography rather than following a rehearsed sequence of steps. Each member of the group takes a turn at the keyboard, adding to the code. For example, if there are six participants, each may have a seven minute turn as the developer. When the time is up, the co-pilot who was the other person in the pair programming team takes over as the pilot and a new co-pilot joins in. Rules of Dojo ------------- The rules and sample session agenda presented here are preliminary and will be changed based on the experience gathered from previous sessions. * There is a coding challenge that is announced beforehand. * There is a room with one computer attached to video screen. * The presenter explains the coding challenge and starts the coding.The presenter may or may not choose to have a co-pilot. If this is a Randori session, a co-pilot is usually assigned so that when the switch occurs, the co-pilot takes over for the coder. * One half of the pair is changed every 5 minutes if the session is Randori. * The coder should continuously explain what she or he is doing. * The coder should stop when someone from the audience falls off the sled (has a question about understanding what the pair is doing) -- and only continue when that someone is back on track again. * All coders use TDD (Test-Driven Development). All produced code will be made publicly available using the Eclipse Common Public License. * The programming language to be used is announced in advance per session. (Coding Dojo http://web.cs.wpi.edu/~gpollice/Dojo.html#MeetingTime) Cheers, Todd From konryd at gmail.com Thu Mar 25 10:10:44 2010 From: konryd at gmail.com (Konrad Delong) Date: Thu, 25 Mar 2010 10:10:44 +0100 Subject: [python-nl] Coder's Dojo In-Reply-To: <4BAB275C.1070203@gmail.com> References: <4BAB275C.1070203@gmail.com> Message-ID: <74401641003250210m1c2c14e9t657473e4ec2a5d07@mail.gmail.com> Here's the link that I referred to. The wiki includes KataCatalogue. http://codingdojo.org/ Konrad On 25 March 2010 10:05, C.T. Matsumoto wrote: > Hello, > > Thanks for all the great talks last night at the PUN. It was a great time, > even though a bit late. > > Last night I very shortly presented an idea to try out a Coder's Dojo at the > ABC space. It was great to meet some other people who are interested and as > well have already tried out their own Dojo. > > Here is the information I've found about a Dojo. After last night I know > that there are different ways to run a Dojo, but this information has two > types of Dojo, and rules, so it will be a good starting point that we can > mix with other people's experience. > > For now we've got the space, and it looks like we've got the interest, but > we haven't got a challenge, and if we try to hold this more often > challenges. > > For me, I'd like to try a Randori style Dojo. > > Types of Dojo's > --------------- > > > > > There are two type of Coding Dojo meetings. The first is called Kata > > which is a rehearsed choreography of developing a solution for a given > > problem. For example someone presents a challenge of implementing a > > simple thread application. A member presents a solution in Java and > > proceeds to develop it during the session. She or he will have > > rehearsed the solution prior to the meeting, but will do all coding > > for the solution at the meeting. A previous solution is not imported > > into thesession and explained. The presenter actually creates the > > solution during the session. During the session, the group comments on > > the design and coding style and suggests changes to improve the > > solution. The session is very interactive and the group develops, with > > the presenter the solution they feel is the best, clearest, and > > simplest. There are breaks during the session for short design reviews > > where the group discusses the approach to solving the problem. > > > > > The second style is called Randori which is an exploratory form of a > > kata where the whole group participates in carrying out an improvised > > choreography rather than following a rehearsed sequence of steps. Each > > member of the group takes a turn at the keyboard, adding to the > > code. For example, if there are six participants, each may have a > > seven minute turn as the developer. When the time is up, the co-pilot > > who was the other person in the pair programming team takes over as > > the pilot and a new co-pilot joins in. > > > > > Rules of Dojo > ------------- > > > > > The rules and sample session agenda presented here are preliminary and > > will be changed based on the experience gathered from previous > > sessions. > > ?* There is a coding challenge that is announced beforehand. > > > > > ?* There is a room with one computer attached to video screen. > > > > > ?* The presenter explains the coding challenge and starts the > > ? ?coding.The presenter may or may not choose to have a co-pilot. If > > ? ?this is a Randori session, a co-pilot is usually assigned so that > > ? ?when the switch occurs, the co-pilot takes over for the coder. > > > > > ?* One half of the pair is changed every 5 minutes if the session is > > ? ?Randori. > > > > > ?* The coder should continuously explain what she or he is doing. > > > > > ?* The coder should stop when someone from the audience falls off the > > ? ?sled (has a question about understanding what the pair is doing) > > ? ?-- and only continue when that someone is back on track again. > > > > > ?* All coders use TDD (Test-Driven Development). All produced code > > ? ?will be made publicly available using the Eclipse Common Public > > ? ?License. > > > > > ?* The programming language to be used is announced in advance per > > ? ?session. > > (Coding Dojo http://web.cs.wpi.edu/~gpollice/Dojo.html#MeetingTime) > > Cheers, > > Todd > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > From klaas at vanschelven.com Thu Mar 25 10:31:05 2010 From: klaas at vanschelven.com (Klaas van Schelven) Date: Thu, 25 Mar 2010 10:31:05 +0100 Subject: [python-nl] Coder's Dojo In-Reply-To: <4BAB275C.1070203@gmail.com> References: <4BAB275C.1070203@gmail.com> Message-ID: <1048eec21003250231p7caf9a25ubf27d9f2cb2a25f@mail.gmail.com> Hi Todd, others, I'm very much in favor of having a Dojo and would like to participate. I'm not too much in favor of the democratic style of decision making. So I would like to ask you to just pick a date, location and a challenge and we'll go from there. May Todd be our sensei! If you want a location I might be able to arrange something in Utrecht. We could also do it in the ABC Treehouse next month. regards, Klaas On Thu, Mar 25, 2010 at 10:05 AM, C.T. Matsumoto wrote: > Hello, > > Thanks for all the great talks last night at the PUN. It was a great time, > even though a bit late. > > Last night I very shortly presented an idea to try out a Coder's Dojo at > the ABC space. It was great to meet some other people who are interested and > as well have already tried out their own Dojo. > > Here is the information I've found about a Dojo. After last night I know > that there are different ways to run a Dojo, but this information has two > types of Dojo, and rules, so it will be a good starting point that we can > mix with other people's experience. > > For now we've got the space, and it looks like we've got the interest, but > we haven't got a challenge, and if we try to hold this more often > challenges. > > For me, I'd like to try a Randori style Dojo. > > Types of Dojo's > --------------- > > > > > There are two type of Coding Dojo meetings. The first is called Kata > > which is a rehearsed choreography of developing a solution for a given > > problem. For example someone presents a challenge of implementing a > > simple thread application. A member presents a solution in Java and > > proceeds to develop it during the session. She or he will have > > rehearsed the solution prior to the meeting, but will do all coding > > for the solution at the meeting. A previous solution is not imported > > into thesession and explained. The presenter actually creates the > > solution during the session. During the session, the group comments on > > the design and coding style and suggests changes to improve the > > solution. The session is very interactive and the group develops, with > > the presenter the solution they feel is the best, clearest, and > > simplest. There are breaks during the session for short design reviews > > where the group discusses the approach to solving the problem. > > > > > The second style is called Randori which is an exploratory form of a > > kata where the whole group participates in carrying out an improvised > > choreography rather than following a rehearsed sequence of steps. Each > > member of the group takes a turn at the keyboard, adding to the > > code. For example, if there are six participants, each may have a > > seven minute turn as the developer. When the time is up, the co-pilot > > who was the other person in the pair programming team takes over as > > the pilot and a new co-pilot joins in. > > > > > Rules of Dojo > ------------- > > > > > The rules and sample session agenda presented here are preliminary and > > will be changed based on the experience gathered from previous > > sessions. > > * There is a coding challenge that is announced beforehand. > > > > > * There is a room with one computer attached to video screen. > > > > > * The presenter explains the coding challenge and starts the > > coding.The presenter may or may not choose to have a co-pilot. If > > this is a Randori session, a co-pilot is usually assigned so that > > when the switch occurs, the co-pilot takes over for the coder. > > > > > * One half of the pair is changed every 5 minutes if the session is > > Randori. > > > > > * The coder should continuously explain what she or he is doing. > > > > > * The coder should stop when someone from the audience falls off the > > sled (has a question about understanding what the pair is doing) > > -- and only continue when that someone is back on track again. > > > > > * All coders use TDD (Test-Driven Development). All produced code > > will be made publicly available using the Eclipse Common Public > > License. > > > > > * The programming language to be used is announced in advance per > > session. > > (Coding Dojo http://web.cs.wpi.edu/~gpollice/Dojo.html#MeetingTime) > > Cheers, > > Todd > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > -- www.legalsense.nl 06 811 599 10 Skype: klaasvanschelven ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: From c.t.matsumoto at gmail.com Thu Mar 25 11:04:21 2010 From: c.t.matsumoto at gmail.com (C.T. Matsumoto) Date: Thu, 25 Mar 2010 11:04:21 +0100 Subject: [python-nl] Coder's Dojo In-Reply-To: <1048eec21003250231p7caf9a25ubf27d9f2cb2a25f@mail.gmail.com> References: <4BAB275C.1070203@gmail.com> <1048eec21003250231p7caf9a25ubf27d9f2cb2a25f@mail.gmail.com> Message-ID: <8c5079cb1003250304t20a44967g812a86c8d658747b@mail.gmail.com> Okay Klaas in the spirit of your request I can narrow it down to Amsterdam ABC Treehouse in April at 19.30, keeping to PUN and Django Meeting form we'll stick to a Wednesday, how about the 14th. As far as the rest I'm actually looking for a challenge and just started looking through the KataCatalogue which Konrad sent. So that is still open. Me Sensei? Why don't we try a couple before choosing one. T On Thu, Mar 25, 2010 at 10:31 AM, Klaas van Schelven wrote: > Hi Todd, others, > > I'm very much in favor of having a Dojo and would like to participate. I'm > not too much in favor of the democratic style of decision making. So I would > like to ask you to just pick a date, location and a challenge and we'll go > from there. May Todd be our sensei! > > If you want a location I might be able to arrange something in Utrecht. We > could also do it in the ABC Treehouse next month. > > regards, > Klaas > > > -- Todd Matsumoto -------------- next part -------------- An HTML attachment was scrubbed... URL: From gijs at pythonic.nl Thu Mar 25 13:03:50 2010 From: gijs at pythonic.nl (Gijs Molenaar) Date: Thu, 25 Mar 2010 13:03:50 +0100 Subject: [python-nl] Computer Vision & Python, the presention Message-ID: Hello everyone, Thanks for watching my presentation, I enjoyed giving it to you. I've received a lot of positive feedback, thanks for that. The presentation and the examples are online and can be downloaded at: * http://gijs.pythonic.nl/statis/pun-20100324.tgz The examples are taken from OpenCV, with some small modifications. The project site of my graduation project can be found here: * http://code.google.com/p/sonic-gesture/ I wrote a prototype in python, but lately I switched to C++. The Python prototype is still available in the repository, but it is just a prototype. So don't complain about anti-designpaterrents like a god object ;) Some people asked me if I was running Gentoo in a virtual machine. Actually I use a Gentoo Prefix. Something like macports, or virtualenv if you like. * http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml When I have time today I'll upload the new Ubuntu packages to the PPA, these include the new OpenCV Python API. Otherwise somewhere this week. * https://launchpad.net/~gijzelaar/+archive/opencv2-karmic -- Gijs Molenaar http://gijs.pythonic.nl gijs at pythonic.nl From konryd at gmail.com Thu Mar 25 13:40:41 2010 From: konryd at gmail.com (Konrad Delong) Date: Thu, 25 Mar 2010 13:40:41 +0100 Subject: [python-nl] Yesterday's concurrency presentation slides Message-ID: <74401641003250540m1d2b50a1q87f4bc69eac16b6f@mail.gmail.com> Thank all of you for listening to my presentation and valuable remarks afterwards. It was a great meetup! The slides are available here [1] I also edited the wiki page [2] [1] http://www.slideshare.net/konryd/concurrency-in-python [2] http://wiki.python.org/moin/PUN/ABC240310 Konrad From gijs at pythonic.nl Thu Mar 25 14:17:53 2010 From: gijs at pythonic.nl (Gijs Molenaar) Date: Thu, 25 Mar 2010 14:17:53 +0100 Subject: [python-nl] Computer Vision & Python, the presention In-Reply-To: References: Message-ID: <1269523073.26621.4.camel@stam> On Thu, 2010-03-25 at 13:03 +0100, Gijs Molenaar wrote: > Hello everyone, > > Thanks for watching my presentation, I enjoyed giving it to you. I've received a lot of positive feedback, thanks for that. > > The presentation and the examples are online and can be downloaded at: > > * http://gijs.pythonic.nl/statis/pun-20100324.tgz This should be: > > The examples are taken from OpenCV, with some small modifications. > > The project site of my graduation project can be found here: > > * http://code.google.com/p/sonic-gesture/ > > I wrote a prototype in python, but lately I switched to C++. The Python prototype is still available in the repository, but it is just a prototype. So don't complain about anti-designpaterrents like a god object ;) > > Some people asked me if I was running Gentoo in a virtual machine. Actually I use a Gentoo Prefix. Something like macports, or virtualenv if you like. > > * http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml > > When I have time today I'll upload the new Ubuntu packages to the PPA, these include the new OpenCV Python API. Otherwise somewhere this week. > > * https://launchpad.net/~gijzelaar/+archive/opencv2-karmic > > -- > Gijs Molenaar > http://gijs.pythonic.nl > gijs at pythonic.nl > > > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl ------------- volgend deel ------------ Een niet-tekst bijlage is gescrubt... Naam: signature.asc Type: application/pgp-signature Grootte: 198 bytes Omschrijving: This is a digitally signed message part URL : From gijs at pythonic.nl Thu Mar 25 14:19:12 2010 From: gijs at pythonic.nl (Gijs Molenaar) Date: Thu, 25 Mar 2010 14:19:12 +0100 Subject: [python-nl] Computer Vision & Python, the presention In-Reply-To: <1269523073.26621.4.camel@stam> References: <1269523073.26621.4.camel@stam> Message-ID: <1269523152.26621.5.camel@stam> On Thu, 2010-03-25 at 14:17 +0100, Gijs Molenaar wrote: > On Thu, 2010-03-25 at 13:03 +0100, Gijs Molenaar wrote: > > Hello everyone, > > > > Thanks for watching my presentation, I enjoyed giving it to you. I've received a lot of positive feedback, thanks for that. > > > > The presentation and the examples are online and can be downloaded at: > > > > * http://gijs.pythonic.nl/statis/pun-20100324.tgz > > This should be: Sorry guys, I don't have my day: http://gijs.pythonic.nl/static/pun-20100324.tgz ------------- volgend deel ------------ Een niet-tekst bijlage is gescrubt... Naam: signature.asc Type: application/pgp-signature Grootte: 198 bytes Omschrijving: This is a digitally signed message part URL : From erik at cq2.nl Fri Mar 26 08:24:03 2010 From: erik at cq2.nl (Erik Groeneveld) Date: Fri, 26 Mar 2010 08:24:03 +0100 Subject: [python-nl] Python stage Apeldoorn en omstreken In-Reply-To: <36532E45-7447-42E9-9660-42606AC61641@gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <36532E45-7447-42E9-9660-42606AC61641@gmail.com> Message-ID: 2010/3/23 Pepijn de Vos : > Hoi Erik, > > Als ik hier op 9292ov.nl kijk duurt het 2 tot 3 uur om vanuit Loenen met het OV naar Veenendaal te komen. Oei, dat valt niet mee! > Als je het niet erg vind laat ik deze kans voorbijgaan. > Ik ben namelijk ook al in gesprek met 3 andere bedrijven. Succes. Ik hoop dat je wat leusk vind! > Jullie projecten zien er wel interessant uit, dat moet gezegd worden. Dank je Erik From wim at go2people.nl Fri Mar 26 11:25:50 2010 From: wim at go2people.nl (Wim Feijen) Date: Fri, 26 Mar 2010 11:25:50 +0100 Subject: [python-nl] locale en datetime Message-ID: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> Hee mensen, Wie weet een oplossing voor dit probleem? Het lijkt me fijn om 'vrijdag' te kunnen gebruiken in een datumnotatie. Echter, pythons datetime is obstinaat in het outputten van 'Friday'. Wat zou ik anders kunnen doen, zodat dit werkt? >>> import locale >>> locale.getdefaultlocale() ('nl_NL', 'UTF8') >>> import datetime >>> datetime.datetime.now().strftime('%A') 'Friday' Dankuwel! Groeten van Wim -- Wim Feijen Algemeen directeur wim at go2people.nl 06 11113316 Go2People Keizersgracht 8 1015 CN Amsterdam 020 7370378 www.go2people.nl -------------- next part -------------- An HTML attachment was scrubbed... URL: From gijs at pythonic.nl Fri Mar 26 11:31:55 2010 From: gijs at pythonic.nl (Gijs Molenaar) Date: Fri, 26 Mar 2010 11:31:55 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> Message-ID: <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> Je zou de output van je programma door google translate kunnen gooien: * http://sourceforge.net/projects/googletranslate/ Ik weet alleen niet of de performance goed is ;) Als je alleen de 7 dagen wil gebruiken zou ik een dict maken day['friday'] = 'vrijdag' On Mar 26, 2010, at 11:25 AM, Wim Feijen wrote: > Hee mensen, > > Wie weet een oplossing voor dit probleem? > > Het lijkt me fijn om 'vrijdag' te kunnen gebruiken in een datumnotatie. Echter, pythons datetime is obstinaat in het outputten van 'Friday'. Wat zou ik anders kunnen doen, zodat dit werkt? > > >>> import locale > >>> locale.getdefaultlocale() > ('nl_NL', 'UTF8') > >>> import datetime > >>> datetime.datetime.now().strftime('%A') > 'Friday' > > Dankuwel! > > Groeten van Wim > > -- > Wim Feijen > Algemeen directeur > wim at go2people.nl > 06 11113316 > > Go2People > Keizersgracht 8 > 1015 CN Amsterdam > 020 7370378 > www.go2people.nl > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl -- Gijs Molenaar http://gijs.pythonic.nl gijs at pythonic.nl From berry.groenendijk at gmail.com Fri Mar 26 11:41:46 2010 From: berry.groenendijk at gmail.com (berry groenendijk) Date: Fri, 26 Mar 2010 11:41:46 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> Message-ID: <680bcd951003260341t64638350te935f601d20cf87f@mail.gmail.com> Op basis van de Python documentatie: Python 2.5.1 (r251:54863, Feb 6 2009, 19:02:12) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setlocale(locale.LC_ALL, "nl_NL") 'nl_NL' >>> import datetime >>> now = datetime.datetime.now() >>> now.strftime("%A") 'vrijdag' >>> Berry Groenendijk 2010/3/26 Wim Feijen > Hee mensen, > > Wie weet een oplossing voor dit probleem? > > Het lijkt me fijn om 'vrijdag' te kunnen gebruiken in een datumnotatie. > Echter, pythons datetime is obstinaat in het outputten van 'Friday'. Wat zou > ik anders kunnen doen, zodat dit werkt? > > >>> import locale > >>> locale.getdefaultlocale() > ('nl_NL', 'UTF8') > >>> import datetime > >>> datetime.datetime.now().strftime('%A') > 'Friday' > > Dankuwel! > > Groeten van Wim > > -- > Wim Feijen > Algemeen directeur > wim at go2people.nl > 06 11113316 > > Go2People > Keizersgracht 8 > 1015 CN Amsterdam > 020 7370378 > www.go2people.nl > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From niels.bom at gmail.com Fri Mar 26 11:44:08 2010 From: niels.bom at gmail.com (Niels Bom) Date: Fri, 26 Mar 2010 11:44:08 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <680bcd951003260341t64638350te935f601d20cf87f@mail.gmail.com> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <680bcd951003260341t64638350te935f601d20cf87f@mail.gmail.com> Message-ID: De volgende code werkt voor mij. http://pastebin.org/124610 (via http://langref.org/python+ruby+java+php/dates) 2010/3/26 berry groenendijk > Op basis van de Python documentatie: > > Python 2.5.1 (r251:54863, Feb 6 2009, 19:02:12) > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import locale > >>> locale.setlocale(locale.LC_ALL, "nl_NL") > 'nl_NL' > >>> import datetime > >>> now = datetime.datetime.now() > >>> now.strftime("%A") > 'vrijdag' > >>> > > Berry Groenendijk > > 2010/3/26 Wim Feijen > >> Hee mensen, >> >> Wie weet een oplossing voor dit probleem? >> >> Het lijkt me fijn om 'vrijdag' te kunnen gebruiken in een datumnotatie. >> Echter, pythons datetime is obstinaat in het outputten van 'Friday'. Wat zou >> ik anders kunnen doen, zodat dit werkt? >> >> >>> import locale >> >>> locale.getdefaultlocale() >> ('nl_NL', 'UTF8') >> >>> import datetime >> >>> datetime.datetime.now().strftime('%A') >> 'Friday' >> >> Dankuwel! >> >> Groeten van Wim >> >> -- >> Wim Feijen >> Algemeen directeur >> wim at go2people.nl >> 06 11113316 >> >> Go2People >> Keizersgracht 8 >> 1015 CN Amsterdam >> 020 7370378 >> www.go2people.nl >> >> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> http://mail.python.org/mailman/listinfo/python-nl >> >> > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wichert at wiggy.net Fri Mar 26 11:33:14 2010 From: wichert at wiggy.net (Wichert Akkerman) Date: Fri, 26 Mar 2010 11:33:14 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> Message-ID: <4BAC8D6A.7080009@wiggy.net> Ik zou eerst controleren of je OS het nl_NL locale wel heeft ge?nstalleerd. En verder zou ik eens naar Babel kijken: dat is de beste tool om te zorgen dat je output van dingen als data, tijden, valuta, etc. correct zijn. On 3/26/10 11:31 , Gijs Molenaar wrote: > > > Je zou de output van je programma door google translate kunnen gooien: > > * http://sourceforge.net/projects/googletranslate/ > > Ik weet alleen niet of de performance goed is ;) > > Als je alleen de 7 dagen wil gebruiken zou ik een dict maken > > day['friday'] = 'vrijdag' > > > On Mar 26, 2010, at 11:25 AM, Wim Feijen wrote: > >> Hee mensen, >> >> Wie weet een oplossing voor dit probleem? >> >> Het lijkt me fijn om 'vrijdag' te kunnen gebruiken in een datumnotatie. Echter, pythons datetime is obstinaat in het outputten van 'Friday'. Wat zou ik anders kunnen doen, zodat dit werkt? >> >>>>> import locale >>>>> locale.getdefaultlocale() >> ('nl_NL', 'UTF8') >>>>> import datetime >>>>> datetime.datetime.now().strftime('%A') >> 'Friday' >> >> Dankuwel! >> >> Groeten van Wim >> >> -- >> Wim Feijen >> Algemeen directeur >> wim at go2people.nl >> 06 11113316 >> >> Go2People >> Keizersgracht 8 >> 1015 CN Amsterdam >> 020 7370378 >> www.go2people.nl >> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> http://mail.python.org/mailman/listinfo/python-nl > > -- > Gijs Molenaar > http://gijs.pythonic.nl > gijs at pythonic.nl > > > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl From ward.ubuntu at gmail.com Fri Mar 26 12:39:21 2010 From: ward.ubuntu at gmail.com (Ward De Ridder) Date: Fri, 26 Mar 2010 12:39:21 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <4BAC8D6A.7080009@wiggy.net> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> <4BAC8D6A.7080009@wiggy.net> Message-ID: Om dit op een manier te doen waarbij het ongeacht de python instelling goed wordt weergegeven kan je gewoon dit gebruiken: datetime.datetime.now().weekday() dan krijg je een integer met welke dag van de week het is (maandag = 0 enzovoort). Dan is het nog een kwestie van een simpele array te gebruiken met daarin de dagen van de week, en dan heb je de 'vrijdag' uitput. Ward Op 26 maart 2010 11:33 heeft Wichert Akkerman het volgende geschreven: > Ik zou eerst controleren of je OS het nl_NL locale wel heeft ge?nstalleerd. > En verder zou ik eens naar Babel kijken: dat is de beste tool om te zorgen > dat je output van dingen als data, tijden, valuta, etc. correct zijn. > > > On 3/26/10 11:31 , Gijs Molenaar wrote: >> >> >> Je zou de output van je programma door google translate kunnen gooien: >> >> ?* http://sourceforge.net/projects/googletranslate/ >> >> Ik weet alleen niet of de performance goed is ;) >> >> Als je alleen de 7 dagen wil gebruiken zou ik een dict maken >> >> day['friday'] = 'vrijdag' >> >> >> On Mar 26, 2010, at 11:25 AM, Wim Feijen wrote: >> >>> Hee mensen, >>> >>> Wie weet een oplossing voor dit probleem? >>> >>> Het lijkt me fijn om 'vrijdag' te kunnen gebruiken in een datumnotatie. >>> Echter, pythons datetime is obstinaat in het outputten van 'Friday'. Wat zou >>> ik anders kunnen doen, zodat dit werkt? >>> >>>>>> import locale >>>>>> locale.getdefaultlocale() >>> >>> ('nl_NL', 'UTF8') >>>>>> >>>>>> import datetime >>>>>> datetime.datetime.now().strftime('%A') >>> >>> 'Friday' >>> >>> Dankuwel! >>> >>> Groeten van Wim >>> >>> -- >>> Wim Feijen >>> Algemeen directeur >>> wim at go2people.nl >>> 06 11113316 >>> >>> Go2People >>> Keizersgracht 8 >>> 1015 CN Amsterdam >>> 020 7370378 >>> www.go2people.nl >>> >>> _______________________________________________ >>> Python-nl mailing list >>> Python-nl at python.org >>> http://mail.python.org/mailman/listinfo/python-nl >> >> -- >> Gijs Molenaar >> http://gijs.pythonic.nl >> gijs at pythonic.nl >> >> >> >> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> http://mail.python.org/mailman/listinfo/python-nl > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > http://mail.python.org/mailman/listinfo/python-nl > From johnny at johnnydebris.net Fri Mar 26 14:07:09 2010 From: johnny at johnnydebris.net (Johnny deBris) Date: Fri, 26 Mar 2010 14:07:09 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <4BAC8D6A.7080009@wiggy.net> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> <4BAC8D6A.7080009@wiggy.net> Message-ID: <4BACB17D.3040004@johnnydebris.net> Wichert Akkerman wrote: > Ik zou eerst controleren of je OS het nl_NL locale wel heeft > ge?nstalleerd. En verder zou ik eens naar Babel kijken: dat is de > beste tool om te zorgen dat je output van dingen als data, tijden, > valuta, etc. correct zijn. > Eventueel heeft Zope ook dergelijke functionaliteit beschikbaar, dit staat je toe bepaalde dingen (date/time, decimals/geld, etc.) te localizen zonder de systeem locale te zetten. Ik heb dit eens gebruikt voor een app die ik bij Infrae heb geschreven, het resultaat is hier te vinden: https://svn.infrae.com/z3locales/trunk/ Dit is echter wel gebaseerd op een oude versie van Zope 3, geen idee of en hoe het nu werkt... Maar misschien de moeite van het proberen wel waard. Groeten, Guido From wichert at wiggy.net Fri Mar 26 14:55:33 2010 From: wichert at wiggy.net (Wichert Akkerman) Date: Fri, 26 Mar 2010 14:55:33 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <4BACB17D.3040004@johnnydebris.net> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> <4BAC8D6A.7080009@wiggy.net> <4BACB17D.3040004@johnnydebris.net> Message-ID: <4BACBCD5.4050204@wiggy.net> On 3/26/10 14:07 , Johnny deBris wrote: > Wichert Akkerman wrote: >> Ik zou eerst controleren of je OS het nl_NL locale wel heeft >> ge?nstalleerd. En verder zou ik eens naar Babel kijken: dat is de >> beste tool om te zorgen dat je output van dingen als data, tijden, >> valuta, etc. correct zijn. >> > Eventueel heeft Zope ook dergelijke functionaliteit beschikbaar, dit > staat je toe bepaalde dingen (date/time, decimals/geld, etc.) te > localizen zonder de systeem locale te zetten. Ik heb dit eens gebruikt > voor een app die ik bij Infrae heb geschreven, het resultaat is hier te > vinden: De API van zope.i18n is echter redelijk dramatisch, vandaar de suggestie om Babel te gebruiken. Ik gebruik zelf Babel ook in Zope apps om die reden :). Wichert. From johnny at johnnydebris.net Fri Mar 26 16:20:31 2010 From: johnny at johnnydebris.net (Johnny deBris) Date: Fri, 26 Mar 2010 16:20:31 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <4BACBCD5.4050204@wiggy.net> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> <4BAC8D6A.7080009@wiggy.net> <4BACB17D.3040004@johnnydebris.net> <4BACBCD5.4050204@wiggy.net> Message-ID: <4BACD0BF.8020501@johnnydebris.net> Wichert Akkerman wrote: > De API van zope.i18n is echter redelijk dramatisch, vandaar de > suggestie om Babel te gebruiken. Ik gebruik zelf Babel ook in Zope > apps om die reden :). > Ik onthoud mij van commentaar op het eerste, maar ga het tweede zeker onthouden... ;) Cheers, Guido From remco at maykinmedia.nl Fri Mar 26 16:35:26 2010 From: remco at maykinmedia.nl (Remco Wendt) Date: Fri, 26 Mar 2010 16:35:26 +0100 Subject: [python-nl] lxml In-Reply-To: <8928d4e91003231005j16d15c97y61d5020915789a50@mail.gmail.com> References: <9FF80881-D510-4B63-B887-1EB5865220A1@gmail.com> <4B97D0F9.9000003@xs4all.nl> <8928d4e91003100905y51d6e4a7ye7135163fff281d6@mail.gmail.com> <20100314115303.GF22252@gpm.stappers.nl> <8928d4e91003231005j16d15c97y61d5020915789a50@mail.gmail.com> Message-ID: On 23 mrt 2010, at 18:05, Martijn Faassen wrote: > Hoi, > > 2010/3/23 Sinterklaas : >> 2010/3/14 Geert Stappers : >>> Op 20100310 om 18:05 schreef Martijn Faassen: >>>> Leuk om lxml tegen te komen in deze thread. :) >>> >>> En voor mij reden genoeg om http://codespeak.net/lxml/ te citeren: >>> >>> lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is >>> unique in that it combines the speed and feature completeness of these >>> libraries with the simplicity of a native Python API, mostly compatible >>> but superior to the well-known ElementTree API. >> >> En nog een paar veren dan: >> >> Wij zijn helemaal overgestapt van 4Suite en Amara naar lxml. Veel >> sneller en veel dichter bij de standaarden. > > Da's interessant. En dat Sinterklaas dat doet nog wel - XML data met > informatie over cadeaus en cadeauwensen? :) > > Ik hoor wel eens van mensen die Amara prefereren boven lxml, wegens > APIs en zo. 4suite niet; die codebase bestond al toen ik met lxml > begon en ik was er niet zo tevreden mee (APIs en snelheid). > Wij zijn ook overgestapt van Amara naar lxml. Sowieso heeft amara een hele tijd geen liefde meer ontvangen. Nu begint dat pas weer een beetje te lopen. Remco -- Maykin Media Herengracht 416, 1017 BZ Amsterdam tel.: +31 (0)6 187 967 06 http://www.maykinmedia.nl From faassen at startifact.com Fri Mar 26 16:42:59 2010 From: faassen at startifact.com (Martijn Faassen) Date: Fri, 26 Mar 2010 16:42:59 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <4BACBCD5.4050204@wiggy.net> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> <4BAC8D6A.7080009@wiggy.net> <4BACB17D.3040004@johnnydebris.net> <4BACBCD5.4050204@wiggy.net> Message-ID: <8928d4e91003260842i38f6b8a3u9c4b7cad9ee06073@mail.gmail.com> Hoi, De API van zope.i18n is inderdaad nogal complex. Er zit wel van alles in. Je kunt het wel installeren tegenwoordig zonder een heleboel andere Zope dependencies, hoewel er wel wat meekomt; het is dus wel mogelijk om dit onafhankelijk van de rest van Zope te gebruiken. Groeten, Martijn From wichert at wiggy.net Fri Mar 26 16:46:16 2010 From: wichert at wiggy.net (Wichert Akkerman) Date: Fri, 26 Mar 2010 16:46:16 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <8928d4e91003260842i38f6b8a3u9c4b7cad9ee06073@mail.gmail.com> References: <6ed29cb81003260325r2ba4b01r4041480fa28b694a@mail.gmail.com> <817447B1-1DDB-473C-8DC6-3988370B0EA3@pythonic.nl> <4BAC8D6A.7080009@wiggy.net> <4BACB17D.3040004@johnnydebris.net> <4BACBCD5.4050204@wiggy.net> <8928d4e91003260842i38f6b8a3u9c4b7cad9ee06073@mail.gmail.com> Message-ID: <4BACD6C8.1000804@wiggy.net> On 3/26/10 16:42 , Martijn Faassen wrote: > Hoi, > > De API van zope.i18n is inderdaad nogal complex. Er zit wel van alles > in. Er zitten grofweg twee dingen in: een API om CLDR data op te vragen, en een laag om gettext heen om vertalingen met mappings te doen. Babel doet het eerste een stuk eenvoudiger en het tweede niet. Een nadeel van de vertaal-implementatie van zope.i18n is dat hij zope.i18nmessageid gebruikt en die vereist een C module (de pure-python variant is raar genoeg gevetoed in 2008). Wichert. From wim at go2people.nl Fri Mar 26 17:32:11 2010 From: wim at go2people.nl (Wim Feijen) Date: Fri, 26 Mar 2010 17:32:11 +0100 Subject: [python-nl] locale en datetime Message-ID: <6ed29cb81003260932y7b4f159aw69043e0b25931267@mail.gmail.com> Babel rocks, thanks! Wim -- Wim Feijen Algemeen directeur wim at go2people.nl 06 11113316 Go2People Keizersgracht 8 1015 CN Amsterdam 020 7370378 www.go2people.nl -------------- next part -------------- An HTML attachment was scrubbed... URL: From asmodai at in-nomine.org Fri Mar 26 22:52:01 2010 From: asmodai at in-nomine.org (Jeroen Ruigrok van der Werven) Date: Fri, 26 Mar 2010 22:52:01 +0100 Subject: [python-nl] locale en datetime In-Reply-To: <6ed29cb81003260932y7b4f159aw69043e0b25931267@mail.gmail.com> References: <6ed29cb81003260932y7b4f159aw69043e0b25931267@mail.gmail.com> Message-ID: <20100326215201.GB76729@nexus.in-nomine.org> -On [20100326 17:32], Wim Feijen (wim at go2people.nl) wrote: >Babel rocks, thanks! Waarschijnlijk is de huidige release goed genoeg voor je. Anders, als je met POT/PO bestanden gaat werken wil je wellicht gebruik maken van SVN trunk, die ondersteunt ook CLDR 1.7. Ik ben momenteel bezig trunk klaar te stomen voor CLDR 1.8. En hopelijk ook binnenkort eindelijk een nieuwe release. -- Jeroen Ruigrok van der Werven / asmodai ????? ?????? ??? ?? ?????? http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B It does not require many words to speak the truth... From grimborg at gmail.com Sat Mar 27 12:09:17 2010 From: grimborg at gmail.com (=?UTF-8?Q?=C3=92scar_Vilaplana?=) Date: Sat, 27 Mar 2010 12:09:17 +0100 Subject: [python-nl] [job offer] Python Dev in Groningen Message-ID: Fellow pythonistas, My company is looking for good python developers. We're in Groningen and do business in a high-load (at peaks) website. Work here is IMHO challenging and fun. If you are looking for a job, send me your cv at grimborg at gmail.com. If you're good enough, you're in. Questions? Email me. tl;dr: python dev job in geek place: email grimborg at gmail.com ?scar Vilaplana PS, I mistakenly sent this message also to the upcoming list. Apologies! From c.t.matsumoto at gmail.com Sat Mar 27 15:29:38 2010 From: c.t.matsumoto at gmail.com (C.T. Matsumoto) Date: Sat, 27 Mar 2010 15:29:38 +0100 Subject: [python-nl] Dojo link and register Message-ID: <4BAE1652.90304@gmail.com> Hello, I've put some pages on the python wiki for the Dojo-NL and a page for the coming dojo in April. http://wiki.python.org/moin/Dojo-NL This is repeating the agenda page, but the first dojo challenge will be announced at the dojo and emphasize test-driven development practices. Klass you will be happy to hear I *will* be one of the two Senseis, Konrad Delong (much thanks) said he'd be the other Sensei. Cheers, Todd From johnny at johnnydebris.net Sun Mar 28 19:06:03 2010 From: johnny at johnnydebris.net (Johnny deBris) Date: Sun, 28 Mar 2010 19:06:03 +0200 Subject: [python-nl] Pydirs - slides en release Message-ID: <4BAF8C7B.1010504@johnnydebris.net> Hallo! Ik heb de slides van het praatje over Pydirs dat ik afgelopen woensdag heb gegeven (was een erg leuke avond trouwens!) in SVN gezet, ik neem aan dat iedereen dat er wel uit krijgt, zo niet (en mocht je ze toch willen hebben :) stuur me een mailtje... De SVN URL is: http://johnnydebris.net/svn/projects/pydirs_pun_slides/ Ik heb ook bestloten maar direct even de wijzigingen die ik nog wilde maken door te voeren, en het geheel te releasen - mocht je geinteresseerd zijn, het resultaat is hier te vinden: http://johnnydebris.net/pydirs.txt Op- of aanmerkingen en vragen graag naar dit adres... Groeten, Guido P.S. Voor de mensen die er woensdag niet waren (of die niet hebben opgelet :), Pydirs is een zeer eenvoudige stand-alone object database die zijn data opslaat als een directory structuur: instances van subclasses van een speciale base class worden directories, de rest plain text bestanden, handig om te debuggen of als je graag weet wat er onder de motorkap gebeurt... From dirkjan at ochtman.nl Mon Mar 29 16:14:04 2010 From: dirkjan at ochtman.nl (Dirkjan Ochtman) Date: Mon, 29 Mar 2010 15:14:04 +0100 Subject: [python-nl] [job offer] Python Dev in Groningen In-Reply-To: References: Message-ID: 2010/3/27 ?scar Vilaplana : > If you are looking for a job, send me your cv at grimborg at gmail.com. > If you're good enough, you're in. Questions? Email me. In the future, you may want to include a link to a webpage, so I can refer friends to it. Cheers, Dirkjan From reinout at vanrees.org Tue Mar 30 17:22:47 2010 From: reinout at vanrees.org (Reinout van Rees) Date: Tue, 30 Mar 2010 17:22:47 +0200 Subject: [python-nl] binnenkort: django/python vacature in Utrecht In-Reply-To: References: Message-ID: On 03/23/2010 02:46 PM, Reinout van Rees wrote: > > Binnenkort komt er een vacature voor een python/django programmeur in > hartje Utrecht: > > http://reinout.vanrees.org/weblog/2010/03/23/django-vacature-utrecht.html Ik werd er bij de PUN meeting al naar gevraagd, dus bij deze: de offici?le vacature staat nu online. http://www.nelen-schuurmans.nl/NL/bedrijfsprofiel/carriere/6 Reinout -- Reinout van Rees - reinout at vanrees.org - http://reinout.vanrees.org Programmer at http://www.nelen-schuurmans.nl "Military engineers build missiles. Civil engineers build targets" From c.t.matsumoto at gmail.com Tue Mar 30 18:19:50 2010 From: c.t.matsumoto at gmail.com (C.T. Matsumoto) Date: Tue, 30 Mar 2010 18:19:50 +0200 Subject: [python-nl] Coding dojo Message-ID: <4BB224A6.7010103@gmail.com> Hello all, For those interested in and have registered for the coding dojo first many thanks, second the day had to be moved to the 21st. I hope that is not a problem for everyone, but the ABC was not open. I made a new wiki page here: (http://wiki.python.org/moin/Dojo-NL/dojo210410) and I took the liberty to keep the confirmed list the same (which I hope it stays!). All looks in order for the 21st. Cheers, Todd -- C.T. Matsumoto Claes de Vrieselaan 60a III 3021 JR Rotterdam The Netherlands tel.: +31 (0)6 41 45 08 54