tool69 wrote:
> Sorry, but did someone knows if Pida works under Windows ?
> Thanks.
No, it doesn't really. You can start it up with a bit of hacking, and I
have seen screenshots around, but only with the scintilla-based editor.
We are waiting for SVG support in GTK on windows. Writing a vim-win
Kirill Simonov wrote:
> On Sun, Nov 19, 2006 at 03:27:32AM -0800, Leo Kislov wrote:
> > IDLE on Windows works fine for your example in interactive console:
> >
> > >>> name = raw_input("What's your name? ")
>
> Have you tried to use cyrillic characters in a Python string in
> interactive console?
On Sun, Nov 19, 2006 at 03:13:30PM +0100, Alan Franzoni wrote:
> Kirill Simonov si è divertito a scrivere:
>
> > On Sun, Nov 19, 2006 at 12:33:39PM +0100, Alan Franzoni wrote:
>
> > No, I would prefer the editor to save the .py files with non-ASCII
> > characters in UTF-8 encoding adding the BO
On Sun, Nov 19, 2006 at 03:27:32AM -0800, Leo Kislov wrote:
> IDLE on Windows works fine for your example in interactive console:
>
> >>> name = raw_input("What's your name? ")
Have you tried to use cyrillic characters in a Python string in
interactive console? When I do it, I get the "Unsupporte
Kirill Simonov si è divertito a scrivere:
> On Sun, Nov 19, 2006 at 12:33:39PM +0100, Alan Franzoni wrote:
> No, I would prefer the editor to save the .py files with non-ASCII
> characters in UTF-8 encoding adding the BOM at the beginning of the
> file. This will allow the interpreted to detect
On Sun, Nov 19, 2006 at 12:33:39PM +0100, Alan Franzoni wrote:
> Kirill Simonov si è divertito a scrivere:
>
> > Unfortunately, most IDEs I tried failed miserably in this respect. My
> > test was simple: I've run the code
> > name = raw_input("What's your name? ") # written in Russian
> >
Kirill Simonov si è divertito a scrivere:
> Unfortunately, most IDEs I tried failed miserably in this respect. My
> test was simple: I've run the code
> name = raw_input("What's your name? ") # written in Russian
> print "Hello, %s!" % name # in Russian as well
> both from
Kirill Simonov wrote:
> Hi,
>
> Could anyone suggest me a simple IDE suitable for teaching Python as a
> first programming language to high school students? It is necessary
> that it has a good support for input/output in Cyrillic.
>
> Unfortunately, most IDEs I tried failed miserably in this resp