Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71815

Re: Basic help

From Emile van Sebille <emile@fenx.com>
Subject Re: Basic help
Date 2014-05-20 09:51 -0700
References <000001cf7437$613cedc0$23b6c940$@icon.co.za>
Newsgroups comp.lang.python
Message-ID <mailman.10161.1400604699.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 5/20/2014 7:25 AM, Pat Fourie wrote:
> Good Day all.
>
> I am new to Python.

Welcome --

> I need to maintain software written on Python 1.5.2.

I'd point you to the tutorial for a start.

See the docs at https://docs.python.org/release/1.5.2/

> I will upgrade after learning more.
>
> My question is :
>
> When compiling,

Python isn't a compiled language other than reduction to byte code which 
doesn't require a compile step but rather is done automatically at run 
time, so this is somewhat confusing.


> the results of the compile is displayed in the “active
> window”. How can I view this window.


Here you are likely referring to your editor, but that's not a python 
issue.

HTH,

Emile

>
> Many thanks for your assistance.
>
> Kind regards
>
> Pat
>
>
> --
> This message has been scanned for viruses and
> dangerous content by *Pinpoint Securemail*,
> and is believed to be clean.
>
>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Basic help Emile van Sebille <emile@fenx.com> - 2014-05-20 09:51 -0700

csiph-web