Automate the Boring Stuff with Python by Al Sweigart – Book Review
I am new to Python, and I wanted to read an easy book, that would give me a hight level overview of the language and what I can do with it. (more…)
Read more »
In python, the Requests library allows us to make HTTP requests in our code and this is very key since many modern applications make use of data from third-p… Read more