Nathan Yergler

Number of videos:
3
Effective Django

Django is a popular, powerful web framework for Python. It has lots of "batteries" included, and makes it easy to get started. But all of the power means you can write low quality code that still works. Effective Django means building applications that are testable, maintainable, and scalable. This tutorial will introduce attendees to Django with an emphasis on testing, maintenance, and scale.

Event: PyCon US 2013
Speakers: Nathan Yergler
Recorded: March 13, 2013
Language: English
Last updated: March 26, 2013
Effective Django

Django is a popular, powerful web framework for Python. It has lots of "batteries" included, and makes it easy to get up and going. But all of the power means you can write low quality code that still seems to work. Effective Django development means building applications that are testable, maintainable, and scalable. This talk-torial will cover the skills needed to effective use Django.

Event: PyOhio 2012
Speakers: Nathan Yergler
Recorded: July 29, 2012
Language: English
Last updated: January 29, 2013
Django Form Processing Deep Dive

Django Form processing often takes a back seat to flashier, more visible parts of the framework. But Django forms, fully leveraged, can help developers be more productive and write more cohesive code. This talk will dive deep into the stock Django forms package, as well as discuss a strategy for abstracting validation for forms, and the use of unit and integration tests with forms.

Event: PyCon US 2012
Speakers: Nathan Yergler
Recorded: March 10, 2012
Language: English
Last updated: January 29, 2013