Hacker News new | ask | show | jobs
by sycren 4901 days ago
I was thinking of making a python web app integrated with Twitter. Why did you choose python over other languages and what else was in the stack?
1 comments

Hi sycren, I mainly chose python because of http://learnpythonthehardway.org/. I've tried so many different tutorials but this one really clicked with me. I also used Django (following this https://docs.djangoproject.com/en/1.4/intro/tutorial01/) The other languages I used were HTML, CSS, JavaScript and jQuery. Thanks to Twitter Bootstrap I didn't have to do much with the CSS. I would definitely recommend the tutorials above.