News

Now that I've decided to start on Python, I have a few questions:<BR><BR>1) What kind of things is Python best suited for ?<BR><BR>2) How do you distribute your Python programs, I know that in ...
I want to program a server which will basically act like telnetd, except it will run a program under dosemu as soon as users telnet in and authenticate. They should then be able to interact with ...