472,960 Members | 1,925 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,960 software developers and data experts.

which Python ? asks beginner

Have given up Java. Want to switch to Python. But _which_ ?
There is ver :
2.5 out now
2.6 in beta , final expected Apr 2008
3.0 ? in alpha or beta
3.0 final expected Sep 2008 ?
Will the real python please stand up.
Thanks, Dave WB3DWE pd******@earthlink.net
Nov 17 '07 #1
7 1112
On Nov 17, 12:20 pm, Dave WB3DWE wrote:
Have given up Java. Want to switch to Python. But _which_ ?
There is ver :
2.5 out now
2.6 in beta , final expected Apr 2008
3.0 ? in alpha or beta
3.0 final expected Sep 2008 ?
This is not for us to decide, but rather for you. For example:
- I work for a company and I want to include Python scripting as part
of our development environment. No one here has used Python before.
(Pick 2.5, you will not have to "unlearn" much for 2.6, and you'll
have the latest language features.)
- I want to deploy Python applications on Hosting Service X. (Ask
Hosting Service X which version they support - don't be surprised if
the answer is v2.2, but if it is, that's the version you'll work
with.)
- I just like hacking with languages (Pick 2.6 beta or 3.0 alpha, or
pick them both and see what you like about each.)
Will the real python please stand up?
Don't be a wise ass. Even version 2.2 is a "real" Python. Some folks
are even maintaining compatibility with 1.5.2. The version to use
depends on your own situation, give it some thought - we are not mind-
readers.

-- Paul
Nov 17 '07 #2
On Nov 17, 2007 6:20 PM, <Da**@bag.python.orgwrote:
Have given up Java. Want to switch to Python.
Welcome!
But _which_ ?
There is ver :
2.5 out now
2.6 in beta , final expected Apr 2008
You should go for 2.5.1 unless you have a reason to stick to an older
version. (Such reasons might include your hosting company's Python
version, your employer's preferred version, and so on.)

2.6 isn't even in beta yet AFAIK. When it is, you should be able to
upgrade to it with nothing more than a few warning messages at worst.
At least, that's always been my experience.
3.0 ? in alpha or beta
3.0 final expected Sep 2008 ?
Py3k is still in fairly early alpha, and is strictly for Python
developers at the moment. Even when it goes final, I wouldn't want to
use it in production for a while. So, unless you just want something
to play with, steer clear.

It'll be an exception to the just-works upgrade that we've been used
to in the past, but plans are afoot to make upgrading possible.

--
Cheers,
Simon B.
si***@brunningonline.net
http://www.brunningonline.net/simon/blog/
GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues
Nov 17 '07 #3
plans are afoot
You know, I've always wanted ask; if plans are afoot, what are hands?

:D

Sorry, it's late.

/d

Nov 17 '07 #4
On Nov 17, 4:20 pm, Dave WB3DWE wrote:
Have given up Java. Want to switch to Python. But _which_ ?
There is ver :
2.5 out now
2.6 in beta , final expected Apr 2008
3.0 ? in alpha or beta
3.0 final expected Sep 2008 ?
Will the real python please stand up.
Thanks, Dave WB3DWE pdlem...@earthlink.net
Hi.

The right version is 2.5.

Bye, :-)
Nov 17 '07 #5
Dave WB3DWE wrote:
Have given up Java. Want to switch to Python. But _which_ ?
There is ver :
2.5 out now
2.6 in beta , final expected Apr 2008
3.0 ? in alpha or beta
3.0 final expected Sep 2008 ?
Will the real python please stand up.
Thanks, Dave WB3DWE pd******@earthlink.net
So in other words are you asking us should you use Python now (2.5) or
wait months before you start using it (2.6+)? That doesn't make much sense.

How hard is it to just start using the latest version? It's not like you
will have to learn a new language when 2.6 is released, or even 3.0.

If you had asked whether you should use 2.5 or *older* versions, that
would have made more sense. Your question as it is confuses me.
Nov 18 '07 #6
"Donn Ingle" <don..il.comwrote:

plans are afoot
You know, I've always wanted ask; if plans are afoot, what are hands?

:D

Sorry, it's late.
The answer, seeing as it's late, is that whisky is at hand.

- Hendrik

Nov 19 '07 #7
>You know, I've always wanted ask; if plans are afoot, what are hands?
The answer, seeing as it's late, is that whisky is at hand.
Ha. Brilliant answer! It also explains decorators :D
/d

Nov 19 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: anonymous | last post by:
i'm looking to start learning python. could someone recommend a good beginner's book for me? thanks. -------------------------------------------------------------------- For free web...
3
by: Art | last post by:
NEWBIE ALERT! Esteemed List Participants and Lurkers: (System: P-II 350, 192 meg, Win98 SE, Python 2.2.3, wxPythonWIN32-2.4.1.2-Py22.exe) I'm having a lot of fun getting started with Python...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
0
by: Emile van Sebille | last post by:
QOTW: There are probably many less productive ways to spend your time than studying Mark Pilgrim's code. -- Skip Montanaro QOTW: 'enumerate'...? As in, enumerate(n*) ... ? -- Alex Martelli,...
0
by: Emile van Sebille | last post by:
QOTW: "Name me any product (except maybe TeX) that was mature at version 1.0. I remember using Visual Basic at v1.0 and it definitely wasn't mature..." -- Alan Gauld on the maturity of IDLE ...
0
by: Peter Otten | last post by:
QOTW: "Python's a language you can swear by, not at." - Chris "Every sufficiently advanced LISP application will eventually reimplement Python." - Hodgson's Law Chad Himeda asks for a nested...
15
by: Judi Keplar | last post by:
I am currently taking a course to learn Python and was looking for some help. I need to write a Python statement to print a comma- separated repetition of the word, "Spam", written 511 times...
0
by: Magnus Lycka | last post by:
QOTW: "*what* the value is is defined by the operations that the object supports (via its type). *how* the value is represented inside the object is completely irrelevant; a Python...
6
by: Qun Cao | last post by:
Hi Everyone, I am a beginner on cross language development. My problem at hand is to build a python interface for a C++ application built on top of a 3D game engine. The purpose of this python...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.