On 2005-10-17, Nikola <[EMAIL PROTECTED]> wrote:
> I'm considering installing it on a work laptop, knowing that
> it is non-licensed, distributable software.
>
> However, does it access communication ports?
Only if you tell it to.
--
Grant Edwards grante Yow! I'm
"Nikola" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm currently learning Python for my own use.
> I'm considering installing it on a work laptop, knowing that it is
> non-licensed, distributable software.
>
> However, does it access communication ports? I know the company che
You even don't have to install Python on your system. Michael Foord
created Movable Python (http://www.voidspace.org.uk/python/movpy/),
which allows you to carry a full python distribution and more to be
carried around on a USB stick. You can copy it to a folder on your
harddisk. Just delete the f
On 17 Oct 2005 08:12:35 -0700, "Nikola" <[EMAIL PROTECTED]>
wrote:
>I'm currently learning Python for my own use.
>I'm considering installing it on a work laptop, knowing that it is
>non-licensed, distributable software.
>
>However, does it access communication ports? I know the company checks
>t
Nikola wrote:
> I'm currently learning Python for my own use.
> I'm considering installing it on a work laptop, knowing that it is
> non-licensed, distributable software.
Here comes a little bit nitpicking: Python is not "non-licensed" - it
has a license, which makes it available for you free and
Nikola wrote:
> Many thanks. I know it sounds like a silly question, but it's the
> company's laptop etc.
>
> Does Python allow conflicting statements? :)
>
Actually it sounds like a meaningless question, but that's only because
I'm not a mind-reader. ;-) I'm sure *you* know what you mean, it'
Many thanks. I know it sounds like a silly question, but it's the
company's laptop etc.
Does Python allow conflicting statements? :)
--
http://mail.python.org/mailman/listinfo/python-list
The python interpreter doesn't do anything other than what you tell
it. That is, the standard python installation does not install any
`secret programs' that run in the background.
Like most tools, Python is as benign as it's user. However, unlike
most tools even benign users can be powerful. W
I'm currently learning Python for my own use.
I'm considering installing it on a work laptop, knowing that it is
non-licensed, distributable software.
However, does it access communication ports? I know the company checks
their ports regularly for activity.
I won't be doing anything very serious