e Python tutorials:
I've got the Python version of How to Think Like a Computer
Scientist:
http://www.ibiblio.org/obp/thinkCSpy/
And Dive into Python (available online as well as paper):
http://diveintopython.org/
Hope this helps.
CronoCloud (Ron Rogers Jr.)
--
http://mail.python.org/mailman/listinfo/python-list
probably a way to do that from within vim or emacs)
As some suggested, as a beginner you don't need much of a super
powered IDE. If I wasn't using IDLE, I'd be using vim or gvim.
CronoCloud (Ron Rogers Jr.)
--
http://mail.python.org/mailman/listinfo/python-list
might not be in your menus though, on my box it's at:
python2.4 /usr/local/lib/python2.4/idlelib/idle.py
CronoCloud (Ron Rogers Jr.)
--
http://mail.python.org/mailman/listinfo/python-list
gt; path_to_nethack_logfile = os.path.join(root, logs[0])
> exit
>
Thank you. I guess I should do more reading, since I hadn't read about
os.walk yet. I shouldn't even be trying to do what I'm doing so early in
my learning. It will eventually be
Tim Golden wrote:
> [Ron Rogers Jr.]
>
> | I have this line of code that's written with Linux in mind:
> |
> | path_to_nethack_logfile = os.popen("locate logfile | grep
> | nethackdir").read()
> |
> | and I'm wanting a Windows equivalent, any suggg
I have this line of code that's written with Linux in mind:
path_to_nethack_logfile = os.popen("locate logfile | grep
nethackdir").read()
and I'm wanting a Windows equivalent, any suestions?
Thanks.
CronoCloud (Ron Rogers Jr.)
--
http://mail.python.org/mailman/listinfo/python-list
e os module.
>
> rpd
>
The TOPICS seem to be case sensitve so
help> assertion
would not work, but
help> ASSERTION
will.
Just figured this out myself, yesterday.
CronoCloud (Ron Rogers Jr.)
--
http://mail.python.org/mailman/listinfo/python-list
for a listing of books
That sort of thing.
The python.org site's been useful to me, pointing me to interesting
software, documentation and whatnot. Though I didn't know about IDLE
until I saw it mentioned in a post on Slashdot in a story asking for
recommendations for Python IDE's. I am "very" new to Python.
CronoCloud (Ron Rogers Jr.)
--
http://mail.python.org/mailman/listinfo/python-list