[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
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
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.
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
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
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
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
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
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
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 :
>
>
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
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
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
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
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
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
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
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
18 matches
Mail list logo