python - Converting ASCII to Binary files on a Mac -


i have files containing floating point numbers in ascii format need convert binary (.bin) format on mac 10.10.3. familiar matlab alternatively use python or c. found program called ascii converter 1.0 (mac) written in java got errors nonexistent package when tried compile it. did not come associated documentation me compile , run properly. did google searching have far not found better alternative.

is there simple code take input file (vmodel.txt) , output binary file (vmodel.bin)? thanks


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -