Requests-html

Scraping with requests-html

For a data scientist, web scraping, or harvesting information from websites (when done legally) is often the only way to get data. There are excellent python libraries available for scraping, such as beautifulsoup, requests-html, selenium, and scrapy. The choice usually comes down to whether the website serves static or dynamic content, interaction with the server,

Scraping with requests-html Read More »

Dockerized Wordpress

Dockerizing WordPress

WordPress is the most popular CMS (content management system) platform available today, powering 43% of all websites on the Internet, including this one. To install WordPress locally on a computer requires first creating a “localhost” consisting of the Apache web server, MySQL (or its community fork MariaDB) database management system, and optionally phpMyAdmin for administering

Dockerizing WordPress Read More »

Calibre Web

Dockerizing Calibre-web

Those like me who use Calibre to manage their ereader library are familiar with the hassle of syncing between the two. Standard choices are to either 1) physically hook up your ereader to the computer where Calibre is installed, or 2) access Calibre server or a similar service over your local network. I am not

Dockerizing Calibre-web Read More »

Scroll to Top