Simon Willison’s Weblog

Subscribe

What advice would Simon Willison give to a beginner Python/Django developer?

19th July 2013

My answer to What advice would Simon Willison give to a beginner Python/Django developer? on Quora

Build something and put it on the internet. Make sure you have an easy way to deploy new versions (Heroku is a good bet if you don’t want to figure out Fabric). Pick a project that’s useful to you—a simple blogging engine is often a good bet, or maybe something that aggregates together your posts from Twitter and Instagram and so on. Or come up with something a bit more creative!

The key thing is to have a real project that you can hack on, that solves your own problems.