Socket MUD client script

2009-10-30 Thread Zamnedix
I'm having trouble with this script I'm writing. I want it to connect to a MUD, which it does fine, but afterwards it displays the greeting and login prompt, and when I type in username the loop to receive and then send seems to stop. Here's my code: #!/usr/bin/python import socket import sys a

Re: What text editor is everyone using for Python

2009-05-26 Thread Zamnedix
On May 25, 10:35 am, LittleGrasshopper seattleha...@yahoo.com wrote: With so many choices, I was wondering what editor is the one you prefer when coding Python, and why. I normally use vi, and just got into Python, so I am looking for suitable syntax files for it, and extra utilities. I

Re: Lisp mentality vs. Python mentality

2009-04-27 Thread Zamnedix
On Apr 24, 11:06 pm, Carl Banks pavlovevide...@gmail.com wrote: In answering the recent question by Mark Tarver, I think I finally hit on why Lisp programmers are the way they are (in particular, why they are often so hostile to the There should only be one obvious way to do it Zen). Say you

Re: python needs leaning stuff from other language

2009-04-04 Thread Zamnedix
On Apr 3, 8:48 am, Steven D'Aprano st...@remove-this- cybersource.com.au wrote: On Fri, 03 Apr 2009 08:23:22 -0700, Zamnedix wrote: On Apr 2, 3:25 pm, online.serv...@ymail.com wrote: python's list needs a thing  list.clear()  like c# arraylist and python needs a writeline() method Please

Re: python needs leaning stuff from other language

2009-04-03 Thread Zamnedix
On Apr 2, 3:25 pm, online.serv...@ymail.com wrote: python's list needs a thing list.clear() like c# arraylist and python needs a writeline() method Please don't post things like list before you do any research. You don't know what you are talking about. --

Re: Python 3D CAD -- need collaborators, or just brave souls :)

2009-02-18 Thread Zamnedix
On Feb 9, 12:58 pm, rantingrick rantingr...@gmail.com wrote: Hello all, It has long been my dream to create an open source 3D CAD program and i am starting to crawl my way into the first steps. I now believe i am ready to start this endeavor and i am currently looking for fellow Python