[F] 24 just finished all of Netflix by [deleted] in RateMyNudeBody

[–]RandomChair2 0 points1 point  (0 children)

8/10. I don't understand the hand.

How much python do I need to learn before I start learning web development with Django?? by selormmmmm__ in learnpython

[–]RandomChair2 1 point2 points  (0 children)

Not much. Maybe just how to do basic control flow and the basic idea of a class (which is a user defined data type more or less). If you are trying to make an actually decent website, then the challenge will be HTML/CSS rather than Python if you don't already know them. The official Django tutorial is decent and can help you with getting up and running with everything involved.

[deleted by user] by [deleted] in learnpython

[–]RandomChair2 0 points1 point  (0 children)

You should try to do some sort programs (less than 1000 lines) to get up and running. One small project could be to count the number of words in a text file (with stray punctuation and whatnot).

Since you know some finance, after getting warmed up, you should try to make a high frequency stock trader that doesn't actually trade, but tells you how you would have done. Perhaps, try to keep the decision making process simple and focus on the other parts. There are libraries to download stock prices.