User Tools

Site Tools


other:python:misc_by_jyp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
other:python:misc_by_jyp [2023/04/28 13:55]
jypeter [Data representation] Improved, started a Strings section
other:python:misc_by_jyp [2023/04/28 14:11]
jypeter [Numerical values] Added low level array addressing
Line 116: Line 116:
 '​00000003 00000011'​ '​00000003 00000011'​
 </​code>​ </​code>​
 +
 +  * Manipulating binary data with [[https://​docs.python.org/​3/​library/​stdtypes.html#​binary-sequence-types-bytes-bytearray-memoryview|bytes,​ bytearray, memoryview]]
  
   * Array addressing   * Array addressing
 +    * [[https://​www.geeksforgeeks.org/​calculation-of-address-of-element-of-1-d-2-d-and-3-d-using-row-major-and-column-major-order/​|Calculation of address of element of 1-D, 2-D, and 3-D using row-major and column-major order]]
 +      * In other words: //using indices to go from 1-D to n-Dimnensions data// ​
 +    * The [[https://​en.wikipedia.org/​wiki/​Array_(data_structure)|array]] structure
     * python/C vs Fortran...     * python/C vs Fortran...
  
other/python/misc_by_jyp.txt · Last modified: 2024/04/19 12:02 by jypeter