HGHarshita Guptainharshita16.hashnode.dev·May 22, 2021 · 3 min readFetch all Repositories of your Github AccountMany of you must already be aware of what an API is but here is my blog to tell how powerful it is and how it can help you to fetch relevant information from any website. All you need is API of that website. So fasten your seat belts! Here we are gon...00
HGHarshita Guptainharshita16.hashnode.dev·Apr 18, 2021 · 3 min readPlay With Spreadsheet using Python!!A lot of time we come around task which includes creating a spreadsheet with lot of data, updating it or reading and fetching data from it. This boring task can be made a lot easier using a Python library openpyxl. Openpyxl is used for reading and ...01V