Re: [Tutor] Tutor Digest, Vol 146, Issue 9

2016-04-08 Thread Jason Willis
idinhere'. Once this has been done there is nothing > to stop you from writing:- > > id_ = 1 > id_ = 1.0 > id_ = Point(1, 2) > id_ = Complicated(lots, of, parameters, here) > > > > > Thanks a lot in advance! I hope I posted all the details needed and my > &

[Tutor] customizing dark_harvest problems

2016-04-07 Thread Jason Willis
Hi , I am a complete noob when it comes to python and programming in general. Though, I do know some things and can figure a little bit out when looking at source code I'm usually at a loss when understanding the entire workings of a program. Any and all help provided here would be greatly appreci

Re: [Tutor] i can't for the life of me get "#! /usr/bin/env python" or "#!/usr/bin/python" to work

2009-10-21 Thread Jason Willis
ventory.py herosinventory.py: command not found co...@compy-laptop:~/pythons$ herosinventory herosinventory: command not found co...@compy-laptop:~/pythons$ I must be retarded. I'm sorry , what am I doing wrong here? On Wed, Oct 21, 2009 at 2:31 PM, vince spicer wrote: > > > On Wed, Oct 21,

[Tutor] i can't for the life of me get "#! /usr/bin/env python" or "#!/usr/bin/python" to work

2009-10-21 Thread Jason Willis
hi everyone, sorry for the rather boring question but i'm having serious issues getting my programs to run from the command line without having to type "python" in-front of them. I've tried a lot of different variations on the #!/usr/bin/ etc. line and have come up with the following every time:

[Tutor] complete neophyte question here

2009-10-12 Thread Jason Willis
I've recently been going through "Python Programming, for the Absolute Beginner" Second Edition, By Michael Dawson I'm running python 2.5.4 on a windows xp home machine. So my question boils down to this: At the end of one of his chapters there is a challenge to write a program that flips a "co