web2py VS Pyramid

Compare web2py vs Pyramid and see what are their differences.

web2py

Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python. (by web2py)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
web2py Pyramid
6 17
2,083 3,899
0.5% 0.1%
6.4 8.7
about 2 months ago 20 days ago
Python Python
Mulan Permissive Software License, Version 2 BSD-derived (Repoze)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

web2py

Posts with mentions or reviews of web2py. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-13.
  • Ask HN: Can I create a mobile and Web App using Python/Python Framework?
    5 projects | news.ycombinator.com | 13 Feb 2024
    For reference, YouTube runs on Python[1,2,3]:

    > 1. Python and Django: YouTube’s backend is predominantly written in Python, offering a balance of performance and readability.

    > 2. Google Cloud Platform...

    > 3. Java and C++: YouTube also utilizes Java and C++ for specific backend services, as they provide better performance for certain tasks.

    ---

    A long time ago, I looked into these Python frameworks:

    - http://www.web2py.com/

    - https://kivy.org/

    [1]: https://blogopost.com/youtube-tech-stack/#backend

    [2]: https://medium.com/@shanthanaroja99/technology-stack-behind-...

    [3]: https://youtu.be/G-lGCC4KKok

  • On mentoring for an an open-source internship
    2 projects | dev.to | 12 Oct 2022
    At a previous job, not as a software developer, myself and a few others endeavoured to build a CRM for the church I worked at. We opted for web2py simply because it was the thing I had first learned after learning Python and had found incredible power in building something that people could use.
  • Python frameworks | best web frameworks for python
    4 projects | dev.to | 11 Jul 2022
    Its Github repository https://github.com/web2py/web2py although it was designed to reduce web development tasks such as developing web forms from starting and working like that. It is cross-platform means that you can run it on Windows, Linux, and other operating systems which can run on your computer.
  • 11 Skills you need to be a good Python Developer
    4 projects | dev.to | 30 May 2022
    Once mastered, frameworks like Django, Flask, Web2Py, and Bottle can significantly ease the life of a Python developer. Moreover, Python frameworks allow you to build an application prototype fast, as it essentially eliminates the need for repetitive input code.
  • The Best Python Web Frameworks🤩
    12 projects | dev.to | 7 Mar 2022
    Web2py
  • would it be ok to post backup restore code and instructions and have a backups folder for easy finding?
    1 project | /r/Python | 24 Feb 2022
    {{=T('Powered by')}} web2py

Pyramid

Posts with mentions or reviews of Pyramid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-07.
  • Ask HN: Do you need a web framework for a startup landing page?
    1 project | news.ycombinator.com | 27 Jan 2024
    You don't need a framework for a single page. That being said, using a framework is probably a good idea if you intend to be on a growth curve.

    Pyramid is a framework written to scale from a small, single-file site to a site that has grown horizontally scaled across multiple servers. If I understand your needs correctly, Pyramid is probably worth a look, here's a link: https://trypyramid.com/

    Pyramid is under active development, and it has a large, helpful, welcoming user community.

  • What's the most htmx-ish language for the server side?
    5 projects | /r/htmx | 7 May 2023
    Pyramid (https://trypyramid.com/) is nice in that it has URL dispatch predicates, like @view_config(header="HX-Target-Name=foo") which lets you have HTMX-specific view functions, which return only what is needed
  • The Pyramid Web Framework
    1 project | news.ycombinator.com | 16 Aug 2022
  • Which has a better Job opportunities? Flask or Django?
    1 project | /r/Python | 1 Jul 2022
    Another option my professional web friends like is Pyramid: https://trypyramid.com/ -- it's for professional-level websites/apps that can't use Django for some reason.
  • Installing Python3 in Linux
    9 projects | dev.to | 28 Mar 2022
    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 development include: Django, Flask, Pyramid and Turbogears and Web2Py
  • The Best Python Web Frameworks🤩
    12 projects | dev.to | 7 Mar 2022
    Pyramid
  • Is the Pyramid framework dead?
    9 projects | /r/Python | 6 Dec 2021
    I've been looking for an alternative to Flask and found Pyramid (https://github.com/Pylons/pyramid). API looks great, lots of good design, almost everything I'm looking for, but it looks like this project is near dead. Not much movement since release 2.0, last commit 15th March 2021 (https://github.com/Pylons/pyramid/graphs/contributors).
  • Ask HN: What are your favorite web libraries and frameworks?
    1 project | news.ycombinator.com | 2 Dec 2021
    i been messing with Laravel lately, and it's ass. and/or the entire modern stack is ass. i actually had this app built for me, and i asked the dev to try to strip out as much shit as possible, including, obviously, tailwind. dev did a good job, but it's still a disaster.

    flask looks like a dream comparatively.

    but. is there a middle ground?

    i was a product manager-type on a (python) pylons pyramid project -- https://trypyramid.com/ -- "the start small, finish big, stay finished framework" -- the message sounds good.

    seemed fine, but i wasn't a dev on it, and we still had plenty of moving parts for what was a relatively simple e-commerce cms (that, admittedly, had a lot of functionality).

    what i really want is a straightjacket -- some framework that says, 'oh, you want to plug in a different templating engine? how about fuck you? will fuck you work for you?'

    but i guess that doesn't earn many github stars.

    if i had to pick one or recommend one with no other qualifiers, i'd pick sinatra. that way i could do it my way.

  • Programming language recommendations for a lightweight web service on a Raspberry Pi running Linux?
    1 project | /r/AskComputerScience | 30 Nov 2021
    For Python, I would recommend Pyramid as a lightweight framework.
  • Can I use google cloud for free for non commercial purpose?
    3 projects | /r/googlecloud | 14 Nov 2021
    If your app is really small/short, you're only fetching crime data and rendering a static image, you can probably do it all with a Cloud Function. This way you don't even need to have nor learn about nor use full web frameworks like Flask, Django, Pyramid, etc. Just raw code plus an HTML template and perhaps a tiny bit of Flask/Jinja2 to render the template.

What are some alternatives?

When comparing web2py and Pyramid you can also consider the following projects:

web.py - web.py is a web framework for python that is as simple as it is powerful.

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

Flask - The Python micro framework for building web applications.

Django - The Web framework for perfectionists with deadlines.

CherryPy - CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev

Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.

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

Graphene - GraphQL framework for Python

weppy - The web framework for inventors

justpy - An object oriented high-level Python Web Framework that requires no frontend programming