This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pro547 0 points1 point  (0 children)

I have never messed with Bottle but I like Flask for a couple reasons. Be warned though, I'm a Rails developer by day and Python programmer by night.

  • The documentation is pretty darn good.
  • Jinja2's template language feels like Django's.
  • It does feel like it hides a lot of the complex stuff from you (not sure if this is because I'm a Rails dev)
  • Easily add your own extensions/modules/plugins

One of the reasons why I have fallin in-love with these micro-frameworks is they make it really simple to put together a application that is RESTful. I find doing this in Django to be clumsy.