Schweigi's Blog
  • Home
Sign in Subscribe

Python

A collection of 2 posts
Extracting URLs (faster) with Python
Python

Extracting URLs (faster) with Python

The recommended approach to do any HTML parsing with Python is to use BeautifulSoup. It's a great library, easy to use but at the same time a bit slow when processing a lot of documents. In this blog post, I would like to highlight some alternative ways on
27 Aug 2018 3 min read
Python

How to create a thumbnail API service in 5 minutes

In this blog article, I would like to show you how to develop an API service for creating thumbnails with AWS Lambda in less than 5 minutes. The service will accept pictures over a REST API and return the thumbnails using ImageMagick. In a second step, we are going to
13 Jul 2016 5 min read
Page 1 of 1
Schweigi's Blog © 2025
Powered by Ghost