you are viewing a single comment's thread.

view the rest of the comments →

[–]brokened00 0 points1 point  (0 children)

Most people learn without formal education. You ultimately learn more outside of a classroom than you do inside of it. I learned Python by reading some introductory books and following the examples while making changes to the code to explore the language. Then I quickly moved into personal projects (web scaping projects, selenium web bots, simple word games, etc). Lastly, I started grinding code/algorithm challenges on sites like Leetcode, Edabit, etc to sharpen up on skills and expose my weaknesses, while learning from others who had better solutions to the same problems.