On Apr 18, 2013, at 16:07 , Niels Bom <[email protected]> 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 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.
For what it's worth the pyramid tutorials were written with python novices in mind. I'm not sure I really believe that starting with command line tool is necessarily simpler. Wichert. _______________________________________________ Python-nl mailing list [email protected] http://mail.python.org/mailman/listinfo/python-nl
