Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22462

Talk Python to Me: #88 Lightweight Django

$
0
0
Django is a very popular Python web framework. One reason is you have many building blocks to drop in for large sections of your application. Need a full-on admin table editor backend? That's a few lines of code and boom you have a basic table editor. <br/> <br/> This applies to many people. But those of us, myself included, who appreciate lightweight frameworks where we choose just what is included and piece together our web apps from best-of-breed components find this a turn off. <br/> <br/> This week you'll meet Julia Elman and Mark Lavin, authors of Lightweight Django who are here to dispel the myth that Django apps have to be built out of large building blocks. <br/> <br/> Links from the show: <br/> <div style="font-size: .85em;"> <br/> <b>Lightweight Django by Julia Elman and Mark Lavin</b>: <br/> <a href='http://shop.oreilly.com/product/0636920032502.do' target='_blank'>shop.oreilly.com/product/0636920032502.do</a> <br/> <b>Twitter</b>: <a href='https://twitter.com/juliaelman' target='_blank'>@juliaelman</a> <br/> <b>Julia Elman web</b>: <a href='http://juliaelman.com' target='_blank'>juliaelman.com</a> <br/> <b>Mark Lavin web</b>: <a href='http://mlavin.org/' target='_blank'>mlavin.org</a> <br/> <b>Mark's Twitter</b>: <a href='https://twitter.com/DrOhYes' target='_blank'>@DrOhYes</a> <br/> <b>Lightweight Django code examples </b>: <a href='https://github.com/lightweightdjango' target='_blank'>github.com/lightweightdjango</a> <br/> <b>Intermediate Django: Building Modern, Scalable, and Maintainable Web Applications by Mark Lavin</b>: <br/> <a href='http://shop.oreilly.com/product/0636920040903.do' target='_blank'>shop.oreilly.com/product/0636920040903.do</a> <br/> <br/> <b>Sponsors</b> <br/> <b>GoCD</b>: <a href='https://talkpython.fm/gocd' target='_blank'>go.cd</a> <br/> <b>pyup.io</b>: <a href='https://pyup.io/?utm_source=talkpython&utm_medium=podcast' target='_blank'>pyup.io</a> <br/> </div>

Viewing all articles
Browse latest Browse all 22462

Trending Articles