Skip to main content

Best Framework/Libraries for a small, REST-Based application

Hi all! It has been a long time since I used python for the last time, but I'm decided to grab a hold of it again. This time, and to learn some of python's web frameworks, I'm going to start with a simple REST-Based application. My goal is to develop a web system where other applications log their errors, so that by managing error levels, I can alert via email the people responsible for that system. As such, I want to expose the error logging mechanism using a REST approach.

However, the wiki on Web Frameworks has become a loooong list. The only one I'm familiar with and previously used is Django, but I'm thinking it may have too much features for what I need.

Which framework, then, would you recommend for such a project? Thanks in advance, guys!