NEWBIE QUESTION: python 3 or 2.6.x


View Poll Results: Version
Python 2.6 1 100.00%
Python 2.5.3 (Mac Leopard Default) 0 0%
Python 3.0 0 0%
Voters: 1. This poll is closed

 
Thread Tools Search this Thread
Top Forums Programming NEWBIE QUESTION: python 3 or 2.6.x
# 1  
Old 12-15-2008
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
Smilie
# 2  
Old 12-15-2008
Quote:
Originally Posted by guptaxpn
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
Smilie
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.
# 3  
Old 12-16-2008
Power Help Needed!

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.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Newbie Python Url Scraper

I setup Zoneminder and have been playing around with setting up a couple of Wanscam PTZ ip cameras in which I have been running into road blocks with streaming and etc. I cant find much information on the camera and its webserver that sits on it and wanted to get a an absolute directory structure... (5 Replies)
Discussion started by: metallica1973
5 Replies

2. Shell Programming and Scripting

Python Newbie Question Regex

I starting teaching myself python and am stuck on trying to understand why I am not getting the output that I want. Long story short, I am using PDB for debugging and here my function in which I am having my issue: import re ... ... ... def find_all_flvs(url): soup =... (1 Reply)
Discussion started by: metallica1973
1 Replies

3. UNIX for Dummies Questions & Answers

newbie question

Hi all, I am sure this is very simple but I cant quite get it. I am trying to search textfile1.txt for a string then take the results of the search and append the result to textfile3.txt So far I have used $ find file1.txt -exec grep "string i am looking for" '{}' \; -print this... (2 Replies)
Discussion started by: radgator
2 Replies

4. UNIX for Dummies Questions & Answers

Newbie question

Hey. i am doing a lab work for shcool I am new to using the commands. This question is give to me. I do not no the length of file nor do i know the how many charterers they are in the question. Question below "Assume that you are NOT currently in your home directory. Enter a command to copy... (1 Reply)
Discussion started by: maniac173
1 Replies

5. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

6. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies

7. Programming

Newbie question

Dear all, I have a question related to parallel programing and if you can give me some hints on how to deal with it, it would be really great. I would like to run a small application on a supercompter of 128 CPUs. Unfortunately, on this machine only jobs which require 32 CPUs are allowed to... (1 Reply)
Discussion started by: Eduard
1 Replies

8. UNIX for Dummies Questions & Answers

Newbie question?

What is the best way to learn UNIX on the web, with out buying books? any link would be much help. Thank you in advance, L (1 Reply)
Discussion started by: lsoria1
1 Replies

9. Shell Programming and Scripting

Newbie question

Hello, I have text file while looks this test1 test2 test3 test4 test5 test6 and if I want to parse it and make new file which would like this test1 test2 test3 test4 test5 test6 How can I do this in korn shell script Thanks (9 Replies)
Discussion started by: peeyush_23
9 Replies

10. UNIX for Dummies Questions & Answers

newbie question

hi im thinking of getting unix but i have no idea where to start I know that its an OS similar to linux but what hardware does in run on? i've heard of solaris but im not quit sure what it is thankxs (3 Replies)
Discussion started by: ninja
3 Replies
Login or Register to Ask a Question