Very simple example of using requests library to make http requests pip install requests import requests resp = requests.get(url) resp.text
Continue readingCategory: Uncategorized
First Post
This is my first blog post. Its all about personal rants on everything that goes on in my life. Topics are
Continue readingGenerators in Python
Just like many other programming languages, Python offers generator function. Call to generator returns Iterator and has yield statement. Example:
Continue readingHello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Continue reading