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 applications but a wild guess is that it's similar. There are frameworks to help you with those challenges but if you're just trying to learn stuff they can get in the way. Applications that you start with the commandline can be a) very useful b) as complicated as any other Python application So don't see it as something only for beginners :-) Then again if you have a concrete idea for a website or GUI application go right ahead :-) -Niels On Thu, Apr 18, 2013 at 3:06 PM, Winkel, Alex van < [email protected]> wrote: > 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 van Winkel**** > > _______________________________________________ > Python-nl mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-nl > >
_______________________________________________ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl
