Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-22 Berichten over hetzelfde onderwerp Dave de Fijter
Could.. Not.. Resist... http://www.youtube.com/watch?v=Cdg5Jr_NwTI Sorry :) ___ Python-nl mailing list Python-nl@python.org http://mail.python.org/mailman/listinfo/python-nl

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-21 Berichten over hetzelfde onderwerp Niels Bom
er van Heyst [wou...@richtlijn.be] > Verzonden: zaterdag 20 april 2013 11:53 > To: Dutch Python developers and users > Onderwerp: Re: [python-nl] Need a pointer... how to create an application or > website and use Python > > On Thu, Apr 18, 2013 at 13:31:13 -0500, Kuno Woudt

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-20 Berichten over hetzelfde onderwerp Winkel, Alex van
ks again, Alex Van: Python-nl [python-nl-bounces+wial=roceindhoven...@python.org] namens Wouter van Heyst [wou...@richtlijn.be] Verzonden: zaterdag 20 april 2013 11:53 To: Dutch Python developers and users Onderwerp: Re: [python-nl] Need a pointer... how to create an application or website and use

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-20 Berichten over hetzelfde onderwerp Wouter van Heyst
On Thu, Apr 18, 2013 at 13:31:13 -0500, Kuno Woudt wrote: > On 18-04-13 09:07, Niels Bom wrote: > >If you're still fairly new to Python I would start doing simple > >commandline scripts/applications first. Later on switch to > >websites and/or GUI applications. > > > >This will bypass a big stack o

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-18 Berichten over hetzelfde onderwerp Kuno Woudt
On 18-04-13 09:07, Niels Bom wrote: If you're still fairly new to Python I would start doing simple commandline scripts/applications first. Later on switch to websites and/or GUI applications. This will bypass a big stack of problems/challenges you get when you're making Python-powered websit

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-18 Berichten over hetzelfde onderwerp Wichert Akkerman
On Apr 18, 2013, at 16:07 , Niels Bom wrote: > If you're still fairly new to Python I would start doing simple commandline > scripts/applications first. Later on switch to websites and/or GUI > applications. > > This will bypass a big stack of problems/challenges you get when you're > making

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-18 Berichten over hetzelfde onderwerp Niels Bom
If you're still fairly new to Python I would start doing simple commandline scripts/applications first. Later on switch to websites and/or GUI applications. This will bypass a big stack of problems/challenges you get when you're making Python-powered websites. I've no experience with GUI applicati

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-18 Berichten over hetzelfde onderwerp Winkel, Alex van
Crystal clear, Thank you, Guido. Van: Python-nl [mailto:python-nl-bounces+wial=roceindhoven...@python.org] Namens Guido Wesdorp Verzonden: donderdag 18 april 2013 15:16 Aan: Dutch Python developers and users Onderwerp: Re: [python-nl] Need a pointer... how to create an application or website

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-18 Berichten over hetzelfde onderwerp Guido Wesdorp
Hi, There's many ways to create web apps with Python, it really depends on your use-cases and taste. If you just want to get started quickly, you can write CGI scripts in Python, almost all web servers can execute those and the learning curve is minimal, especially if you did any back-end developm

Re: [python-nl] Need a pointer... how to create an application or website and use Python

2013-04-18 Berichten over hetzelfde onderwerp Wichert Akkerman
Hoi Alex, dat hangt er vanaf framework je wil gebruiken. Om met twee te beginnen: "CreatingYour First Pyramid Application": http://docs.pylonsproject.org/projects/pyramid/en/1.4-branch/narr/firstapp.html "Writing your first Django app": https://docs.djangoproject.com/en/dev/intro/tutorial01/

[python-nl] Need a pointer... how to create an application or website and use Python

2013-04-18 Berichten over hetzelfde onderwerp Winkel, Alex van
L.S., Could someone give me a pointer where to look for lessons / studiematerial to create an application or website using Python. So far I have learned a lot about the syntax of Python, but didn't create a stand-alone application with it yet... ( I hope my question is clear) Regards, Alex va