Re: Beginner Programmer Question

2006-06-26 Thread Michael Goettsche
[EMAIL PROTECTED] wrote: > I am doing alot of reading and trying to teach myself how to program. > I can not figure out how to make "Write a program that continually > reads in numbers from the user and adds them together until the sum > reaches 100." this work. If someone could show me the correct

Re: py web-app-frameworks without a rdbms...

2006-03-26 Thread Michael Goettsche
On Wednesday 22 March 2006 02:06, [EMAIL PROTECTED] wrote: > Hi folks, > > Of TurboGers & Django WAF candidates, which one would be easier to use > in an environment where the data/content doesn't come an RDBMS, but > from other server-side apps... If these are not good candidates, could > you sugg

Re: Is Python weak on the web side?

2005-11-19 Thread Michael Goettsche
On Sunday 20 November 2005 00:24, Tony wrote: > If I'd like to learn Python for web-development, what are the options > available? > > Thanks. tony A nice framework is CherryPy: http://www.cherrypy.org or Turbogears, which is based on CherryPy: http://www.turbogears.org/ Michael. -- http://mail.

Re: Daisy Daisy, give me your answer do

2005-10-09 Thread Michael Goettsche
On Saturday 08 October 2005 23:39, Xah Lee wrote: > Dear Michael Goettsche, > > why don't you lead the pack to be on-topic for a change, huh? > > Xah > Because you are a moron. Unsubscribe from this list please and never come back. -- http://mail.python.org/mailman/listinfo/python-list

Re: Daisy Daisy, give me your answer do

2005-10-08 Thread Michael Goettsche
On Saturday 08 October 2005 22:10, Xah Lee wrote: > there is a MacPerl program posted in 1998 that uses Mac's speech synth > to sing Daisy Bell. > See: > > http://bumppo.net/lists/macperl/1998/11/msg00412.html > > can anyone modify it so it runs out of the box on today's OS X? > > PS i'm posting th

Re: new forum -- homework help/chit chat/easy communication

2005-10-08 Thread Michael Goettsche
On Saturday 08 October 2005 21:15, Lasse Vågsæther Karlsen wrote: > [EMAIL PROTECTED] wrote: > > I've launched a new forum not too long ago, and I invite you all to go > > there: www.wizardsolutionsusa.com (click on the forum link). We offer > > all kinds of help, and for those of you who just lik

Re: A Moronicity of Guido van Rossum

2005-09-29 Thread Michael Goettsche
On Thursday 29 September 2005 16:24, Xah Lee wrote: > A Moronicity of Guido van Rossum > > Xah Lee, 200509 > Assuming you want to reach people to convince them your position is right, why don't you try that in proper language? "moron" occured 7 times in your not too long text, that doesn't let y

Basic Server/Client socket pair not working

2005-08-29 Thread Michael Goettsche
Hi there, I'm trying to write a simple server/client example. The client should be able to send text to the server and the server should distribute the text to all connected clients. However, it seems that only the first entered text is sent and received. When I then get prompted for input agai

Re: Writing a small battleship game server in Python

2005-08-12 Thread Michael Goettsche
On Thursday 11 August 2005 18:34, Dan wrote: > > The server should accept connections from new players and be able to > > handle multiple games concurrently. > > Multiple threads would be the way to go for a real application. But if > you want to avoid the complexity involved in threading and > syn

Re: Writing a small battleship game server in Python

2005-08-12 Thread Michael Goettsche
On Thursday 11 August 2005 19:03, [EMAIL PROTECTED] wrote: > Why not using directly SOAP ? > > A minimalistic 'Hello world' client looks like : > >from SOAPpy import SOAPProxy > >server= SOAPProxy("http://localhost:8080";) >print server.Hello("world") > > and the server side like : > >

Re: Writing a small battleship game server in Python

2005-08-12 Thread Michael Goettsche
On Thursday 11 August 2005 18:08, Brian Quinlan wrote: > Michael Goettsche wrote: > > What would be a good, but still easy way to write such a server? > > You could use SimpleXMLRPCServer. A client call sequence could like this: Thanks for the example Brian. I wonder... is t

Writing a small battleship game server in Python

2005-08-11 Thread Michael Goettsche
t every two new players in it? Or does Python offer a better solution to do this? Twisted can be a solution too, but this server should run on standard python installations and Twisted might be a bit too heavy for our project. Thank you. Best Regards, Michael Goettsche. [1]: For those who don't

Re: Big development in the GUI realm

2005-02-07 Thread Michael Goettsche
On Monday 07 February 2005 17:52, RM wrote: > For all you GUI developers, things just got a little more interesting. > Trolltech will soon be offering the QT GUI toolkit for Windows under > the GPL license. That means that PyQt may become a much more popular > option in the near future. Unfortuna

Re: Go visit Xah Lee's home page

2005-02-02 Thread Michael Goettsche
On Tuesday 01 February 2005 01:07, aurora wrote: > Let's stop discussing about the perl-python non-sense. It is so boring. > > For a break, just visit Mr Xah Lee's personal page > (http://xahlee.org/PageTwo_dir/Personal_dir/xah.html). You'll find lot of > funny information and quotes from this quee

Re: Alternative Ways to install Python 2.4?

2005-01-24 Thread Michael Goettsche
On Monday 24 January 2005 00:29, "Martin v. Löwis" wrote: > Michael Goettsche wrote: > > I convinced my CS teacher to use Python in school. We currently have 2.2 > > installed on a Windows 2000 Terminal server. I asked the system > > administrator to upgrade to Pytho

Alternative Ways to install Python 2.4?

2005-01-23 Thread Michael Goettsche
Hello guys, I convinced my CS teacher to use Python in school. We currently have 2.2 installed on a Windows 2000 Terminal server. I asked the system administrator to upgrade to Python 2.4, but he didn't succeed in doing it. He used the microsoft installer package, which according to him crashed

Re: Using Sqlite with Python under Windows

2005-01-14 Thread Michael Goettsche
On Friday 14 January 2005 14:56, Kartic wrote: > > I posted this morning but I don't know what happened to my post! > > In any case, PySqlite is the distribution I have used and is available > at pysqlite.org. > > I believe there is another module called APSW (Another Python Sqlite > Wrapper) avail

Using Sqlite with Python under Windows

2005-01-14 Thread Michael Goettsche
Hello guys, I succeeded in convincing my CS teacher to use Python and Sqlite instead of Microsoft Access to get started with databases. We are working on a windows terminal server to which I have no admin access, so I'd like to ask you which module is best suited to use Sqlite with Python under