ReadingFromABinaryFile: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    23 September 2010

    • curprev 20:3220:32, 23 September 2010Migratebot talk contribs 633 bytes +633 Created page with "= Reading from a binary file = == Opening, Reading == Simple example of parsing a binary file (reads 1024 bytes, aka 1MB at a time). <source lang="python"> import os, sy..."