Memo
Data Types
collections.OrderedDict
{:} instead of %. For example, '%03.2f' can be translated to '{:03.2f}'.
File IO
Read, write, append operation
Using "encode" or casting to avoid stepping on the pit.
Last updated
collections.OrderedDict
{:} instead of %. For example, '%03.2f' can be translated to '{:03.2f}'.
Read, write, append operation
Using "encode" or casting to avoid stepping on the pit.
Last updated