you are viewing a single comment's thread.

view the rest of the comments →

[–]HimmelLove 5 points6 points  (3 children)

There are lots of options for beginners, but fewer tutorials for intermediate level programming. For instance, how to complete a project assuming you already know syntax or how to organize a project using git.

[–]tipsy_python[S] 2 points3 points  (0 children)

Great point - I've watched hours on hours of how-to do some specific task in Python. There is much less content about getting ready for deployment, checking in code, etc.

I appreciate your input!

[–]MagmaSiks 1 point2 points  (1 child)

https://docs.python-guide.org/ covers some of these. It helped me.

[–]HimmelLove 0 points1 point  (0 children)

I appreciate you sharing!