Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111078
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!feedme.news.telefonica.de!telefonica.de!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | "Michael Smolen" <8smolen@tds.net> |
| Newsgroups | comp.lang.python |
| Subject | Structure of program development |
| Date | Mon, 4 Jul 2016 10:07:36 -0600 |
| Lines | 17 |
| Message-ID | <mailman.72.1467649662.2295.python-list@python.org> (permalink) |
| References | <95C250EE0EE1485FAB159FFB82C178BB@mike> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="iso-8859-1" |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | news.uni-berlin.de qeWvDssUNYbgJMYhfQoelQIGI4rVM8cGoPKreYWfn34A== |
| Return-Path | <8smolen@tds.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.033 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'repeated': 0.07; 'python': 0.10; '500+': 0.16; 'code?': 0.16; 'editor,': 0.16; 'message- id:@mike': 0.16; 'perl.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:program': 0.16; 'python?': 0.18; 'thanks.': 0.18; 'machine': 0.21; 'not,': 0.22; 'x-mailer:microsoft outlook express 6.00.2900.5931': 0.22; 'programming': 0.22; 'second': 0.24; "i've": 0.25; 'question': 0.27; 'developing': 0.28; 'perl': 0.29; 'mike': 0.29; 'program,': 0.29; 'books': 0.30; 'option': 0.31; 'software,': 0.32; 'run': 0.33; 'worked': 0.34; 'text': 0.35; 'there': 0.36; 'lines': 0.36; 'possible': 0.36; 'basic': 0.36; 'to:addr:python-list': 0.36; 'does': 0.39; 'to:addr:python.org': 0.40; 'save': 0.60; 'more': 0.63; 'different': 0.63; 'series': 0.65; 'developed': 0.66; 'products': 0.70; 'design.': 0.72; 'gotten': 0.76; 'chapters': 0.93 |
| X_CMAE_Category | , , |
| X-CNFS-Analysis | v=2.2 cv=WpxpCpXv c=1 sm=1 tr=0 a=xSgpqS1tU4oiB0W0QitHVA==:117 a=xSgpqS1tU4oiB0W0QitHVA==:17 a=r77TgQKjGQsHNAKrUKIA:9 a=xzLcfu9pCysS2fZuCZMA:9 a=CiN93dnSrYgPnUMBuBsA:9 a=PuVV3fFxwh8j3IdV:21 a=_W_S_7VecoQA:10 |
| X-CM-Score | 0 |
| X-Scanned-by | Cloudmark Authority Engine |
| X-Authed-Username | OHNtb2xlbkB0ZHMubmV0 |
| Authentication-Results | smtp02.tds.cmh.synacor.com smtp.user=8smolen@tds.net; auth=pass (LOGIN) |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| X-Mailer | Microsoft Outlook Express 6.00.2900.5931 |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.6157 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.22 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <95C250EE0EE1485FAB159FFB82C178BB@mike> |
| Xref | csiph.com comp.lang.python:111078 |
Show key headers only | 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 | Next — Next in thread | Find similar | Unroll 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