X

Python

Python web scraping made easy #1

Photo by Andri on Pexels.com I did a lot of web scraping and I'm still doing it. I've been building…

How to install Python with pyenv

I do recommend using pyenv for various python installations and better version management. Also, pyenv is indicated for users who…

Python 3 – do not upgrade yet to tldextract 3.1.0

The problem If you want to upgrade to tldextract 3.1.0 from 2.* be aware of incompatibility with concurrent pools due…

Grab all titles from a website using Python and requests (or any programming language) [outdated]

In this tutorial, I will use an API for requests that take over the work of setting proxies or loading…

UrlWorker: an easy way to make requests and parse HTML [outdated]

Recently, I have been working on my own API for making requests and parse the HTML DOM.

How to use threads in Python 3 [the easy way]

In this tutorial, you'll learn to use threading in Python 3 using the default library concurrent.futures.

How to make a Geographical Heat Map with Python?

In the following tutorial I will show you how to generate a heat map in python for you geographical data…