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


Groups > comp.lang.python > #71815 > unrolled thread

Re: Basic help

Started byEmile van Sebille <emile@fenx.com>
First post2014-05-20 09:51 -0700
Last post2014-05-20 09:51 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#71815 — Re: Basic help

FromEmile van Sebille <emile@fenx.com>
Date2014-05-20 09:51 -0700
SubjectRe: Basic help
Message-ID<mailman.10161.1400604699.18130.python-list@python.org>
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.
>
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web