Prathamesh SakhadeoMay 20, 20172 min readPython SnippetsRemove old files using PythonOne of the biggest headache computer users have is that their disk contains a lot of old and unused files. We download a lot of files...
Prathamesh SakhadeoApr 28, 20175 min readPython SnippetsScrape quotes using BeautifulSoup and then analyse the wordsIn this article, we will scrape quotes using BeautifulSoup on http://quotes.toscrape.com/. This website is used in the tutorial for...
Prathamesh SakhadeoApr 16, 20175 min readPython SnippetsAuthenticating LinkedIn with OAuth 2.0 using CherryPyLinkedIn is a popular social media platform for professionals. Using their API, we can fetch data from LinkedIn and use for a purpose...
Prathamesh SakhadeoApr 9, 20173 min readPython SnippetsEvaluate the performance of sorting algorithmsSorting algorithms are aplenty with different time and space complexities. In your textbooks, you will find that this algorithm has a...