Re: Web Server

2008-07-20 Thread James Tanis
, and let > the application "push" data to your 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 sou

Re: Web Server

2008-07-20 Thread James Tanis
ay they handle authentication myself. I personally think it's worth it though, Twisted is a great resource for rapid development of certain types of clients/servers. -- James Tanis Technical Coordinator Monsignor Donovan Catholic High School e: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Manipulate Large Binary Files

2008-04-02 Thread James Tanis
; font-family:"Courier New"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 --> James Tanis Technology Coordinator Monsignor Donovan Catholic High School  e: [EMAIL PROTECTED] p: (706)433-0223 -- http://mail.python.org/mailman/listinfo/python-list

Re: python speed

2006-01-06 Thread James Tanis
t;[EMAIL PROTECTED]> 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 Tan

Re: Is this a refrence issue?

2005-12-28 Thread James Tanis
o this. > Such as from the python docs.. import copy x = copy.copy(y)# make a shallow copy of y x = copy.deepcopy(y)# make a deep copy of y > -carl > > -- > > Carl J. Van Arsdall > [EMAIL PROTECTED] > Build and Release > 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
mplementations with absolutely no documentation and plenty of one letter variable names. I haven't checked the web site either, are you allowing third party modules 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
character. If I'm getting those mixed up, switch 'em around or whatever. I find 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

Re: Indentation/whitespace

2005-12-24 Thread James Tanis
f usr.password == password or something less elaborate :P. > -- > http://mail.python.org/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
I wonder how so many coders actually 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: Indentation/whitespace

2005-12-23 Thread James Tanis
more Perl-like syntax. It doesn't quite have as much of a diverse module selection as Python and Perl 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

Re: Python as a HTTP Client

2005-11-10 Thread James Tanis
ould just let me connect using an URL, send a few GETs, > 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
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. # #

Re: collect data using threads

2005-06-14 Thread James Tanis
.. # # # Jeremy Jones # 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. Since you wouldn't require an self.data = [] this should allow you to safely remove the data you've already seen without accidentally removing data that may have been added in the mean time. --- James Tanis [EMAIL PROTECTED] http://pycoder.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Show current ip on Linux

2005-06-13 Thread James Tanis
hroot and i can kill those processes ) # ( * klieber claps for zhen oh go die ) # - #o \___ # v__v o \ O ) # (OO) ||w | # (__) || || \/\ # # -- # http://mail.pyth

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:[EMA

Re: anygui,anydb, any opinions?

2005-06-06 Thread James Tanis
he breadth of the libraries available. Sure, GUI RAD solutions increase development in a very real way, 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: 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