NEWBIE QUESTION: python 3 or 2.6.x

I'm a newbie and want to learn a programming language, willy-nilly I picked python...

Should I go with 2.6.x which at first glance seems extremely well documented, or should I go with 3.0, which is new and shiny?!

I want...no...I'm going to NEED fantastic documentation or I'm going to fail miserable at this...

Thanks for your opinion!
guptaxpn
:slight_smile:

I would suggest Python 2.6.x and then gradually move on to Python 3.x. The reason is python 3.x is very very new and it breaks backward compatibility with older version. For this reason, migration of existing python applications to 3.x version will take a quite a bit of time. People are always wary of moving to a newer release of the same product.

My 2 cents.

I'm new to the platform and I'm attached to a project that need to create a program that allows the operator to indicate the PIC of any issue/downtime on the machine.
We're using UNIX platform and I've to attached the program in the active/test monitor program.