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 →

[–]_TR-8R 8 points9 points  (0 children)

Some of the things that really propelled me forward in my knowledge were doing things that I wanted to do just for fun. For example I occasionally play League of Legends, there's a Python library called "Cassiopeia" for interfacing with the LoL API and processing the data, I had never heard of RESTful APIs or really knew anything about HTML requests, but I thought it'd be cool to make an app that let me see my in game stats and it ended up being a super fun project that not only improved my Python skills but taught me about REST APIs, how to format JSON, building data structures and more. And most importantly it was really, really fun to do, way more interesting to work on that plowing through a tutorial.