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


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

Re: Python Requirements

Started byChris Angelico <rosuav@gmail.com>
First post2015-07-18 07:40 +1000
Last post2015-07-18 07:40 +1000
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: Python Requirements Chris Angelico <rosuav@gmail.com> - 2015-07-18 07:40 +1000

#94035 — Re: Python Requirements

FromChris Angelico <rosuav@gmail.com>
Date2015-07-18 07:40 +1000
SubjectRe: Python Requirements
Message-ID<mailman.663.1437169232.3674.python-list@python.org>
On Sat, Jul 18, 2015 at 7:37 AM, Luke Harrison <lukeharrison59@gmail.com> wrote:
> As part of my A2 Computing coursework, I need to program a solution using
>
> Python 3.4. I also need to document the minimum requirements to run Python
>
> 3.4 on a Windows machine, including minimum RAM, minimum processing power,
>
> minimum hard disk space and monitor resolution.

Simple answer: If it's capable of running a modern Windows, it's
capable of running Python. There's no screen resolution requirements,
and the RAM, CPU, and HD requirements depend more on what you do with
Python than on the language itself. The easiest way to find out is to
try it - grab the installer, plop it onto a system, see how much less
disk space you have. Then start running code and see how efficient it
is. There's a world of difference between the RAM/CPU requirements of
"Hello, world" and a program that does video processing, and that's
true regardless of the language.

ChrisA

[toc] | [standalone]


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


csiph-web