Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is web2py suitable for a large public website? [closed]

Tags:

python

web2py

Web2py looks like a very nice Python framework but I am wondering if it is suitable to use for a large public web site. What sorts of issues might I run into? I'm not worried about technical scalability so much as UI/UX limitations, ability to connect other components, etc.

like image 446
pbreitenbach Avatar asked Nov 25 '10 06:11

pbreitenbach


People also ask

How do I run web2py?

By default, web2py runs its web server on 127.0. 0.1:8000 (port 8000 on localhost), but you can run it on any available IP address and port. You can query the IP address of your network interface by opening a command line and typing ipconfig on Windows or ifconfig on OS X and Linux.

What is the use of web2py?

Web2py allows web developers to program dynamic web content using Python. Web2py is designed to help reduce tedious web development tasks, such as developing web forms from scratch, although a web developer may build a form from scratch if required.

Which is better web2py or Django?

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design; Web2py: *An open-source web application framework *. It is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.

What is web2py framework?

web2py is defined as a free, open-source web framework for agile development which involves database-driven web applications; it is written in Python and programmable in Python. It is a full-stack framework; it consists of all the necessary components, a developer needs to build a fully functional web application.


2 Answers

web2py is a very capable web server application framework. UI/UX (User interface / Experience) limitations does not arises usually from a server framework.

There are quite a number of free application that demonstrates it's capabilities:

  • http://www.web2py.com/appliances

If you want to compare it with other server frameworks, there are quite a few documents out there that you can read on.

  • Django, Turbo Gears, Web2Py, which is better for what?

The following discussion should add to information here

  • Anyone out there using web2py?

You have to be more specific to make a judgement or evaluate a server framework than what you have mentioned.

[Edit: based on comments]

While the examples in the link provided by mdipierro may not inspire confidence with regard to desired UI/UX solutions. It would be premature to consider that because of web2py or any other server framework. It might point to the fact that all these are implemented by a resource constrained team.

like image 77
pyfunc Avatar answered Sep 30 '22 21:09

pyfunc


You might take a look at this list of sites powered by web2py.

like image 31
mdipierro Avatar answered Sep 30 '22 21:09

mdipierro