Hacker News new | ask | show | jobs
by giancarlostoro 2401 days ago
If you want a very Object Oriented Python web framework thats actively maintained and older than Django and Flask check out CherryPy. It was the only framework I saw that you just make a class and expose your routed methods and they become end-points. Every other Python framework looked odd to me with all the annotations.

Have used it fot 3+ years in production and its done me well.