Help writing and reading files

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Help writing and reading files

Post by pythoncoder » Fri Apr 20, 2018 9:22 am

OutoftheBOTS_ wrote:
Fri Apr 20, 2018 8:18 am
...
If you write to a file with pickle can you open the file with a text editor and it is human readable?? obviously binary isn't
Yes. Likewise ujson. All Python programmers should learn these so simple yet powerful libraries. It was one of those :idea: moments for me, after years of wrestling with binary data.
Peter Hinch
Index to my micropython libraries.

Post Reply