It's pretty simple and not much learning curve anyone who knows basic Python and has a bit of experience with writing backend can quickly write an API server in some minutes. It's bare-metal, not bulky, and filled with plugins, just simple servers. You can...
It lacks features. Its simplicity makes it far less competitive than frameworks like Flask. Bottle needs to be made extendable. I really hate the one file approach, so I guess I am biased.
With CherryPy I can easy setup a web application in a few minutes and start testing my ideas. I use it a lot for building prototypes in short times and showing results without messing with boring configurations
I didn;t find it to be scalable enough as Django Framework. I started working on cherry and eventually moved to Django as my application got bigger.
It's pretty simple and not much learning curve anyone who knows basic Python and has a bit of experience with writing backend can quickly write an API server in some minutes. It's bare-metal, not bulky, and filled with plugins, just simple servers. You can...
With CherryPy I can easy setup a web application in a few minutes and start testing my ideas. I use it a lot for building prototypes in short times and showing results without messing with boring configurations
It lacks features. Its simplicity makes it far less competitive than frameworks like Flask. Bottle needs to be made extendable. I really hate the one file approach, so I guess I am biased.
I didn;t find it to be scalable enough as Django Framework. I started working on cherry and eventually moved to Django as my application got bigger.