[Tutor] Running Python code without python installed
Ben Finney
ben+python at benfinney.id.au
Sat Aug 27 04:27:35 EDT 2016
Jade Beckmann <jademudan at gmail.com> writes:
> I'm just wondering how someone who doesn't have the python software
> installed on their PC or mac would be able to run the program?
The program will need the Python interpreter and standard library
installed, along with any third-party libraries on which your program
depends. That's a fact of how Python works.
The general problem is termed “distribution” of your Python code. See
the Python Wiki for discussion of tools to help with distribution
<URL:https://wiki.python.org/moin/DistributionUtilities>.
--
\ “Anything that we scientists can do to weaken the hold of |
`\ religion should be done and may in the end be our greatest |
_o__) contribution to civilization.” —Steven Weinberg |
Ben Finney
More information about the Tutor
mailing list