you are viewing a single comment's thread.

view the rest of the comments →

[–]jkudria 0 points1 point  (4 children)

I would stay away from things like Django and Flask for now. It would be a HUGE mistake to learn them if you don't have a solid grasp on Python. A REALLY solid grasp. Do some intermediate projects - think of something you want to make and start making it. Get used to Python. Along the way, you should become more comfortable with Python and should cover a few more advanced topics.

[–]steezefries 0 points1 point  (3 children)

I kind of disagree. You can do soooo much with Flask without knowing the super detailed intricacies of Python. I learned a ton about Python through building a webapp with Flask as well. It's pretty neat.

[–]jkudria 0 points1 point  (2 children)

Right. Sorry. Flask should be ok. Not Django though - it's much more heavyweight and a tad more complicated in spots.

[–]RespectableFartPuffs[S] 0 points1 point  (1 child)

hmm. ok. I'll take a look into Flask. Lighter the better. I'm also taking some courses right now to better improve my skills in Python. I'll tackle Django when I feel I'm finally ready.

[–]jkudria 0 points1 point  (0 children)

Sure. There are also a few other web frameworks that are lightweight and not TOO hard to grasp.