The first release candidate of Python 2.4. Python 2.4 is now close to release– there should be few or no new features, merely bug fixes.
The first release candidate of Python 2.4. Python 2.4 is now close to release– there should be few or no new features, merely bug fixes.
I love python! 2,4 is comeing
I’ve just started doing programming in Python v2.3.4.
What is new in 2.4?
http://python.org/2.4/highlights.html
I wish that gnome adopt python as the scripting language and also as application language. Of course, if they start using C# as the system language then ironpython could be used. This, and not gambas, is what will bring a lot of people who wants an easy way to make applications in linux to our side.
>> if they start using C# as the system language then ironpython could be used.
And if they go with Java, we can use Jpython!
anyone got any info about implementing python on nokia phones?
or Symbian OS?
I believe that python programs are allowed to go into the gnome desktop release as it is.
There was talk of moving the python bindings from the bindings release to platform release for gnome 2.10, but they decided against it since it negates the point of the bindings package. But they seem to decide that python could be used in the desktop release and did have their blessing, they just never came to an agreement as to how they would let anyone who is not on the mailing list know this.
I mean what good is another language almost like c++ ?
java,c#,python are all similar .
It’s not a unique or a major breakthrough in programming .
I would rather see a new language that is very very high level and can understand what i want instead procedural languages of today.
example . Say i need a window /gui.
win()
simple. like that. I don’t want to type 100 lines of code or need to cut /copy boilerplate/template all the time .
import Tkinter
a = Tkinter.Tk()
Not quite 1 line, but almost 🙂
“I mean what good is another language almost like c++ ?
java,c#,python are all similar . ”
You should try using python. It is not like java,c# and C++. I actually prefer more C-like languages such as those you listed.
”
win()
simple. like that. I don’t want to type 100 lines of code or need to cut /copy boilerplate/template all the time . ”
And yet..that is not a “major breakthrough in programming” either. In fact, you could write a lib that gives you exactly that in every language you listed. However, it would not be very flexible and you would soon realize why it is the way it is.
>I would rather see a new language that is very very high level and can understand what i want instead procedural >languages of today.
Python are more like writing pseudo code, and you write a lot fewer lines than with c like languages. It’s one of the most high level languages out there.
Some of python great things:
– OOP
– generators
– properties
– multiple inheritance
– decorators (as of 2.4)
– powerfull introspection
– dynamic types
– clean syntax
Also if the .NET framework or JVM would be used then the Python code would still have to be rewritten[1] because they would have to use gtk# or java-gnome instead of pygtk.
1 – http://www.jython.org/cgi-bin/faqw.py?req=show&file=faq04.001.htp
… reminds me of a quote:
Within Python, there is a much smaller and cleaner language struggling to get out
I heart Python
Python R t3H 1337.
And now that’s out of my system.
I really like Python – it is my favorite language, such a clean interface.
Oh, and .NET/JVM makes baby Jesus cry.
Generally, I perceive Python as a great language, one I take pleasure to code in. What I dislike about it, however, is that the core language/syntax is constantly evolving and getting bigger. Generators – well, I can dig them, as much as I dislike them. But decorators? That’s just plain scary. Yeah, Python has enormous flexibility, and the latter addition seems to make control over functions and classes cleaner. The question is, does Python really, really need them? I get the impression, that more and more garbage makes its way into the language. Couldn’t it be locked and finalized? It’s even worse than in the case of the new Perl coming.
I know, you can always tell me “if you don’t like it, then don’t use it”, as of the new features. The same could be said about C++ which encompasses a lot of specialized features which many programmers don’t use anyway. However, all of them are integral to C++ and it’s not going to change every year or so. When it comes to Python, I think that it’s becoming less and less the “Python” we are used to. It’s turning into a different language. Just take one more look at those decorators. There are many uses for them, of course, but, for instance, you could make functions require specific types of parameters. Is it really in the spirit of Python? You could say that it makes it easier to debug and find run-time errors in programs. True, but if you like that feature, you should use Java or C# with their strong-typeness. If Python is going to be used this way, and that feature gets popular, new Python programs will look unlike those which were written earlier. To me, that means completely changing the face of the language.
I don’t know about you, but I don’t like what I’m seeing.
I totally agree with you. Have nothing against evolving languages, this is the natural path of evolution anyway, but some careful planning must be carried out so that at least two generations of developers can understand each others.
‘unavowed’ wrote:
“””
I know, you can always tell me “if you don’t like it, then don’t use it”
“””
I don’t think this is a valid response to your criticisms, even if there are other ways to do everything you’re trying to sidestep. People work on software projects in teams, and you are likely to get stuck maintaining sucky features even if you avoid putting them in code yourself.
anyone know if there is anything happening to rexec to solve it’s security problems?
anyone know if there is anything happening to rexec to solve it’s security problems?
What does this have to do with Python 2.4?
Use ssh.