#2 Bottle Python Web Framework While Flask is a micro web framework, Bottle is just a wrapper . It has useful functions like dynamic routing and templated responses, but it’s not very extensible and doesn’t scale to include pluggable modules like Flask. However, for something really quick and dirty, it works great!