Binary file IO in python, where to start?

前端 未结 3 1469
暖寄归人
暖寄归人 2020-12-28 20:55

As a self-taught python hobbyist, how would I go about learning to import and export binary files using standard formats?

I\'d like to implement a script that takes

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-28 21:44

    For teaching yourself python tools that work with binary files, this will get you going. Fun too. Exercises with binaries, zips, images... lots more.

提交回复
热议问题