I started learning python about a month ago and just finished going through most of diveintopython. I'm planning to build a very simple stackoverflow clone to further enhance my python skills; however, I'm not sure how to go about doing this. I don't really have a broad knowledge of web frameworks/technologies available and I'm wondering if you guys could help me.
If I'm not mistaken, Django is one of the most popular python web frameworks. Would experimenting/using Django be the most efficient way to go about implementing my project?
Thanks!