Views, models, and ORMs are great to quickly stand up a CRUD application. What if you want something leaner & faster to do non-CRUD things? Django is not ideal for non-CRUD applications, but Pyramid, Flask, and other microframeworks excel at this. This talk will show how to quickly build a non-CRUD scraping and JSON consuming application with Pyramid and the benefits of using a microframework.