Re: Structure of program development

2016-07-04 Thread Michael Torrie
On 07/04/2016 01:50 PM, BartC wrote: > On 04/07/2016 17:55, Chris Warrick wrote: > >>> 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

Re: Structure of program development

2016-07-04 Thread Chris Angelico
On Tue, Jul 5, 2016 at 9:56 AM, Lawrence D’Oliveiro wrote: > On Tuesday, July 5, 2016 at 7:51:18 AM UTC+12, BartC wrote: > >> However the Linuxes I've seen tend to have Python pre-installed. > > Some are even dropping Python 2, and only having Python 3 by default. Yes, so

Re: Structure of program development

2016-07-04 Thread Lawrence D’Oliveiro
On Tuesday, July 5, 2016 at 7:51:18 AM UTC+12, BartC wrote: > However the Linuxes I've seen tend to have Python pre-installed. Some are even dropping Python 2, and only having Python 3 by default. -- https://mail.python.org/mailman/listinfo/python-list

Re: Structure of program development

2016-07-04 Thread BartC
On 04/07/2016 17:55, Chris Warrick wrote: 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

Re: Structure of program development

2016-07-04 Thread Jussi Piitulainen
Michael Smolen writes: > 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

Re: Structure of program development

2016-07-04 Thread Alan Evangelista
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

Re: Structure of program development

2016-07-04 Thread BartC
On 04/07/2016 17:07, Michael Smolen wrote: 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

Re: Structure of program development

2016-07-04 Thread Chris Warrick
On 4 July 2016 at 18:07, Michael Smolen <8smo...@tds.net> wrote: > 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

Structure of program development

2016-07-04 Thread Michael Smolen
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