Saturday, 24 January 2015

Back from Long break! Django

I'm back from a long break! its month 3 it can get a little bit daunting learning python nearly everyday so I needed that long break.

So where I left off last post I watched thenewboston videos and also refreshed on LPTHW to upskill I've jumped a bit forward and threw myself into python web frameworks cause that the way I'm heading. I've checked out 2 web frameworks Flask and Django and getting use to its modules and functions. I'm more interested in Django right now as it fits my plan for a weather application for the niche market.

Ok, so what is Django Framework?
"Django makes it easier to build better Web apps more quickly and with less code." 
Simple? ok let me break it down for newbies like me, Django is like a striped down barebone wordpress framework. that's it! when you start django server all you have is a "it's working!" page and admin page with no apps or modules (e.g comments app, like app, or blog app) you build from scratch your very own web application cool ehh

Django Web Framework
https://www.djangoproject.com/

Learn Django with Tango with Django!
http://www.tangowithdjango.com/