[Tutor] Easiest framework for web development?

Alan Gauld alan.gauld at btinternet.com
Tue Oct 1 00:36:31 CEST 2013


On 30/09/13 10:15, vitsen at 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



More information about the Tutor mailing list