Python

Python: learning to work with dates using the zodiac signs

In this article we will see a practical example of operations on dates in Python.

January 7, 2023
Python

Python: how to extract all the URLs from a web page

In this article we will see how to extract all the URLs of the links present in a web page with Python using the BeautifulSoup module.

January 7, 2023
Python

Python: how to get the rows of a MySQL query in dictionary format using MySQL Connector

In this article we will see how to get the rows of a MySQL query in dictionary format using MySQL Connector with Python.

January 7, 2023
Python

Python: how to extract the file name from a URL

In this article we will see how to extract the file name from a URL in Python.

January 7, 2023
Python

Python: how to validate a URL

In this article we will see how to validate a URL with Python.

January 7, 2023
Python

Python: of to get the HTML contents of an element with BeautifulSoup

In this article we will see how to get the HTML contents of an element with BeautifulSoup in Python.

January 7, 2023