Bottle
Masonite
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
Bottle | Masonite | |
---|---|---|
21 | 9 | |
8,186 | 2,097 | |
0.9% | 1.2% | |
0.0 | 7.7 | |
9 days ago | 3 days ago | |
Python | Python | |
MIT License | MIT License |
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.
Bottle
-
Ask HN: What are some unpopular technologies you wish people knew more about?
Bottle.py: uber-fast and simple python web microframework, about 3x faster, saner, and more memory-efficient than Flask in my experience: https://github.com/bottlepy/bottle
Fossil: distributed version control and much more in a single executable, from the creators of SQLite: https://fossil-scm.org/
-
I want to read good python code, where can I find some excellent code?
Here's a web framework in a single file: bottle.py
-
GitHub - miguelgrinberg/microdot: The impossibly small web framework for Python and MicroPython.
I don't do much development for microcontrollers or limited resource environments, but it's nice to have a low boilerplate tool for throwing together quick web apps. I've used Bottle for that in the past. It looks like this might have more of an API focus, rather than templates or static pages? Very cool, will check it out.
-
Server-side Dart
There was a time, I want to start a new project and have to choose what technologies to use for the frontend and backend parts as well. Research gets me to Aqueduct and Shelf, both of them weren't looking actively developing and supported and that leads me to the idea to make my own small micro-framework like Echo for Golang or Bottle for Python. And it was easy to decide: I've had time and motivation :)
-
Python frameworks | best web frameworks for python
It was developed by Marcel Hellkamp and Bottle was initially released on July 1 2009 it is cross-platform and open-source. its Github repository is https://github.com/bottlepy/bottle. It is integrated with Python, Vue JS, and Jinja.
-
Python Flask has no remaining open issues or pull requests
This post inspired me to check on Bottle, and it can't say the same: https://github.com/bottlepy/bottle
-
Looking for a drop in replacement for werkzeug
why not https://github.com/bottlepy/bottle the first python micro framework less than 5k of lines,
-
Which language to use along with Python ?
Another option you might want to look in to is small web server stuff. I do a lot of prototyping of REST services using Bottle (http://bottlepy.org/). It's so easy to get going and works really well. Plus my code is so decoupled that if I promote to a heavier-weight server I don't really have to worry much about it.
-
What're the cleanest, most beautifully written projects in Github that are worth studying the code?
Raymond Hettinger recommended bottle in one of his talks for exactly this reason, https://github.com/bottlepy/bottle
- Ask HN: Good Python projects to read for modern Python?
Masonite
-
Portable Django
I would suggest Masonite [0]. It’s lightweight enough to replace Flask and has a plethora of built in features if you need to build a “production-ready” app. It tends to imitate Laravel in its project setup and naming conventions which, depending on your preference, can either be a boon or a bane.
-
Why I selected Elixir and Phoenix as my main stack
Masonite is a wonderful Python framework, much similar to Laravel I found in 2018. I even chatted with Joseph about it in the old Slack channels, before the community moved to Discord.
-
New Django debugging screen: Exceptionite 2
Masonite Framework: https://github.com/MasoniteFramework/masonite
- Passenger 介紹
What are some alternatives?
Django - The Web framework for perfectionists with deadlines.
Flask - The Python micro framework for building web applications.
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
CherryPy - CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev
web.py - web.py is a web framework for python that is as simple as it is powerful.
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
web2py - Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python.
justpy - An object oriented high-level Python Web Framework that requires no frontend programming