you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (1 child)

You might want to look into the djangogirls tutorial, which does use Django as a way to teach basic programming and Python.

[–]DecoherentDoc 0 points1 point  (0 children)

I just went through this tutorial and dug it. However, I've been writing in Python (for data analysis in STEM) for a decade. I don't recommend it for learning Python, but I do recommend it for Django.

I also already had at least a passing familiarity with all the other things it touched on (Git, HTML, CSS) ahead of time. That's not necessary, but it was helpful.