A basic question in this thread is: Who will host the
doc-wiki/whatever and how will it be linked to?
If not hosted at python.org it can still be linked to from their
docs, if allowed, possibly with 3rd level domain and re-direct.
I host a number of commercial servers but I don't expect Guido to
At 03:08 PM 8/11/2009, you wrote:
I recommend going to the existing Wiki and looking at what there is
already:
http://wiki.python.org/moin/Documentation
http://wiki.python.org/moin/CategoryDocumentation
I also can't see how to get
from http://wiki.python.org/moin/Documentation to
http://wik
I just installed python-2.6.2.msi from Python.org and
wxPython2.8-win32-ansi-2.8.10.1-py26.exe and now can't import this
wx. (I had 2.4, but uninstalled)
This reminds me of a basic question I had before: what are the
compilers used for the Win32 binaries? Is this a compiler
compatibility issue?
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 5, 7:00 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
> On 2/5/07, Kent Johnson <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > [EMAIL PROTECTED] wrote:
> > > Hi,
>
> > > I´m trying desperately to tell the interpreter to put an 'á' in my
> > > string, so here is the code snippet:
>
> > > # -*- codi
Hi,
I´m trying desperately to tell the interpreter to put an 'á' in my
string, so here is the code snippet:
# -*- coding: utf-8 -*-
filename = u"Ataris Aquáticos #2.txt"
f = open(filename, 'w')
Then I save it with Windows Notepad, in the UTF-8 format. So:
1) I put the "magic comment" at the sta
Thanks for all the help and examples. As I mentioned, I'm trying to
teach myself and starting with the basics (if, elif, else, while, for,
raw_input, int are about all I know so far and don't know that well
yet) Some of the example posted are still beyond my understanding but
it's good to see oth
I'm trying to teach myself Python (probably running into the old dog
new tricks issue) and I'm trying to start with the very basics to get a
handle on them.
I'm trying to write code to get the computer to flip a coin 100 times
and give me the output of how many times heads and tails. After