Hafiz on worry

“Now that your worry has proved such an unlucrative business Why not find a better job?”― Hafiz

Douglas Adams, author of The Hitchhiker’s Guide to the Galaxy, in a recently discovered note to himself

“Writing isn’t so bad really when you get through the worry. Forget about the worry, just press on. Don’t be embarrassed about the bad bits. Don’t strain at them. … Writing can be good. You attack it, don’t let it attack you. You can get pleasure out of it. You can certainly do very well …

Douglas Adams, author of The Hitchhiker’s Guide to the Galaxy, in a recently discovered note to himself Read More »

The Innovators: How a Group of Inventors, Hackers, Geniuses and Geeks Created the Digital Revolution by Walter Isaacson

Story telling at its finest, what a fantastic book. I was inspired to read this one from watching the show called “inside Bills Brain” on Netflix. Walter tells some fascinating stories of the personal computer revolution and really how innovation works. Some great concepts that I have taken and use regularly. What talents allowed certain …

The Innovators: How a Group of Inventors, Hackers, Geniuses and Geeks Created the Digital Revolution by Walter Isaacson Read More »

My Coding Journey

My coding journey started in earnest during the start of 2018 when I was asked to solve a mapping problem. After some experimentation I found google earth and with that the ability to load a .kml file into Google Earth that would allow a user to points of interest added to that map, it was …

My Coding Journey Read More »

Instagram Scraping

Getting Instagram profile details using Python Instagram is a photo and video-sharing social networking service owned by Facebook. In this article, we will learn how can we get Instagram profile details using web scraping. Python provides powerful tools for web scraping, we will be using BeautifulSoup here. Modules required and Installation: Requests :Requests allows you …

Instagram Scraping Read More »