Installing Python at Work

N

Nikola

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; I'm just trying out Python,
learning the basics from 'Learning Python' by O'Reilly.
 
J

Jaime Wyant

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. Wow, I just stated
somewhat conflicting statements ;)

jw
 
N

Nikola

Many thanks. I know it sounds like a silly question, but it's the
company's laptop etc.

Does Python allow conflicting statements? :)
 
S

Steve Holden

Nikola said:
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's just
a matter of finding out how to help *us* understand.

What sort of conflicts are you concerned about?

Basically Python isn't going to do anything horrible unless you ask it
to, or start running programs you don't understand (which is rarely a
good idea anyway).

regards
Steve
 
D

Diez B. Roggisch

Nikola said:
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 without any
costs and some other benefist (like the ability to create commercial
programs with it)

The difference doesn't matter for you practically (for your current
endeavours), but an enormous one in legalese...


Diez
 
M

Matt Feinstein

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; I'm just trying out Python,
learning the basics from 'Learning Python' by O'Reilly.

Python installations are pretty benign. Note, however, that when you
install additional modules, you are trusting the module writer.

For locality, you can do a completely local Python installation in
Linux, and generally speaking, additional modules can be installed
locally as well. Under win32, the standard binary installer makes a
registry entry which is checked when additional (binary) modules are
installed. I don't think there's any other 'non-local' behavior.

Matt Feinstein
 
S

SPE - Stani's Python Editor

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 folder when you're done.
This is very handy when you're travelling and don't want to carry a
laptop around.

Stani
 
P

Paul Watson

Nikola said:
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; I'm just trying out Python,
learning the basics from 'Learning Python' by O'Reilly.

Are you asking if it is ok to install Python on your company machine or if
Python does anything that might cause you to get caught doing something the
company has already said not to do?
 
G

Grant Edwards

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,269
Messages
2,571,348
Members
48,026
Latest member
ArnulfoCat

Latest Threads

Top