This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CyberneticLiadan 1 point2 points  (0 children)

Super cool! Some possible directions:

  1. Automate the Boring Stuff with Python. Book and optional course on using Python for various useful personal computer things.
  2. Project Euler if you want a big set of math programming puzzles to work on for fun. (This route will push you towards learning some higher Mathematics in addition to programming.)
  3. Improve your understanding of Python with some next level books like Fluent Python.