How to login on Facebook with Python and Selenium May 07, 2022 Introduction There are many tutorials that teach how to log in to Facebook with Python and Selenium. Based on my experience, Facebook update...
How to download music from vk.com with python January 31, 2021 Being a user on vk.com, I have music saved on my profile. Although I can directly listen to my songs, the social network does not offer any ...
How to install python 3.9.0 from source on Ubuntu 20.04 LTS November 25, 2020 Ubuntu 20.04 LTS is already shipped with Python3.8.5. It can be easily verified by launching a fresh console and running the following comm...