python ord blog

Python ord(): How to Convert Character to Unicode

Python is full of useful and powerful functions. One such Python function is “ord()”. You can use the ord function to convert a single character to its Unicode code point i.e., integer representation. This function becomes very helpful when you are working with text processing, encoding, and ASCII or Unicode values. Today at PythonCentral, let […]

Read More