null – POFTUT

Linux /dev/null Explanation

Linux mainly works over files and input output operations. All connected devices are shown in the /dev directory. null is interesting device which is just nothing. In this tutorial we will look what /dev/null is and used for. Emptiness As stated previously null is just empty device which is like a bucket with a hole … 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