From lists at janc.be Fri Oct 3 01:12:25 2014 From: lists at janc.be (Jan Claeys) Date: Fri, 03 Oct 2014 01:12:25 +0200 Subject: [python-nl] installatie mislukt In-Reply-To: <1498373655.135135.1411814579792.open-xchange@oxbe6.tb.mail.iss.local> References: <1498373655.135135.1411814579792.open-xchange@oxbe6.tb.mail.iss.local> Message-ID: <1412291545.19474.34.camel@malala> Marc Stevens schreef op za 27-09-2014 om 12:42 [+0200]: > Kan ik bij jullie ook terecht overvragen wat betreft cython, en de > installatie er van? > Probleem: > > Heb alle bestanden gedownload van cython, en deze in c:\python27\ > geplaatst en vervolgen met cmd proberen te installeren met de > instructie: > python setup.py install > Dit gaat zover goed en hij installeerd alles tot op het laaste moment, > dan geeft hij de foutmelding: > > error: could not create 'c:\program files\test': Acces dinied Is er een reden waarom je niet gewoon de Windows-installer voor Cython gebruik? http://www.lfd.uci.edu/~gohlke/pythonlibs/#cython -- JanC From dirkjan at ochtman.nl Mon Oct 6 22:43:37 2014 From: dirkjan at ochtman.nl (Dirkjan Ochtman) Date: Mon, 6 Oct 2014 22:43:37 +0200 Subject: [python-nl] Python jobs at ActiveVideo (Hilversum) Message-ID: Hi there, At my company (where we build a TV apps platform based on running a browser in the cloud, for cable companies like Ziggo, UPC/Liberty Global, Charter, Time Warner) we could really use some more Python folks to help out! We currently have two relevant jobs open: a Senior QA Engineer, who we'll hope will really help us level up our automated testing effort, and a Senior Test Tooling Engineer, who will work with OpenStack and/or Docker API's to make our in-house test tooling work for customer teams. More details here, click on the relevant job titles: http://www.activevideo.com/careers Send me your resume if you're interested, or let me know if you have any questions! Cheers, Dirkjan P.S. Nederlands is bij ons ook gewoon een gewaardeerde bekwaamheid... From eposthumus at gmail.com Mon Oct 6 23:07:38 2014 From: eposthumus at gmail.com (Etienne Posthumus) Date: Mon, 6 Oct 2014 23:07:38 +0200 Subject: [python-nl] Python jobs at ActiveVideo (Hilversum) In-Reply-To: References: Message-ID: Beetje misleidend dat er bij de listing staat: "hip Amsterdam office" maar dat het dan in Hilversum is. D'oh! ;-) From a.e.nonhebel at tudelft.nl Tue Oct 7 16:32:33 2014 From: a.e.nonhebel at tudelft.nl (Ardi Nonhebel) Date: Tue, 07 Oct 2014 16:32:33 +0200 Subject: [python-nl] Django vacature Message-ID: <5433F981.5070201@tudelft.nl> Hi developers, De Technische Universiteit Delft is op zoek naar een Django developer voor 32 uur per week. Het dienstverband is 1 jaar met uitzicht op verlenging. Heb je interesse, dan kan je op onderstaande link meer te weten komen over de vacature: https://www.academictransfer.com/employer/TUD/vacancy/24520/lang/nl/ Gr, Ardi From patrick.vrijlandt at xs4all.nl Sun Oct 12 23:14:15 2014 From: patrick.vrijlandt at xs4all.nl (Patrick Vrijlandt) Date: Sun, 12 Oct 2014 23:14:15 +0200 Subject: [python-nl] moinmoin Message-ID: <042201cfe661$7a57bbe0$6f0733a0$@vrijlandt@xs4all.nl> Hoi allemaal, Onze organisatie overweegt een wiki te starten voor intern gebruik (intranet). Met mijn python-achtergrond zou ik natuurlijk (?) kiezen voor moin. Kennen jullie moin-gebruikers in Nederland (aan de server kant bedoel ik)? Misschien iemand die wel eens een praatje over moin gehouden heeft? Kennen jullie een groep of bedrijf die support zou kunnen geven voor moin? Groet, Patrick -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcs at ziggo.nl Tue Oct 14 21:03:56 2014 From: marcs at ziggo.nl (Marc Stevens) Date: Tue, 14 Oct 2014 21:03:56 +0200 Subject: [python-nl] Classes Message-ID: Hallo, beste python gangers, Ik heb het volgende probleem simplistisch weergegeven in de bijlage.Ik hoop dat het niet te basic is.Als het werkt kan ik dit bij complexere programma?s toepassen. Om delen van programma?s laten herhalen kun je in python met classes werken en omdat je in python (dat afgeleid is van het langgeleden Basic) geen adres regels heeft , kun je die die met een naam aan roepen Zou U mij kort kunnen vertellen wat ik in de bijlage verkeerd doe en hoe ik een class correct aan roep? ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: ------------- volgend deel ------------ Een niet-tekst bijlage is gescrubt... Naam: test.py Type: text/x-python-script Grootte: 145 bytes Omschrijving: niet beschikbaar URL : ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: From perica.zivkovic at gmail.com Tue Oct 14 21:37:06 2014 From: perica.zivkovic at gmail.com (Perica Zivkovic) Date: Tue, 14 Oct 2014 21:37:06 +0200 Subject: [python-nl] Classes In-Reply-To: References: Message-ID: Hi Marc, here is a simple description of Python class syntax and couple of examples. https://docs.python.org/2/tutorial/classes.html#a-first-look-at-classes http://stackoverflow.com/questions/7993089/classes-in-python-for-a-beginner kind regards, Perica 2014-10-14 21:03 GMT+02:00 Marc Stevens : > Hallo, beste python gangers, > > Ik heb het volgende probleem simplistisch weergegeven in de bijlage.Ik > hoop dat het niet te basic is.Als het werkt kan ik dit bij complexere > programma?s toepassen. > Om delen van programma?s laten herhalen kun je in python met classes > werken en omdat je in python (dat afgeleid is van het langgeleden Basic) > geen adres regels heeft , > kun je die die met een naam aan roepen > > Zou U mij kort kunnen vertellen wat ik in de bijlage verkeerd doe en hoe > ik een class correct aan roep? > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From python-nl at warddr.eu Tue Oct 14 21:41:05 2014 From: python-nl at warddr.eu (Ward De Ridder) Date: Tue, 14 Oct 2014 21:41:05 +0200 Subject: [python-nl] Classes In-Reply-To: References: Message-ID: <20141014194105.GA22742@ks3261884.kimsufi.com> On Tue, Oct 14, 2014 at 09:03:56PM +0200, Marc Stevens wrote: > Hallo, beste python gangers, > > Ik heb het volgende probleem simplistisch weergegeven in de bijlage.Ik hoop dat het niet te basic is.Als het werkt kan ik dit bij complexere programma?s toepassen. > Om delen van programma?s laten herhalen kun je in python met classes werken en omdat je in python (dat afgeleid is van het langgeleden Basic) geen adres regels heeft , > kun je die die met een naam aan roepen > > Zou U mij kort kunnen vertellen wat ik in de bijlage verkeerd doe en hoe ik een class correct aan roep? Beste Marc Als ik het voorbeeld even bekijk haalt u het concept class en function door elkaar. Wat je hierboven beschrijft (dezelfde code op meerdere plaatsen in je programma gebruiken) is een function, die wordt gedefinieerd op de volgende manier: def proefje(): ... en aangeroepen met proefje() Een class is eigenlijk een verzameling van zulke functions. Ward From stappers at stappers.nl Tue Oct 14 21:42:18 2014 From: stappers at stappers.nl (Geert Stappers) Date: Tue, 14 Oct 2014 21:42:18 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: References: Message-ID: <20141014194218.GR16168@gpm.stappers.nl> On Tue, Oct 14, 2014 at 09:03:56PM +0200, Marc Stevens wrote: > Hallo, beste python gangers, > > Ik heb het volgende probleem simplistisch weergegeven in de bijlage.Ik > hoop dat het niet te basic is.Als het werkt kan ik dit bij complexere > programma?s toepassen. class proefje: x=0 while x<5: print x x=x+1 raw_input(a)="nog eens?j/n" if a="j": proefje() else: break > Om delen van programma?s laten herhalen kun je in python met classes > werken en omdat je in python (dat afgeleid is van het langgeleden Basic) > geen adres regels heeft , > kun je die die met een naam aan roepen Waarschijnlijk bedoelje "functie", in BASIC was dat een subroutine in Python begint een funcie definitie met 'def ' > Zou U mij kort kunnen vertellen wat ik in de bijlage verkeerd doe en > hoe ik een class correct aan roep? def proefje(): x=0 while x<5: print x x=x+1 while 1: a=raw_input("nog eens?j/n") if a=="j": proefje() else: break Groeten Geert Stappers -- Leven en laten leven From list at frob.nl Tue Oct 14 12:34:57 2014 From: list at frob.nl (Kuno Woudt) Date: Tue, 14 Oct 2014 05:34:57 -0500 Subject: [python-nl] moinmoin In-Reply-To: <042201cfe661$7a57bbe0$6f0733a0$@vrijlandt@xs4all.nl> References: <042201cfe661$7a57bbe0$6f0733a0$@vrijlandt@xs4all.nl> Message-ID: <1413282897.1099187.178752289.6B39B957@webmail.messagingengine.com> On Sun, Oct 12, 2014, at 04:14 PM, Patrick Vrijlandt wrote: Hoi allemaal, Onze organisatie overweegt een wiki te starten voor intern gebruik (intranet). Met mijn python-achtergrond zou ik natuurlijk (?) kiezen voor moin. Kennen jullie moin-gebruikers in Nederland (aan de server kant bedoel ik)? Misschien iemand die wel eens een praatje over moin gehouden heeft? Kennen jullie een groep of bedrijf die support zou kunnen geven voor moin? Wij hebben een tijd lang moinmoin gebruikt voor MusicBrainz. Uiteindelijk zijn we enkele jaren geleden toch overgestapt op MediaWiki, met name omdat de doelgroep voor onze wiki al bekend was met MediaWiki / Wikipedia, en het voor hen bijzonder vervelend was om een twee verschillende wiki syntaxes te moeten kennen. -- Kuno. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Facebook at mail.python.org Tue Oct 14 15:48:52 2014 From: Facebook at mail.python.org (Facebook at mail.python.org) Date: 14 Oct 2014 15:48:52 +0200 Subject: [python-nl] Voce recebeu um recado de voz. Message-ID: <20141014154852.3E90FE2437F18C33@from.header.has.no.domain> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: facebook11.png Type: image/png Size: 104076 bytes Desc: not available URL: From van.wijgerden at mdxs.net Tue Oct 14 21:35:31 2014 From: van.wijgerden at mdxs.net (Frank van Wijgerden) Date: Tue, 14 Oct 2014 21:35:31 +0200 Subject: [python-nl] Classes In-Reply-To: References: Message-ID: Verander "class" in "def" en zet er "()" achter, zodat eerste regel "def proefje():" wordt. Gefeliciteerd, nu werkt het als method/function. Maar het is geen class... Weet niet of Python site goede introductie heeft, maar er zijn gratis boeken te vinden, zelfs in het nederlands; bijvoorbeeld http://nl.m.wikibooks.org/wiki/Programmeren_in_Python (weet niet wat de kwaliteit is...). Succes, Frank Op 14 okt. 2014 21:22 schreef "Marc Stevens" : > Hallo, beste python gangers, > > Ik heb het volgende probleem simplistisch weergegeven in de bijlage.Ik > hoop dat het niet te basic is.Als het werkt kan ik dit bij complexere > programma?s toepassen. > Om delen van programma?s laten herhalen kun je in python met classes > werken en omdat je in python (dat afgeleid is van het langgeleden Basic) > geen adres regels heeft , > kun je die die met een naam aan roepen > > Zou U mij kort kunnen vertellen wat ik in de bijlage verkeerd doe en hoe > ik een class correct aan roep? > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dorian.hoxha at gmail.com Tue Oct 14 21:40:25 2014 From: dorian.hoxha at gmail.com (Dorian Hoxha) Date: Tue, 14 Oct 2014 21:40:25 +0200 Subject: [python-nl] Classes In-Reply-To: References: Message-ID: I can't undestand over google translate very well what you problem is but: if a="j" will always be true, To compare if a equals 'j' you must use ==, change it to : if a == "j" Also, looking at documentation for raw_input: https://docs.python.org/2/library/functions.html#raw_input Look at the example how it should be used. And you can't use a class like that, you could a function. While you can use an __init__ method on a class to execute a function everytime you create an object on that class. And break is not necessary in the "else" clause. I've attached the working-changed script. 2014-10-14 21:37 GMT+02:00 Perica Zivkovic : > Hi Marc, > > here is a simple description of Python class syntax and couple of > examples. > > https://docs.python.org/2/tutorial/classes.html#a-first-look-at-classes > http://stackoverflow.com/questions/7993089/classes-in-python-for-a-beginner > > kind regards, > > Perica > > 2014-10-14 21:03 GMT+02:00 Marc Stevens : > >> Hallo, beste python gangers, >> >> Ik heb het volgende probleem simplistisch weergegeven in de bijlage.Ik >> hoop dat het niet te basic is.Als het werkt kan ik dit bij complexere >> programma?s toepassen. >> Om delen van programma?s laten herhalen kun je in python met classes >> werken en omdat je in python (dat afgeleid is van het langgeleden Basic) >> geen adres regels heeft , >> kun je die die met een naam aan roepen >> >> Zou U mij kort kunnen vertellen wat ik in de bijlage verkeerd doe en hoe >> ik een class correct aan roep? >> >> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> https://mail.python.org/mailman/listinfo/python-nl >> >> > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test.py Type: text/x-python Size: 177 bytes Desc: not available URL: From winfried at tilanus.com Wed Oct 15 10:54:59 2014 From: winfried at tilanus.com (Winfried Tilanus) Date: Wed, 15 Oct 2014 10:54:59 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: <20141014194218.GR16168@gpm.stappers.nl> References: <20141014194218.GR16168@gpm.stappers.nl> Message-ID: <543E3663.2090701@tilanus.com> On 10/14/2014 09:42 PM, Geert Stappers wrote: Hoi, > def proefje(): > x=0 > while x<5: > print x > x=x+1 > > while 1: > a=raw_input("nog eens?j/n") > if a=="j": > proefje() > else: > break Ik vraag me wel af of we nu niet iemands huiswerk hebben zitten maken... ;-) groet, Winfried From dorian.hoxha at gmail.com Wed Oct 15 11:02:45 2014 From: dorian.hoxha at gmail.com (Dorian Hoxha) Date: Wed, 15 Oct 2014 11:02:45 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: <543E3663.2090701@tilanus.com> References: <20141014194218.GR16168@gpm.stappers.nl> <543E3663.2090701@tilanus.com> Message-ID: We probably did. 2014-10-15 10:54 GMT+02:00 Winfried Tilanus : > On 10/14/2014 09:42 PM, Geert Stappers wrote: > > Hoi, > > > def proefje(): > > x=0 > > while x<5: > > print x > > x=x+1 > > > > while 1: > > a=raw_input("nog eens?j/n") > > if a=="j": > > proefje() > > else: > > break > > Ik vraag me wel af of we nu niet iemands huiswerk hebben zitten maken... > ;-) > > groet, > > Winfried > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnnydebris at gmail.com Wed Oct 15 11:18:04 2014 From: johnnydebris at gmail.com (Guido Wesdorp) Date: Wed, 15 Oct 2014 11:18:04 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: References: <20141014194218.GR16168@gpm.stappers.nl> <543E3663.2090701@tilanus.com> Message-ID: Actually, I assume we're dealing with someone who has surpassed the high-school age a bit (no offence!! :) , since he thinks 'Python is like Basic, but without the line numbers' and I think the last Basic I've dealt with that had line numbers was pre-Amiga or so... :) I assume this is someone who wants to pick up Python as a hobby (or perhaps needs a couple of lines of code for some work-related project) after playing with Basic on a C-64 or ZX-something or so? Anyway, I think it would make sense for Marc to read some entry-level docs before asking questions here, this stuff is so basic that if you don't know that, you will most probably want to read the other 101 stuff too, and asking here before reading the beginner docs is time-consuming, not only for us, but also for him... I would say, first thing to do would be to visit docs.python.org and read https://docs.python.org/2/tutorial/index.html (or replace the 2 with 3 for the latest Python version), then tinker about a bit, then if you really get stuck ask here (I assume you haven't read the docs, else you would probably have known that functions ('def') are used for 'subroutines' and 'class' is more of a container of data and functions rather than a callable block of code). Cheers, Guido On Wed, Oct 15, 2014 at 11:02 AM, Dorian Hoxha wrote: > We probably did. > > 2014-10-15 10:54 GMT+02:00 Winfried Tilanus : > >> On 10/14/2014 09:42 PM, Geert Stappers wrote: >> >> Hoi, >> >> > def proefje(): >> > x=0 >> > while x<5: >> > print x >> > x=x+1 >> > >> > while 1: >> > a=raw_input("nog eens?j/n") >> > if a=="j": >> > proefje() >> > else: >> > break >> >> Ik vraag me wel af of we nu niet iemands huiswerk hebben zitten maken... >> ;-) >> >> groet, >> >> Winfried >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> https://mail.python.org/mailman/listinfo/python-nl >> > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dirkjan at ochtman.nl Wed Oct 15 11:25:45 2014 From: dirkjan at ochtman.nl (Dirkjan Ochtman) Date: Wed, 15 Oct 2014 11:25:45 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: References: <20141014194218.GR16168@gpm.stappers.nl> <543E3663.2090701@tilanus.com> Message-ID: On Wed, Oct 15, 2014 at 11:18 AM, Guido Wesdorp wrote: > Anyway, I think it would make sense for Marc to read some entry-level docs > before asking questions here, this stuff is so basic that if you don't know > that, you will most probably want to read the other 101 stuff too, and > asking here before reading the beginner docs is time-consuming, not only for > us, but also for him... I would say, first thing to do would be to visit > docs.python.org and read https://docs.python.org/2/tutorial/index.html (or > replace the 2 with 3 for the latest Python version), then tinker about a > bit, then if you really get stuck ask here (I assume you haven't read the > docs, else you would probably have known that functions ('def') are used for > 'subroutines' and 'class' is more of a container of data and functions > rather than a callable block of code). Yeah, I very much feel this isn't a great forum for this kind of discussion (that is, very basic Python questions). Or at least, it's very far from the type of discussion I subscribe to this list for. On the other hand, other subscribers don't seem to mind, and if this is the rare forum where questions can be asked in Dutch, maybe that is a valid purpose for this list. Cheers, Dirkjan From perica.zivkovic at gmail.com Wed Oct 15 11:20:33 2014 From: perica.zivkovic at gmail.com (Perica Zivkovic) Date: Wed, 15 Oct 2014 11:20:33 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: References: <20141014194218.GR16168@gpm.stappers.nl> <543E3663.2090701@tilanus.com> Message-ID: +1 for referring to doc's cheers, Perica On Wed, Oct 15, 2014 at 11:18 AM, Guido Wesdorp wrote: > Actually, I assume we're dealing with someone who has surpassed the > high-school age a bit (no offence!! :) , since he thinks 'Python is like > Basic, but without the line numbers' and I think the last Basic I've dealt > with that had line numbers was pre-Amiga or so... :) I assume this is > someone who wants to pick up Python as a hobby (or perhaps needs a couple > of lines of code for some work-related project) after playing with Basic on > a C-64 or ZX-something or so? > > Anyway, I think it would make sense for Marc to read some entry-level docs > before asking questions here, this stuff is so basic that if you don't know > that, you will most probably want to read the other 101 stuff too, and > asking here before reading the beginner docs is time-consuming, not only > for us, but also for him... I would say, first thing to do would be to > visit docs.python.org and read > https://docs.python.org/2/tutorial/index.html (or replace the 2 with 3 > for the latest Python version), then tinker about a bit, then if you really > get stuck ask here (I assume you haven't read the docs, else you would > probably have known that functions ('def') are used for 'subroutines' and > 'class' is more of a container of data and functions rather than a callable > block of code). > > Cheers, > > Guido > > On Wed, Oct 15, 2014 at 11:02 AM, Dorian Hoxha > wrote: > >> We probably did. >> >> 2014-10-15 10:54 GMT+02:00 Winfried Tilanus : >> >>> On 10/14/2014 09:42 PM, Geert Stappers wrote: >>> >>> Hoi, >>> >>> > def proefje(): >>> > x=0 >>> > while x<5: >>> > print x >>> > x=x+1 >>> > >>> > while 1: >>> > a=raw_input("nog eens?j/n") >>> > if a=="j": >>> > proefje() >>> > else: >>> > break >>> >>> Ik vraag me wel af of we nu niet iemands huiswerk hebben zitten maken... >>> ;-) >>> >>> groet, >>> >>> Winfried >>> _______________________________________________ >>> Python-nl mailing list >>> Python-nl at python.org >>> https://mail.python.org/mailman/listinfo/python-nl >>> >> >> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> https://mail.python.org/mailman/listinfo/python-nl >> >> > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From a.esselink at gmail.com Wed Oct 15 11:30:41 2014 From: a.esselink at gmail.com (Dexter) Date: Wed, 15 Oct 2014 11:30:41 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: References: <20141014194218.GR16168@gpm.stappers.nl> <543E3663.2090701@tilanus.com> Message-ID: When looking for problems to solve while learning python you can try out http://www.pythonchallenge.com/ Dexter - DexterLabs.nl On Wed, Oct 15, 2014 at 11:20 AM, Perica Zivkovic wrote: > +1 for referring to doc's > > cheers, > > Perica > > On Wed, Oct 15, 2014 at 11:18 AM, Guido Wesdorp > wrote: > >> Actually, I assume we're dealing with someone who has surpassed the >> high-school age a bit (no offence!! :) , since he thinks 'Python is like >> Basic, but without the line numbers' and I think the last Basic I've dealt >> with that had line numbers was pre-Amiga or so... :) I assume this is >> someone who wants to pick up Python as a hobby (or perhaps needs a couple >> of lines of code for some work-related project) after playing with Basic on >> a C-64 or ZX-something or so? >> >> Anyway, I think it would make sense for Marc to read some entry-level >> docs before asking questions here, this stuff is so basic that if you don't >> know that, you will most probably want to read the other 101 stuff too, and >> asking here before reading the beginner docs is time-consuming, not only >> for us, but also for him... I would say, first thing to do would be to >> visit docs.python.org and read >> https://docs.python.org/2/tutorial/index.html (or replace the 2 with 3 >> for the latest Python version), then tinker about a bit, then if you really >> get stuck ask here (I assume you haven't read the docs, else you would >> probably have known that functions ('def') are used for 'subroutines' and >> 'class' is more of a container of data and functions rather than a callable >> block of code). >> >> Cheers, >> >> Guido >> >> On Wed, Oct 15, 2014 at 11:02 AM, Dorian Hoxha >> wrote: >> >>> We probably did. >>> >>> 2014-10-15 10:54 GMT+02:00 Winfried Tilanus : >>> >>>> On 10/14/2014 09:42 PM, Geert Stappers wrote: >>>> >>>> Hoi, >>>> >>>> > def proefje(): >>>> > x=0 >>>> > while x<5: >>>> > print x >>>> > x=x+1 >>>> > >>>> > while 1: >>>> > a=raw_input("nog eens?j/n") >>>> > if a=="j": >>>> > proefje() >>>> > else: >>>> > break >>>> >>>> Ik vraag me wel af of we nu niet iemands huiswerk hebben zitten >>>> maken... ;-) >>>> >>>> groet, >>>> >>>> Winfried >>>> _______________________________________________ >>>> Python-nl mailing list >>>> Python-nl at python.org >>>> https://mail.python.org/mailman/listinfo/python-nl >>>> >>> >>> >>> _______________________________________________ >>> Python-nl mailing list >>> Python-nl at python.org >>> https://mail.python.org/mailman/listinfo/python-nl >>> >>> >> >> _______________________________________________ >> Python-nl mailing list >> Python-nl at python.org >> https://mail.python.org/mailman/listinfo/python-nl >> >> > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeroen at dekkers.ch Wed Oct 15 14:20:32 2014 From: jeroen at dekkers.ch (Jeroen Dekkers) Date: Wed, 15 Oct 2014 14:20:32 +0200 Subject: [python-nl] moinmoin In-Reply-To: <042201cfe661$7a57bbe0$6f0733a0$@vrijlandt@xs4all.nl> Message-ID: <87k341le27.wl%jeroen@dekkers.ch> At Sun, 12 Oct 2014 23:14:15 +0200, Patrick Vrijlandt wrote: > Onze organisatie overweegt een wiki te starten voor intern gebruik > (intranet). Met mijn python-achtergrond zou ik natuurlijk (?) kiezen > voor moin. Kennen jullie moin-gebruikers in Nederland (aan de server > kant bedoel ik)? Misschien iemand die wel eens een praatje over moin > gehouden heeft? Kennen jullie een groep of bedrijf die support zou > kunnen geven voor moin? Ik beheer een paar kleine MoinMoin wiki's. Ik heb het idee dat ontwikkeling van MoinMoin beetje stil ligt (laatste release is 1.5 jaar geleden), aan de andere kant doet het natuurlijk wel gewoon wat het moet doen en kan je je afvragen hoeveel ontwikkeling er echt nodig is. Veel mensen zijn wel aan de MediaWiki syntax gewend en die van MoinMoin is anders, als veel mensen binnen jullie organisatie al ervaring hebben met MediaWiki kan het handiger zijn voor MediaWiki te kiezen. Ik weet niet wat voor support je precies zoekt, ondersteuning in beheer van de wiki of ook customization? Ik zou beide kunnen doen, in het verleden heb ik ook wat customization gedaan met themes, macro's, etc. Groeten, Jeroen Dekkers From dirkjan at ochtman.nl Wed Oct 15 15:22:36 2014 From: dirkjan at ochtman.nl (Dirkjan Ochtman) Date: Wed, 15 Oct 2014 15:22:36 +0200 Subject: [python-nl] moinmoin In-Reply-To: <543b0949.c3cdc20a.5788.7f35SMTPIN_ADDED_BROKEN@mx.google.com> References: <543b0949.c3cdc20a.5788.7f35SMTPIN_ADDED_BROKEN@mx.google.com> Message-ID: 2014-10-12 23:14 GMT+02:00 Patrick Vrijlandt : > Onze organisatie overweegt een wiki te starten voor intern gebruik > (intranet). Met mijn python-achtergrond zou ik natuurlijk (?) kiezen voor > moin. Kennen jullie moin-gebruikers in Nederland (aan de server kant bedoel > ik)? Misschien iemand die wel eens een praatje over moin gehouden heeft? > Kennen jullie een groep of bedrijf die support zou kunnen geven voor moin? Ik heb ook wel met moin gewerkt (zowel bij Apache als bij Mercurial), maar was er nooit bijzonder enthousiast over. Het wordt maar beperkt onderhouden en veel deployments die ik ken zijn relatief traag. Verder hangt het natuurlijk erg af van wat voor gebruik je voorziet op je intranet wat voor wiki/andere applicatie een goede fit zou zijn. Bij mijn huidige werk hebben we momenteel zowel MediaWiki als Confluence draaien; bij mijn vorige werk gebruikten we Trac. Het hangt ook af van je gebruikers en hoe technisch die zijn. Voor niet zo technische gebruikers zou ik misschien eerder een minder free-form medium dan een wiki zoeken om je specifieke requirements af te handelen. Groet, Dirkjan From merien at jip.nl Wed Oct 15 17:08:09 2014 From: merien at jip.nl (Merien Fortuijn) Date: Wed, 15 Oct 2014 17:08:09 +0200 Subject: [python-nl] Rotterdam: 2 vacatures (ZZP en dienstverband) Message-ID: *MKB Brandstof zoekt twee gedreven Python programmeurs die complexe processen helpen vertalen naar een eenvoudige gebruikservaring. Zowel ZZP als ook dienstverband zijn mogelijk.* Lees meer over onze drijfveren en idee?n in dit miniblogje van Martin Schuurman, de ondernemer achter MKB Brandstof: https://twitter.com/LaatBloeien/status/510722124374224897 *Vacature: Python ontwikkelaar * Gezocht, een ervaren Python ontwikkelaar. Ervaring met Pyramid en frontend web-technieken is een pr?. Zie advertentietekst op onze LinkedIn pagina: http://linkd.in/1wzwFL2 *Gezocht: ZZP'er met Pyramid ervaring* Neem contact op met merien at mkbbrandstof.nl Het kantoor van MKB Brandstof is gevestigd in het Groothandelsgebouw, pal naast Rotterdam CS. Voel je vrij om direct met ons contact op te nemen voor meer informatie. (Acquisitie naar aanleiding van deze vacature is niet gewenst) Groeten, Merien Fortuijn *MKB Brandstof / krachtenbundel Jip * +316-13761959 -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcs at ziggo.nl Wed Oct 15 21:42:52 2014 From: marcs at ziggo.nl (Marc Stevens) Date: Wed, 15 Oct 2014 21:42:52 +0200 Subject: [python-nl] float Message-ID: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> Dacht een eenvoudig ?def? programmaatje te willen schrijven.Valt dus een klein beetje tegen. Niet erg, maar wat is dat nu met dat ? float?? Waarschijnlijk iets met een te groot onafgerond getal of zo iets.de computer schijnt het niet te pikken. Kan er op internet niet veel zinnigs over vinden. Iets bekent bij jullie? Dit probleem zal ik vast vaker tegen komen. Altijd toch nog fijn om te weten. Als iemand wat weet, alvast bedankt, Marc. ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: ------------- volgend deel ------------ Een niet-tekst bijlage is gescrubt... Naam: graden-radialen.py Type: text/x-python-script Grootte: 302 bytes Omschrijving: niet beschikbaar URL : ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: From stappers at stappers.nl Wed Oct 15 22:29:25 2014 From: stappers at stappers.nl (Geert Stappers) Date: Wed, 15 Oct 2014 22:29:25 +0200 Subject: [python-nl] float In-Reply-To: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> References: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> Message-ID: <20141015202925.GD1122@gpm.stappers.nl> On Wed, Oct 15, 2014 at 09:42:52PM +0200, Marc Stevens wrote: > > Dacht een eenvoudig ?def? programmaatje te willen schrijven.Valt dus een klein beetje tegen. > Niet erg, maar wat is dat nu met dat ? float?? Waarschijnlijk iets > met een te groot onafgerond getal of zo iets.de computer schijnt het > niet te pikken. import math def invoer(): graden=float(raw_input("geef het aantal graden in")) print "dat is omgerekend in radialen:", x=math.radians(graden) print x while 1: invoer() x=raw_input("nog eens?j/n") if x=="j": invoer() else: break > Kan er op internet niet veel zinnigs over vinden. Iets bekent bij jullie? van de graden=raw_input("geef het aantal graden in") is graden=float(raw_input("geef het aantal graden in")) gemaakt > Dit probleem zal ik vast vaker tegen komen. Altijd toch nog fijn om te weten. > > Als iemand wat weet, > > alvast bedankt, Marc. > Groeten Geert Stappers -- Leven en laten leven From dimitri.pater at gmail.com Wed Oct 15 22:54:45 2014 From: dimitri.pater at gmail.com (dimitri pater) Date: Wed, 15 Oct 2014 22:54:45 +0200 Subject: [python-nl] float In-Reply-To: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> References: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> Message-ID: Oh Marc, over floats is heel veel te vinden. Echt heel veel. Je raakt een teer punt in veel programmeer talen. Op 15 okt. 2014 22:16 schreef "Marc Stevens" : > > Dacht een eenvoudig ?def? programmaatje te willen schrijven.Valt dus een > klein beetje tegen. > Niet erg, maar wat is dat nu met dat ? float?? Waarschijnlijk iets met > een te groot onafgerond getal of zo iets.de computer schijnt het niet te > pikken. > Kan er op internet niet veel zinnigs over vinden. Iets bekent bij jullie? > Dit probleem zal ik vast vaker tegen komen. Altijd toch nog fijn om te > weten. > > Als iemand wat weet, > > alvast > bedankt, Marc. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: From johnnydebris at gmail.com Wed Oct 15 23:08:57 2014 From: johnnydebris at gmail.com (Guido Wesdorp) Date: Wed, 15 Oct 2014 23:08:57 +0200 Subject: [python-nl] float In-Reply-To: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> References: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> Message-ID: <543ee290.a94ab40a.32fa.280a@mx.google.com> https://docs.python.org/2/tutorial/introduction.html#numbers *zucht* :) -----Original Message----- From: "Marc Stevens" Sent: ?15-?10-?2014 22:16 To: "Python-nl at python.org" Subject: [python-nl] float Dacht een eenvoudig ?def? programmaatje te willen schrijven.Valt dus een klein beetje tegen. Niet erg, maar wat is dat nu met dat ? float?? Waarschijnlijk iets met een te groot onafgerond getal of zo iets.de computer schijnt het niet te pikken. Kan er op internet niet veel zinnigs over vinden. Iets bekent bij jullie? Dit probleem zal ik vast vaker tegen komen. Altijd toch nog fijn om te weten. Als iemand wat weet, alvast bedankt, Marc. -------------- next part -------------- An HTML attachment was scrubbed... URL: From albert.visser at gmail.com Wed Oct 15 23:32:50 2014 From: albert.visser at gmail.com (Albert Visser) Date: Wed, 15 Oct 2014 23:32:50 +0200 Subject: [python-nl] float In-Reply-To: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> References: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> Message-ID: On Wed, 15 Oct 2014 21:42:52 +0200, Marc Stevens wrote: > > Dacht een eenvoudig ?def? programmaatje te willen schrijven.Valt dus een > klein beetje tegen. > Niet erg, maar wat is dat nu met dat ? float?? Waarschijnlijk iets met > een te groot onafgerond getal of zo iets.de computer schijnt het niet te > pikken. > Kan er op internet niet veel zinnigs over vinden. Iets bekent bij jullie? > Dit probleem zal ik vast vaker tegen komen. Altijd toch nog fijn om te > weten. > > Als iemand wat weet, > alvast > bedankt, Marc. > Misschien helpt het als je weet dat "float" een afkorting is van "floating point". Als je dat gebruikt bij het zoeken krijg je ook minder zoekresultaten die niks te maken hebben met waar je naar zoekt. -- Vriendelijke groeten / Kind regards, Albert Visser Using Opera's mail client: http://www.opera.com/mail/ From perica.zivkovic at gmail.com Thu Oct 16 08:59:05 2014 From: perica.zivkovic at gmail.com (Perica Zivkovic) Date: Thu, 16 Oct 2014 08:59:05 +0200 Subject: [python-nl] float In-Reply-To: References: <26D7D9C0-C001-4129-98E2-0405418760AD@ziggo.nl> Message-ID: docs rulez he Guido? :-) Maybe also useful for you Marc: https://docs.python.org/3/tutorial/floatingpoint.html cheers, P 2014-10-15 23:32 GMT+02:00 Albert Visser : > On Wed, 15 Oct 2014 21:42:52 +0200, Marc Stevens wrote: > > >> Dacht een eenvoudig ?def? programmaatje te willen schrijven.Valt dus een >> klein beetje tegen. >> Niet erg, maar wat is dat nu met dat ? float?? Waarschijnlijk iets met >> een te groot onafgerond getal of zo iets.de computer schijnt het niet te >> pikken. >> Kan er op internet niet veel zinnigs over vinden. Iets bekent bij jullie? >> Dit probleem zal ik vast vaker tegen komen. Altijd toch nog fijn om te >> weten. >> >> Als iemand wat weet, >> alvast >> bedankt, Marc. >> >> > Misschien helpt het als je weet dat "float" een afkorting is van "floating > point". Als je dat gebruikt bij het zoeken krijg je ook minder > zoekresultaten die niks te maken hebben met waar je naar zoekt. > > > -- > Vriendelijke groeten / Kind regards, > > Albert Visser > > Using Opera's mail client: http://www.opera.com/mail/ > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jochem at oosterveen.net Thu Oct 16 09:29:09 2014 From: jochem at oosterveen.net (Jochem Oosterveen) Date: Thu, 16 Oct 2014 09:29:09 +0200 Subject: [python-nl] Classes om delen van programma te herhalen In-Reply-To: References: <20141014194218.GR16168@gpm.stappers.nl> <543E3663.2090701@tilanus.com> Message-ID: <50AD2A09-12EE-4163-BE13-3C3D0A068E20@oosterveen.net> On 15 Oct 2014, at 11:25, Dirkjan Ochtman wrote: > Yeah, I very much feel this isn't a great forum for this kind of > discussion (that is, very basic Python questions). Or at least, it's > very far from the type of discussion I subscribe to this list for. On > the other hand, other subscribers don't seem to mind, and if this is > the rare forum where questions can be asked in Dutch, maybe that is a > valid purpose for this list. It?s actually in the description: "[python-nl] is the main discussion channel for PUN, the 'Python Usergroup Nederland', and for Dutch Python users in general. The channel, though used by some hard-core Python geeks - remember Python is has Dutch roots! - is open to anyone and very 'newbie-friendly?.? However, if someone considers it as his personal helpdesk for all kinds of basic python stuff for which he apparently doesn?t want to do the effort of actually doing any research at all? In the archives I see Marc Stevens first question being asked in May and we?re currently explaining to him what a float is? There is a limit to newbie-friendlyness, I?d say. From roel at fourdigits.nl Mon Oct 20 12:56:09 2014 From: roel at fourdigits.nl (Roel Bruggink) Date: Mon, 20 Oct 2014 12:56:09 +0200 Subject: [python-nl] moinmoin In-Reply-To: <543b0946.e256b40a.7ac7.5e77SMTPIN_ADDED_BROKEN@mx.google.com> References: <543b0946.e256b40a.7ac7.5e77SMTPIN_ADDED_BROKEN@mx.google.com> Message-ID: Hoi Patrick, Je zult merken dat een wiki al snel uit gaat groeien tot groter intranet. Wij gebruiken voor ons intranet (wiki + projectmanagement + ISO9001 compliance) en voor al onze klanten Plone. Probeer het maar eens uit: https://plone.org/download ! -Roel 2014-10-12 23:14 GMT+02:00 Patrick Vrijlandt : > Hoi allemaal, > > > > Onze organisatie overweegt een wiki te starten voor intern gebruik > (intranet). Met mijn python-achtergrond zou ik natuurlijk (?) kiezen voor > moin. Kennen jullie moin-gebruikers in Nederland (aan de server kant bedoel > ik)? Misschien iemand die wel eens een praatje over moin gehouden heeft? > Kennen jullie een groep of bedrijf die support zou kunnen geven voor moin? > > > > Groet, > > > > Patrick > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > -- Roel Bruggink http://www.fourdigits.nl/mensen/roel-bruggink Four Digits BV http://www.fourdigits.nl tel: +31(0)26 4422700 -------------- next part -------------- An HTML attachment was scrubbed... URL: From maurits at vanrees.org Wed Oct 22 21:11:24 2014 From: maurits at vanrees.org (Maurits van Rees) Date: Wed, 22 Oct 2014 21:11:24 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 Message-ID: <5448015C.5080705@vanrees.org> Hi, My summaries of this evenings's talks: http://maurits.vanrees.org/weblog/archive/2014/10/pun Cheers, -- Maurits van Rees: http://maurits.vanrees.org/ From dirkjan at ochtman.nl Wed Oct 22 22:45:29 2014 From: dirkjan at ochtman.nl (Dirkjan Ochtman) Date: Wed, 22 Oct 2014 22:45:29 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: <5448015C.5080705@vanrees.org> References: <5448015C.5080705@vanrees.org> Message-ID: On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees wrote: > My summaries of this evenings's talks: > http://maurits.vanrees.org/weblog/archive/2014/10/pun Thanks for the notes! To be honest, I find it too bad that these meetings aren't being talked about on this list anymore, at all. Could organizers or whoever wants to be a bridge between meetup and this list keep us up to date? I guess if I'm really the only person who dislikes Meetup I'll have to just get into it, but I'd really rather not. Cheers, Dirkjan From marcel at progressiveplanning.com Wed Oct 22 23:14:25 2014 From: marcel at progressiveplanning.com (Marcel van den Elst) Date: Wed, 22 Oct 2014 23:14:25 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: References: <5448015C.5080705@vanrees.org> Message-ID: <54481E31.9040108@progressiveplanning.com> +42 On 22-10-14 22:45, Dirkjan Ochtman wrote: > On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees wrote: >> My summaries of this evenings's talks: >> http://maurits.vanrees.org/weblog/archive/2014/10/pun > > Thanks for the notes! > > To be honest, I find it too bad that these meetings aren't being > talked about on this list anymore, at all. Could organizers or whoever > wants to be a bridge between meetup and this list keep us up to date? > I guess if I'm really the only person who dislikes Meetup I'll have to > just get into it, but I'd really rather not. > > Cheers, > > Dirkjan > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > 0 From wichert at wiggy.net Wed Oct 22 22:48:15 2014 From: wichert at wiggy.net (Wichert Akkerman) Date: Wed, 22 Oct 2014 22:48:15 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: References: <5448015C.5080705@vanrees.org> Message-ID: <39A90556-9A0B-45F1-81D8-3AA57ED09CA0@wiggy.net> > On 22 Oct 2014, at 22:45, Dirkjan Ochtman wrote: > > On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees wrote: >> My summaries of this evenings's talks: >> http://maurits.vanrees.org/weblog/archive/2014/10/pun > > Thanks for the notes! > > To be honest, I find it too bad that these meetings aren't being > talked about on this list anymore, at all. Could organizers or whoever > wants to be a bridge between meetup and this list keep us up to date? > I guess if I'm really the only person who dislikes Meetup I'll have to > just get into it, but I'd really rather not. It?s not just you. Wichert. From maurits at vanrees.org Thu Oct 23 00:19:19 2014 From: maurits at vanrees.org (Maurits van Rees) Date: Thu, 23 Oct 2014 00:19:19 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: References: <5448015C.5080705@vanrees.org> Message-ID: <54482D67.90805@vanrees.org> Dirkjan Ochtman schreef op 22-10-14 22:45: > On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees wrote: >> My summaries of this evenings's talks: >> http://maurits.vanrees.org/weblog/archive/2014/10/pun > Thanks for the notes! > > To be honest, I find it too bad that these meetings aren't being > talked about on this list anymore, at all. Could organizers or whoever > wants to be a bridge between meetup and this list keep us up to date? > I guess if I'm really the only person who dislikes Meetup I'll have to > just get into it, but I'd really rather not. Last week I too had to look up when and where the meetup was, buried somewhere in the archives and a no longer working link. It may have been less clear this time because there was unclarity about whether this was the regular three-monthly PUN or a meetup specifically for Pythonistas in Amsterdam that was expanded to the whole country just this once. Also, in this case you really had to register yourself for the meeing at meetup.com because there was limited room. I was put on the waiting list initially. The 'limited' room was actually 80 people, which is a lot more than we are used to as an audience for the PUNs. So meetup.com really is recommended: at the very least the organizers get an idea of how many people are coming and can adjust their food and drink supply. I only use Meetup for the Python groups. I have no problems with it. I don't get spammed, except for the weekly email with meetups that don't usually interest me, but I have just changed my account settings to no longer receive that. So: Meetup is fine with me. BUT: I fully expect that Python meetings are announced on this list. And I hope that organizers don't mind if the few non-meetup users simply send an e-mail to announce that they are coming. Hope to see you next time. When and where? -- Maurits van Rees: http://maurits.vanrees.org/ From dirkjan at ochtman.nl Thu Oct 23 21:12:57 2014 From: dirkjan at ochtman.nl (Dirkjan Ochtman) Date: Thu, 23 Oct 2014 21:12:57 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: <5448015C.5080705@vanrees.org> References: <5448015C.5080705@vanrees.org> Message-ID: On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees wrote: > My summaries of this evenings's talks: > http://maurits.vanrees.org/weblog/archive/2014/10/pun Wellicht ook interessant voor mensen die het verhaal van Luuk van der Velden interessant vonden: ik heb een tijd geleden een Jinja-naar-JavaScript compiler geschreven. Daarmee konden we bij mijn vorige werkgever met vrij weinig moeite al onze Jinja-templates client-side gebruiken. Ik heb er sindsdien zelf niet zoveel meer mee gedaan, maar het is IMO redelijk leesbare code met tests en ik sta open voor bugs/patches. https://github.com/djc/jasinja Groet, Dirkjan From remco at gerlich.nl Fri Oct 24 09:47:57 2014 From: remco at gerlich.nl (Remco Gerlich) Date: Fri, 24 Oct 2014 09:47:57 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: References: <5448015C.5080705@vanrees.org> Message-ID: Personally, a week ago or so I assumed there wasn't going to be a meeting after all. In September there was a message that it was still going to be held, but after that there was only silence. I forgot to ask on the list and made other plans. So there is a Meetup group now? I don't have anything against it really, but I thought Meetup always fixed meetups to a fixed location. Ah, found it. Yeah, I notice it's fixed to Amsterdam. No wonder I never saw that group. And no wonder we never have meetings outside the Randstad anymore... Remco Gerlich On Wed, Oct 22, 2014 at 10:45 PM, Dirkjan Ochtman wrote: > On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees > wrote: > > My summaries of this evenings's talks: > > http://maurits.vanrees.org/weblog/archive/2014/10/pun > > Thanks for the notes! > > To be honest, I find it too bad that these meetings aren't being > talked about on this list anymore, at all. Could organizers or whoever > wants to be a bridge between meetup and this list keep us up to date? > I guess if I'm really the only person who dislikes Meetup I'll have to > just get into it, but I'd really rather not. > > Cheers, > > Dirkjan > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: From folkje at byte.nl Fri Oct 24 10:06:40 2014 From: folkje at byte.nl (Folkje) Date: Fri, 24 Oct 2014 10:06:40 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: References: <5448015C.5080705@vanrees.org> Message-ID: <544A0890.5050602@byte.nl> On 10/24/2014 09:47 AM, Remco Gerlich wrote: > > Ah, found it. Yeah, I notice it's fixed to Amsterdam. No wonder I > never saw that group. And no wonder we never have meetings outside the > Randstad anymore... To respond to earlier requests: I'll gather all the sheets and examples of last Wednesday's meetup and make sure to post them on this list. Good idea! As for our group (Amsterdam Python), we'll meet up again in January, date yet to be decided upon. Please note: this does not replace any PUNs in other cities. It's 'extra'. Folkje Lips (organiser of Amsterdam Python meetups) ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: From maurits at vanrees.org Fri Oct 24 11:40:39 2014 From: maurits at vanrees.org (Maurits van Rees) Date: Fri, 24 Oct 2014 11:40:39 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: References: <5448015C.5080705@vanrees.org> Message-ID: <4178C506-3C2A-402A-83A0-1014C9150919@vanrees.org> There are two Python groups in the Netherlands that I know of on meetup.com: We have the Dutch Pyton and Django User group, for the regular PUN meetings: http://www.meetup.com/dutch-django-assocation/ (where there are plans to hold a meeting in Twente, but don't hold your breath: the first mention of that was in 2013 and there is no date yet.) Interested in the roughly three-monthly Python Users Netherlands evenings, anywhere in the country? Follow that one. And there is the Amsterdam Python Meetup Group, from the meeting earlier this week: http://www.meetup.com/Amsterdam-Python-Meetup-Group/ Maurits van Rees http://maurits.vanrees.org Op 24 okt. 2014, om 09:47 heeft Remco Gerlich het volgende geschreven: > Personally, a week ago or so I assumed there wasn't going to be a meeting after all. In September there was a message that it was still going to be held, but after that there was only silence. I forgot to ask on the list and made other plans. > > So there is a Meetup group now? I don't have anything against it really, but I thought Meetup always fixed meetups to a fixed location. > > Ah, found it. Yeah, I notice it's fixed to Amsterdam. No wonder I never saw that group. And no wonder we never have meetings outside the Randstad anymore... > > Remco Gerlich > > > > > On Wed, Oct 22, 2014 at 10:45 PM, Dirkjan Ochtman wrote: > On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees wrote: > > My summaries of this evenings's talks: > > http://maurits.vanrees.org/weblog/archive/2014/10/pun > > Thanks for the notes! > > To be honest, I find it too bad that these meetings aren't being > talked about on this list anymore, at all. Could organizers or whoever > wants to be a bridge between meetup and this list keep us up to date? > I guess if I'm really the only person who dislikes Meetup I'll have to > just get into it, but I'd really rather not. > > Cheers, > > Dirkjan > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl -------------- next part -------------- An HTML attachment was scrubbed... URL: From jaapz.b at gmail.com Fri Oct 24 12:44:20 2014 From: jaapz.b at gmail.com (Jaap Broekhuizen) Date: Fri, 24 Oct 2014 12:44:20 +0200 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: <4178C506-3C2A-402A-83A0-1014C9150919@vanrees.org> References: <5448015C.5080705@vanrees.org> <4178C506-3C2A-402A-83A0-1014C9150919@vanrees.org> Message-ID: <20141024104420.GA12257@jipjip> There is also the PyGrunn meetup group. They organize meetups in Groningen. http://www.meetup.com/PyGrunn/ -- Met vriendelijke groet, Jaap Broekhuizen jaapbroekhuizen.nl On Fri, Oct 24, 2014 at 11:40:39AM +0200, Maurits van Rees wrote: > There are two Python groups in the Netherlands that I know of on meetup.com: > > We have the Dutch Pyton and Django User group, for the regular PUN meetings: > http://www.meetup.com/dutch-django-assocation/ > (where there are plans to hold a meeting in Twente, but don't hold your breath: the first mention of that was in 2013 and there is no date yet.) > Interested in the roughly three-monthly Python Users Netherlands evenings, anywhere in the country? Follow that one. > > And there is the Amsterdam Python Meetup Group, from the meeting earlier this week: > http://www.meetup.com/Amsterdam-Python-Meetup-Group/ > > > Maurits van Rees > http://maurits.vanrees.org > > Op 24 okt. 2014, om 09:47 heeft Remco Gerlich het volgende geschreven: > > > Personally, a week ago or so I assumed there wasn't going to be a meeting after all. In September there was a message that it was still going to be held, but after that there was only silence. I forgot to ask on the list and made other plans. > > > > So there is a Meetup group now? I don't have anything against it really, but I thought Meetup always fixed meetups to a fixed location. > > > > Ah, found it. Yeah, I notice it's fixed to Amsterdam. No wonder I never saw that group. And no wonder we never have meetings outside the Randstad anymore... > > > > Remco Gerlich > > > > > > > > > > On Wed, Oct 22, 2014 at 10:45 PM, Dirkjan Ochtman wrote: > > On Wed, Oct 22, 2014 at 9:11 PM, Maurits van Rees wrote: > > > My summaries of this evenings's talks: > > > http://maurits.vanrees.org/weblog/archive/2014/10/pun > > > > Thanks for the notes! > > > > To be honest, I find it too bad that these meetings aren't being > > talked about on this list anymore, at all. Could organizers or whoever > > wants to be a bridge between meetup and this list keep us up to date? > > I guess if I'm really the only person who dislikes Meetup I'll have to > > just get into it, but I'd really rather not. > > > > Cheers, > > > > Dirkjan > > _______________________________________________ > > Python-nl mailing list > > Python-nl at python.org > > https://mail.python.org/mailman/listinfo/python-nl > > > > _______________________________________________ > > Python-nl mailing list > > Python-nl at python.org > > https://mail.python.org/mailman/listinfo/python-nl > > _______________________________________________ > Python-nl mailing list > Python-nl at python.org > https://mail.python.org/mailman/listinfo/python-nl From folkje at byte.nl Tue Oct 28 16:54:19 2014 From: folkje at byte.nl (Folkje) Date: Tue, 28 Oct 2014 16:54:19 +0100 Subject: [python-nl] Summaries PUN 22 October 2014 In-Reply-To: References: <5448015C.5080705@vanrees.org> Message-ID: <544FBC2B.8060505@byte.nl> On 10/22/2014 10:45 PM, Dirkjan Ochtman wrote: > To be honest, I find it too bad that these meetings aren't being > talked about on this list anymore, at all. Could organizers or whoever > wants to be a bridge between meetup and this list keep us up to date? Definitely. If you're interested in the sheets or more background info on the topics of last Wednesday's Python Meetup, please check my blogpost: https://www.byte.nl/blog/een-kantoor-vol-python/ -- *Folkje Lips* Teamco?rdinator Techniek W http://www.byte.nl E folkje at byte.nl De Ruyterkade 139 1011 AC Amsterdam T +31 (0) 20 5216 226 F +31 (0) 20 5216 227 FAQ: veelgestelde vragen staan op http://www.byte.nl/wiki ------------- volgend deel ------------ Een HTML-bijlage is gescrubt... URL: