Python ord() function
Introduction ord() function in Python prints out the Unicode code of a specified character. This function also accepts a string as an argument and prints out the corresponding…
Read More30 articles found
Scripting
Introduction ord() function in Python prints out the Unicode code of a specified character. This function also accepts a string as an argument and prints out the corresponding…
Read More
Scripting
Introduction The divmod() function is used to divide and return the result as an integer and the remainder of the two entered numbers. This is a common math…
Read More
Red Hat
Python released its latest stable version – Python 3.10 – on October 04, 2021. This is icing on the cake after marking its 30th anniversary earlier this year.…
Read More
Debian
Python is arguably one of the most popular and versatile programming languages. It’s a multi-purpose language and provides a myriad of use cases such as the development of…
Read More
Scripting
Introduction The map() function in Python is used to return the result as a map object without using an explicit for loop. It can handle iteration without a…
Read More
Scripting
When working with python files in directories, it is recommended to use absolute file paths. However, if you are dealing with the relative paths then, you must have…
Read More
Ubuntu
If you’re using Ubuntu Linux, chances are you will be using some if not many, python-based applications. Python is a simple to use, easy learning programming language and…
Read More
Scripting
The last time we discussed asynchronous programming using Processes and Threads, here is a link to it. It is highly recommended to visit the article before reading this…
Read More
CentOS
Python is the most growing programming language in many fields such as software development, machine learning, AI, and Deep Learning in this world. Python is suitable for all…
Read More
Ubuntu
PIP is a command-line package manager that helps you to install and manage software packages those written in the python programming language. Users can search for many packages…
Read More