Live data from Hacker News

Python - Why is this so overwhelming?

reddit.com

1–2 of 2 posts

Re: Python - Why is this so overwhelming?

#2
One thing I like about python is it's simplicity. Just one look and I ken what it's trying to do. As to the question why it may seem overwhelming; well, I think it has to do with the extreme number of choices.

For me, I simply picked one, Django, and worked on a simple post/comment app. After that, I move on to blogging app, then file sharing app, then payroll, etc. After dozens or so application, coding using Django comes automatically. Thats when I decided to try out Flask, and repeat the same process.

Yep, small, incremental steps.