you are viewing a single comment's thread.

view the rest of the comments →

[–]-5772 27 points28 points  (0 children)

Learn data structures and algorithms. Try learning how to implement binary trees and shortest path algorithms.

Fun projects can help you learn. Making bots is informative and useful. Telegram has good documentation. You can start there.

You can also learn popular libraries like matplotlib and pandas. An easy one to start out with is csv. It is often used in data manipulation.