I want to hard code the nytimes script,username and password into my script, but can't figure out how to do this. I've tried several methods (making assumptions from my Visual C++, VBasic, etc background...I've not snaked around with Python before) but none are working.
I thought adding:
self.username = 'myname'
self.password = 'mypassword
Can any one suggest me something??????????
|