Django Training

After the Python course, the same group of developers met again with Toby for a Django framework training.  The Django course was a day shorter than the Python one and felt more focused and intensive.  We were given a great opportunity to build upon our Python knowledge and learn how one does web development using the Django framework.

The course covered topics such as: set-up and configuration, creation of a project and an application, templates and static media, models and databases, migrations, form generation, authentication, cookies, sessions and many more.

Learning Django Web Development book coverAs part of the training course, we followed the How to Tango with Django 1.9 – A beginner’s guide to Python/Django tutorial and we each built our own version of the Rango web application.

Additionally, we followed through the Learning Django Web Development book and covered a number of code examples and exercises.

I was particularly excited, as my feelings for Python can very well be summed up by XKCD’s Python comic (even though an ubergeek colleague pointed out that the comic is Python 2.x and we will be using Python 3.x)

XKCD Python comic

Django has built in features such as templating, forms, routing, authentication, basic database administration, etc. that make it easy for developers to make a fast start in web application development.  It was impressive to see how much one can do so quickly and have a robust web application up and running as a result.  Moreover, when stuck on the more complicated tasks, a look in the framework’s thorough official documentation, would provide the desired answers.

What is next?  We have already started building our first two Python/Django applications, so we will soon be able to share our findings on developing web applications in this new development platform.  Stay tuned!