Re: [Tutor] Which Python should a beginner learn?

2013-10-02 Thread Joel Goldstick
On Wed, Oct 2, 2013 at 7:59 PM, Mark Lawrence wrote: > On 02/10/2013 19:50, vit...@gmx.com wrote: >> >> Which version of Python should a beginner learn? 2.x or 3.x? >> > > Python 3 is the future so learn it unless you want to use a specific library > which hasn't yet been ported. While I generall

Re: [Tutor] Which Python should a beginner learn?

2013-10-02 Thread Mark Lawrence
On 02/10/2013 19:50, vit...@gmx.com wrote: Which version of Python should a beginner learn? 2.x or 3.x? Python 3 is the future so learn it unless you want to use a specific library which hasn't yet been ported. -- Roses are red, Violets are blue, Most poems rhyme, But this one doesn't. Mar

[Tutor] Which Python should a beginner learn?

2013-10-02 Thread vitsen
Which version of Python should a beginner learn? 2.x or 3.x? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python version prior to 02/26/2006?

2013-10-02 Thread Steven D'Aprano
On Wed, Oct 02, 2013 at 01:44:11PM -0400, Fast Primes wrote: > I have a python program written in 02/26/2006. Can I still get a version of > python that will run it? > If so, which version and from where can I get it? Yes. All versions of Python going back to version 1.1 are still available, al

Re: [Tutor] Python version prior to 02/26/2006?

2013-10-02 Thread Dave Angel
On 2/10/2013 13:44, Fast Primes wrote: > I have a python program written in 02/26/2006. Can I still get a version of > python that will run it? > If so, which version and from where can I get it? > Thx. > fp > > > >