Tuesday, April 05, 2005

Writing Python Module in C

I have designed a module for python with the basic intension of describing how to write modules in c, install and use it. In the module (c program) that I have designed, a prompt (input to c program) will be displayed on the terminal, the user password will be read from the terminal and it will be returned as the python string object to python interpreter. You can download the module here.

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?