Software Alternatives, Accelerators & Startups

TurboGears VS web2py

Compare TurboGears VS web2py and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

TurboGears logo TurboGears

TurboGears is a web framework to create a database-driven, ready-to-extend application in minutes.

web2py logo web2py

Web2py is an open source web application framework.
  • TurboGears Landing page
    Landing page //
    2019-06-29
  • web2py Landing page
    Landing page //
    2018-09-30

TurboGears features and specs

  • Full-Stack Framework
    TurboGears provides a comprehensive full-stack development experience which includes everything needed to build modern web applications efficiently, with features spanning from ORM to templating and caching.
  • Flexibility
    Allows for multiple implementation approaches as developers can start with a microframework approach using TurboGears’ tools and scale up to a full-stack solution as needed.
  • Modular Architecture
    Encourages a modular approach to application development, making it easier to maintain, scale, and test applications through reusable components.
  • Built-in Administrative Interface
    Comes with a ready-to-use administrative interface, which speeds up CRUD operations and management of application data significantly.
  • Support for Multiple Databases
    Provides ORM support through SQLAlchemy, enabling seamless integration with various databases and facilitating complex query handling.
  • Easy Testing
    Integrated testing support allows developers to easily write and execute tests to ensure code reliability and performance.

Possible disadvantages of TurboGears

  • Complexity
    The full-stack nature of TurboGears can introduce complexity, especially for developers looking to build simple applications, as it bundles a wide array of features that might not be necessary.
  • Smaller Community
    Compared to more popular frameworks like Django or Flask, TurboGears has a smaller community, which can result in fewer third-party libraries and community support options.
  • Steep Learning Curve
    The extensive features and flexibility of TurboGears can contribute to a steep learning curve for newcomers, demanding more time to fully understand and utilize the framework effectively.
  • Legacy Code
    There may be challenges when dealing with legacy code, especially in larger applications, due to stale documentation or deprecated practices from earlier versions of TurboGears.

web2py features and specs

  • Ease of Use
    web2py provides a user-friendly web-based interface and requires no installation, making it easy even for beginners to use. It also includes a web-based IDE and administrative interface.
  • Security
    It comes with built-in security features like XSS, CSRF, and SQL Injection protection by default, ensuring safer web applications out of the box.
  • No Configuration Required
    web2py runs with zero configuration, allowing developers to start coding immediately without worrying about initial setup.
  • Cross-Platform Compatibility
    web2py can run on any system that supports Python, providing cross-platform compatibility including Windows, macOS, and Linux.
  • Full-Stack Framework
    As a full-stack framework, web2py includes everything needed to build a web application, from the database to the web server and the front-end interface.
  • Real-Time Error Logging
    The framework offers real-time error logging which aids in easy troubleshooting and debugging during development.
  • Internationalization Support
    Built-in support for internationalization and localization, making it easier to develop applications for a global audience.
  • Active Community and Documentation
    web2py has a strong community and extensive documentation which greatly aids in quick issue resolution and learning the framework.

Possible disadvantages of web2py

  • Less Popular
    web2py is not as popular as other modern frameworks like Django or Flask, leading to fewer third-party plugins, extensions, and community support.
  • Performance
    While web2py is designed for productivity and ease of use, it may not offer the same level of performance optimizations that some other frameworks provide.
  • Lack of Asynchronous Support
    web2py does not natively support asynchronous request handling, which can be a limitation for applications requiring real-time capabilities.
  • Learning Curve
    Despite being beginner-friendly, the framework's custom syntax and paradigms might still present a learning curve for developers used to other frameworks.
  • Monolithic Design
    The monolithic nature of web2py can make it less flexible compared to micro-frameworks like Flask, especially for developers who prefer a modular approach.
  • Limited Ecosystem
    Due to its lower popularity, the ecosystem for third-party libraries, plugins, and tools is relatively limited compared to more widely adopted frameworks.
  • Not Ideal for Large Projects
    web2py is often considered ideal for simple to moderately complex applications but may not be suitable for very large or highly specialized projects.

TurboGears videos

TurboGears2

web2py videos

Web development with Python and web2py Part1

More videos:

  • Review - Full Stack Web Development with Python WEB2PY
  • Review - Web2py & Py4web

Category Popularity

0-100% (relative to TurboGears and web2py)
Python Web Framework
100 100%
0% 0
Web And Application Servers
Web Frameworks
32 32%
68% 68
Web Servers
0 0%
100% 100

User comments

Share your experience with using TurboGears and web2py. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare TurboGears and web2py

TurboGears Reviews

We have no reviews of TurboGears yet.
Be the first one to post

web2py Reviews

  1. Yeral Garcia Mayedo
    · Student at University of Camagüey ·
    Best framework for newbies

    It's a framework to rapid development with a nice DAL to connect to the databases. great for me. Just less than 20mb to download and you have all you need to do develop offline.

Social recommendations and mentions

Based on our record, TurboGears should be more popular than web2py. It has been mentiond 4 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

TurboGears mentions (4)

  • The Top 4 Python Back-end Web Frameworks for Your Next Project
    TurboGears is another Python web framework that is scalable. It starts as a microframework and can scale up to a full-stack framework. - Source: dev.to / over 2 years ago
  • Installing Python3 in Linux
    Building, constructing, and maintaining websites is a broad definition of web development. A front-end, which communicates with the client, and a back-end, which contains business logic and interacts with a database, are typical components of web development. Python also supports quite a percentage of the total websites, web apps and software running in the world wide web. The libraries that are applied in web... - Source: dev.to / about 3 years ago
  • Django vs other Python web frameworks?
    I've pretty much tried every Python web framework that exists, and it took me a long time to realize there wasn't a silver bullet framework, each had its own advantages and disadvantages. I started out with Snakelets and heartily enjoyed being able to control almost everything at a lower level without much fuss, but then I discovered TurboGears and I have been using it (1.x) ever since. Tools like Catwalk and the... Source: about 3 years ago
  • Python with MVC - can't send data from controller to the view.
    Unfortunately, there doesn't seem to be many really popular MVC frameworks for Python. There IS Turbogears, but it doesn't seem that popular. https://turbogears.org/. Source: about 4 years ago

web2py mentions (1)

  • would it be ok to post backup restore code and instructions and have a backups folder for easy finding?
    Web2py {{for _item in response.menu or []:}} {{if len(_item)<4 or not \_item\[3\]:}} {{=_item[0]}} {{else:}} {{=_item[0]}} {{for _subitem in _item[3]:}} {{=_subitem[0]}} {{pass}} {{pass}} {{pass}} {{if 'auth' in globals():}} {{if auth.user:}}{{=auth.user.first_name}}{{else:}}LOGIN{{pass}} {{if auth.user:}} {{=T('Profile')}} {{if 'change_password' not in... Source: about 3 years ago

What are some alternatives?

When comparing TurboGears and web2py, you can also consider the following products

Django - The Web framework for perfectionists with deadlines

Microsoft IIS - Internet Information Services is a web server for Microsoft Windows

Flask - a microframework for Python based on Werkzeug, Jinja 2 and good intentions.

Apache Tomcat - An open source software implementation of the Java Servlet and JavaServer Pages technologies

Bottle - bottle.py is a fast and simple micro-framework for python web-applications.

LiteSpeed Web Server - LiteSpeed Web Server (LSWS) is a high-performance Apache drop-in replacement.