Re: Web Server

2008-07-20 Thread James Tanis
server instead? Either way requires an open port, otherwise there's no way to negotiate new clients. If your in a closed environment that's not a concern, you could just define what clients to push to and when, but it sounds like he wants something a bit more dynamic. -- James Tanis Technical

Re: Manipulate Large Binary Files

2008-04-02 Thread James Tanis
Derek Tracy [EMAIL PROTECTED] wrote: INPUT = open(infile, 'rb') header = FH.read(169088) ary = array.array('H', INPUT.read()) INPUT.close() OUTF1 = open(outfile1, 'wb') OUTF1.write(header) OUTF2 = open(outfile2, 'wb') ary.tofile(OUTF2) When I try to use the above on files

Re: python speed

2006-01-06 Thread James Tanis
] wrote: Hi are there any future perspectives for Python to be as fast as java? i would like to use Python as a language for writing games. best regards krystian -- http://mail.python.org/mailman/listinfo/python-list -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http

Re: Is this a refrence issue?

2005-12-28 Thread James Tanis
MontaVista Software -- http://mail.python.org/mailman/listinfo/python-list -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: python coding contest

2005-12-27 Thread James Tanis
to be used? If so, that causes even more problems in the comparison. How are you going to compare those who use a module vs implement it themselves in pure python? -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Indentation/whitespace

2005-12-26 Thread James Tanis
true tabs to be very annoying since different editors/programs seem to translate them differently, just give me spaces :P. Their are plenty of freeware and proprietary programs that do both and everything in between, don't feel like you have to be pushed into buying something. -- James Tanis [EMAIL

Re: Indentation/whitespace

2005-12-24 Thread James Tanis
/mailman/listinfo/python-list -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Indentation/whitespace

2005-12-23 Thread James Tanis
but that will change with time. Open source gives us an unprecendented amount of choices, try them all out.. I have, and I came up with Python because for me it is the best fit. That may not be true in your case, which is perfectly fine. -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http

Re: Indentation/whitespace

2005-12-23 Thread James Tanis
came to be interested in the field -- one that pretty much thrives in part on its neverending ability to vary, grow, and change -- if something so small can warrant so much attention. -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Python as a HTTP Client

2005-11-10 Thread James Tanis
, and receive the answer as a string/file etc. Does this exist, and where can I read about it? /David -- http://mail.python.org/mailman/listinfo/python-list -- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: collect data using threads

2005-06-14 Thread James Tanis
have been added in the mean time. --- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: collect data using threads

2005-06-14 Thread James Tanis
Previously, on Jun 14, Peter Hansen said: # James Tanis wrote: # I may be wrong here, but shouldn't you just use a stack, or in other # words, use the list as a stack and just pop the data off the top. I # believe there is a method pop() already supplied for you. # # Just a note

Re: Show current ip on Linux

2005-06-13 Thread James Tanis
) # - #o \___ # v__v o \ O ) # (OO) ||w | # (__) || || \/\ # # -- # http://mail.python.org/mailman/listinfo/python-list # --- James Tanis [EMAIL PROTECTED] http

Re: anygui,anydb, any opinions?

2005-06-06 Thread James Tanis
, but you can find an offering for just about every language out there these days. # # -- # http://mail.python.org/mailman/listinfo/python-list # --- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: anygui,anydb, any opinions?

2005-06-06 Thread James Tanis
Previously, on Jun 6, Thomas Bartkus said: # James Tanis [EMAIL PROTECTED] wrote in message # news:[EMAIL PROTECTED] # Previously, on Jun 6, Thomas Bartkus said: # # # bruno modulix [EMAIL PROTECTED] wrote in message # # news:[EMAIL PROTECTED] # # You mean the wimp gui builder + db - ui

Re: hard memory limits

2005-05-06 Thread James Tanis
James Stroud wrote: Sorry Maurice, apparently in bash its ulimit (no n). I don't use bash, so I don't know all of the differences offhand. Try that. The only shells I know of that uses unlimit is csh tcsh.. bleh.. :) FWIW, I've had the same problem in openbsd, while ulimit will fix your