Xavieran
April 8th, 2008, 03:01 AM
I have noticed that when I load a module in my directory it seems to make a copy with a .pyc extension...
Any Idea what this is?
I was thinking that it might be the python code converted to c code but when I catted it it came out as usual...
EDIT:
btw: I have a password input in a little program I am writing that takes it's form like so
[CODE]pass=raw_input("Password")[CODE]
Of course,when it's run anyone can see the password on the screen...
I have heard that the termios module can hide the text but I have no Idea how I could use it...
thanks, xavieran
Any Idea what this is?
I was thinking that it might be the python code converted to c code but when I catted it it came out as usual...
EDIT:
btw: I have a password input in a little program I am writing that takes it's form like so
[CODE]pass=raw_input("Password")[CODE]
Of course,when it's run anyone can see the password on the screen...
I have heard that the termios module can hide the text but I have no Idea how I could use it...
thanks, xavieran