On 30/09/13 10:15, vit...@gmx.com wrote:

Which of the available Python frameworks is the EASIEST to learn for a
NEWBIE who needs to do *basic* web development? (only the *most basic*
web functionality will be needed)

The cgi module in the standard library is easy to learn if you only want *basic* functionality. But you will likely outgrow it fairly soon.

Once you get beyond that you are into a labyrinth of options with every user having their own framework preference. The only way to see what suits you is to try them - or at least read thru some quick start guides or watch some YouTube videos.

They all do pretty much the same things so it doesn't really make a lot of difference which you choose.

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to