other:python:misc_by_jyp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
other:python:misc_by_jyp [2023/03/28 16:10] – [matplotlib related stuff] Added the time axes section jypeter | other:python:misc_by_jyp [2023/04/26 17:50] – Started a Data represenation section jypeter | ||
---|---|---|---|
Line 32: | Line 32: | ||
< | < | ||
+ | ===== Data representation ===== | ||
+ | A few notes for a future section or page about about data representation (bits and bytes) on disk and in memory, vs data format | ||
+ | |||
+ | * Binary data representation | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * Using [[https:// | ||
+ | * Range: | ||
+ | * 4-byte integers: −2, | ||
+ | * 8-byte integers: −9, | ||
+ | * [[https:// | ||
+ | * Range: | ||
+ | * 4-byte float: ~8 significant digits ^10E±38 | ||
+ | * See also [[https:// | ||
+ | * 8-byte float: ~15 significant digits ^10E±308 | ||
+ | |||
+ | * Array addressing | ||
+ | |||
+ | * disk and ram usage: how to check the usage (available ram and disk), best practice on multi-user systems (how much allowed?) | ||
+ | * '' | ||
+ | |||
+ | * understanding and reverse-engineering //binary// format | ||
+ | * '' | ||
+ | |||
+ | * binary vs text format: ascii, utf, raw | ||
+ | * text related functions in python: '' | ||
+ | * lists conversion with '' | ||
+ | |||
+ | * Misc : '' | ||
===== Checking if a file/ | ===== Checking if a file/ | ||
other/python/misc_by_jyp.txt · Last modified: 2024/11/04 15:01 by jypeter