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


Groups > comp.lang.python > #111078

Structure of program development

From "Michael Smolen" <8smolen@tds.net>
Newsgroups comp.lang.python
Subject Structure of program development
Date 2016-07-04 10:07 -0600
Message-ID <mailman.72.1467649662.2295.python-list@python.org> (permalink)
References <95C250EE0EE1485FAB159FFB82C178BB@mike>

Show all headers | View raw


Folks:

I am new to this programming adventure. I've gotten past the introductory chapters in 'How to..." books and now want to start developing a much more complicated program that I will use repeated for different applications. When I worked in Perl there was an option to write a program in a text editor, save it, and then run in with Perl. Is such a thing possible in Python? If not, how do I develop a 500+ lines of code?

A second question of the basic design. If I write a program, can I move it to a computer that is without any Python software, or does that machine have to download the Python software? Does Python products contain all parts of a developed program or is it a series of 'call' statements?

Thanks.   Mike

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Structure of program development "Michael Smolen" <8smolen@tds.net> - 2016-07-04 10:07 -0600
  Re: Structure of program development BartC <bc@freeuk.com> - 2016-07-04 17:56 +0100
  Re: Structure of program development Jussi Piitulainen <jussi.piitulainen@helsinki.fi> - 2016-07-04 20:20 +0300

csiph-web