vit...@gmx.com wrote:
> Sent: Monday, September 30, 2013 4:16 AM
> To: tutor@python.org
> Subject: [Tutor] Easiest framework for web development?
> 
> Hi
> 
> 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)
> 
> Could you please provide links to any relevant tutorials for learning
> such a Python-based web framework? (again, possibly the easiest tutorial)
> 
> Thanks
> 
> Vit


I have not tried most of the frameworks but I perused a Flask tutorial 
the other day that I seemed like a good fully-featured start.
http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

A few other micro frameworks to look at are Bottle, CherryPy, Pyramid
(previously Pylons), and web2py--there are many other options.

You may also want to read what is on the Python website regarding
various frameworks.

https://wiki.python.org/moin/WebProgramming 

Interesting summary (not sure how accurate it is):
http://www.sixfeetup.com/blog/4-python-web-frameworks-compared



~Ramit



This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information, viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email.  
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to