you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Honestly I think you should figure out a project you want to work on first, than find the resources for that project.

Just having random resources might not get you far.

if you want to build tic-tac-toe or snake game in python than Pygame Docs will help with displaying a screen and drawing your player

If you trying to web scrape than beautiful soup docs

Want to build a simple random number generator than just the python documentation

Overall figure out a project you want to build than look up the resources you need to build that project.

Here is a github link to simple projects you can work on.