Bottle
justpy
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 | justpy | |
---|---|---|
21 | 4 | |
8,186 | 1,109 | |
0.9% | 1.1% | |
0.0 | 6.9 | |
9 days ago | 3 months ago | |
Python | JavaScript | |
MIT License | Apache License 2.0 |
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?
justpy
-
Learning building webpages and websites in Python
I want to bring to attention a set of frameworks that make webdevelopment using Python simple and fun. The popular opinion maybe that webpages developed with Python maybe slow. But this is not the case. Do checkout https://github.com/ofjustpy/ofjustpy/, https://github.com/zauberzeug/nicegui/ and https://github.com/justpy-org/justpy . All these frameworks are build on top of Starlette and make web development really easy. If you want simple and ready to use the nicegui is the choice. If you want fast, scalable, and more control then give ofjustpy a try.
-
How to document a project?
I'm a big fan of accessing resources via Python when possible. (For example https://github.com/elimintz/justpy ) Are you familiar with https://docassemble.org/ ? it seems like borb would be useful there.
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.
borb-examples
Pyramid - Pyramid - A Python web framework
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]