Gabriele Romanato
  • Bash
  • Go
  • JavaScript
  • Node.js
  • Python
Python: how to check if a port of a remote host is open
Python

Python: how to check if a port of a remote host is open

January 8, 2023
In this article we will see how to check if a port of a remote host is open or not with Python.
Read more
Python: how to check if a number is palindrome
Python

Python: how to check if a number is palindrome

January 8, 2023
In this article we will see the simplest solution to check if a number is palindrome in Python.
Read more
Python: the id() function and object equality: a word of caution
Python

Python: the id() function and object equality: a word of caution

January 7, 2023
In Python the id() function should never be used to check the equality of two objects.
Read more
Python: how to encode a string in MD5 format
Python

Python: how to encode a string in MD5 format

January 7, 2023
In this article we will see how to encode a string in MD5 with Python.
Read more
Python: how to use the urllib module to make HTTP requests
Python

Python: how to use the urllib module to make HTTP requests

January 7, 2023
In this article we will discover the basics of HTTP requests in Python using the urllib core module.
Read more
Python: learning to work with dates using the zodiac signs
Python

Python: learning to work with dates using the zodiac signs

January 7, 2023
In this article we will see a practical example of operations on dates in Python.
Read more
Python: how to extract all the URLs from a web page
Python

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

January 7, 2023
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.
Read more
Python: how to get the rows of a MySQL query in dictionary format using MySQL Connector
Python

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

January 7, 2023
In this article we will see how to get the rows of a MySQL query in dictionary format using MySQL Connector with Python.
Read more
Python: how to extract the file name from a URL
Python

Python: how to extract the file name from a URL

January 7, 2023
In this article we will see how to extract the file name from a URL in Python.
Read more
Python: how to validate a URL
Python

Python: how to validate a URL

January 7, 2023
In this article we will see how to validate a URL with Python.
Read more
« Newer Page 43 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.