waffleweb
Bottle
Our great sponsors
waffleweb | Bottle | |
---|---|---|
5 | 20 | |
13 | 8,068 | |
- | 0.5% | |
0.0 | 0.0 | |
11 months ago | about 2 months 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.
waffleweb
We haven't tracked posts mentioning waffleweb yet.
Tracking mentions began in Dec 2020.
Bottle
-
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?
-
Python for web development: Flask basic skills.
Python is widely used for web development today. It has very rich frameworks like Django, Flask,Pyramid and Bottle to assist in the job.
What are some alternatives?
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.
Django - The Web framework for perfectionists with deadlines.
HS-Sanic - Async Python 3.6+ web server/framework | Build fast. Run fast. [Moved to: https://github.com/sanic-org/sanic]
justpy - An object oriented high-level Python Web Framework that requires no frontend programming
Masonite - The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
Pyramid - Pyramid - A Python web framework