decode – POFTUT

Linux uuencode Command Tutorial with Examples

In the old times, there were different data or file transfer methods. Modems were popular at that time and this may create data related to encoding problems. uuencode is a command which will be used to encode given data or files into ASCII format. Converting ASCII format will prevent problems related Control Carachter. Syntax The … Read more

Python JSON Encoder and Decoder Tutorial with Examples

JSON or Javascript Object Notations is a RFC standard which is used to define complex data types with number 7159.  JSON became very popular in recent years because of its compatibility and simplicity. Python have rich support web applications and popular framework Django is developed with python too. So we generally need to use JSON with … Read more