News

I am trying to decide which language to use to implement some open-source, cross-platform (Windows, OS X, Linux) command-line tools. My plan until recently was to use Python. Development in Python ...
Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs in Python, Gooey can help.
Interested in learning Python? Jack Wallen takes you through your first steps in building a simple application to take user input and write it to a file.
So I have a program in Python for use on a Linux machine that's dealing with binary data flowing through what may be a Linux FIFO.I'm using Avinash Kak's BitVector to modify the data as it goes ...