Follow this blog

Software engineering, design, and psychology

Tag: Python

Book review: “Data Pipelines Pocket Reference”, James Densmore

Software engineering is all about manipulating data. A big portion of software engineer’s attention is drawn to collection data from users and presenting it back to them in a useful form

Book review: “Web Scraping with Python”, Ryan Mitchell

Recently I faced a challenge of designing a web crawling and scraping system. To build context, I started my work by reading Web Scraping with Python...