Be sure to like, share and comment to show your support for our tutorials.
=======================================
Channel - https://goo.gl/pnKLqE
Playlist For This Tutorial - https://goo.gl/EyZFti
Latest Video - https://goo.gl/atWRkF
Facebook - / mastercodeonline
Twitter - https://twitter.com/mastercodeonlin?l...
Website - http://mastercode.online
======================================
Convert File Data In Python
Now that we know how to create files and send data to the file and read back that data we have a severe limitation to our abilities. As you saw that we can only send a string type to the external file and return a string to our program. That really limits what we can do with our software. Let’s look at some examples how we will convert data sent to and from an external file.