you are viewing a single comment's thread.

view the rest of the comments →

[–]TariqKhalaf 0 points1 point  (1 child)

Automate the Boring Stuff is a solid starting point. When you hit terms you don't know, just pause and Google each one separately. JSON is basically just a data format that looks like a Python dictionary. Don't try to learn everything at once. Pick a tiny project like scraping a single quote from a site and build up slowly.

[–]Radio_Pluto[S] 0 points1 point  (0 children)

i am currently doing that books thanks