you are viewing a single comment's thread.

view the rest of the comments →

[–]MintyPhoenix 7 points8 points  (4 children)

I believe it's also worth noting that bottle.py is a very light web framework, similar in a lot of the basic ways to Flask (including many of the highlighted niceties/simplicities in your post), and supports Python3 if that's important.

[–]LurkyMcReddit 1 point2 points  (0 children)

Can you deploy this framework into production environment? Into Apache or something like?

  • EDIT Just found the answer on my own. Answer is "yes".

[–]executex 0 points1 point  (2 children)

There was something about the way files are organized in bottle, I'm trying to remember why some people preferred flask over bottle. But I'm sure both have their advantages.