Data encoding/decoding in python
I was given a QR CODE and the contents of it were encrypted or encoded data. It could have been any
Read morePython Programming is one of the most sorted out programming skill in the world today. Sourcedexter aims to shed light on the most important features of python. It provides in-depth programming tutorials to help developers build applications at scale.
I was given a QR CODE and the contents of it were encrypted or encoded data. It could have been any
Read moreI was curious to know the amount of CPU that is being used to perform tasks on my ubuntu system.
Read moreDictionary, a very god example of hash mapping data structure (hash table) where the Contents are stored in <key,value> pair.
Read moreLists are one of the best data structures I have ever seen. Storing and extracting values from it is a
Read moreErrors arise even from a syntactically correct statement and The error that is detected during the execution of a statement
Read moreI wanted to extract each pixel values so that I can use them for locating simple objects in an image.
Read more