Latest Articles
5 simple examples to learn python string.split()
Python split string using string.split() function. Split strings using for loop in one liner. python split string by space. python split string by comma
Useful OpenSSL command to view Certificate Content
Use openssl to view certificate content for different kinds of certificate. how to read x509 certificate. view certificate details
10+ simple examples to learn Python functions in detail
Python functions provide a way to compartmentalize your code into small tasks that can be called from multiple places within a program. The three main types of …
10+ examples on python sort() and sorted() function
We can use sort() or sorted() in-built function to perform python sorting for different data types such as list, tuples, dictionaries, list of dictionaries with …
10+ simple examples to use Python string format in detail
There are three different style of python string formatting, % formatting, string.format() and f-strings. Add padding, whitespace, truncate texts, change …
