martin

msg:914200 | 8:36 am on Sep 1, 2002 (gmt 0) |
It has a very nice syntax, it also forces people into using coding standards like indentation. I don't like Perl because you simply can't understand anything that has been written by somebody else.
|
danny

msg:914201 | 8:48 am on Sep 1, 2002 (gmt 0) |
Python seems to me to be "cleaner" than Perl. Python was more "designed" while Perl kind of "grew"...
|
brotherhood of LAN

msg:914202 | 8:49 am on Sep 1, 2002 (gmt 0) |
| It has a very nice syntax |
| Most definetely. I've been trying to pick up python,PHP,perl slowly, knowing they do similar things and although I've picked up a tad more of PHP - python seems very easy to learn and their documentation is excellent. Hopefully this will "make me" use it :)
|
Duckula

msg:914203 | 10:14 am on Sep 1, 2002 (gmt 0) |
It's very easy to extend an existing C app using Python, just create a struct defining the new functions, make up the C function that will correspond to the Python call, include a call to Py_Initialize() at main and you're done. I has lots of libraries available, you can even create a gtk app without touching C code using the python-gtk module.
|
littleman

msg:914204 | 6:53 am on Sep 2, 2002 (gmt 0) |
Thanks for the input guys. From what I’ve been reading it seems to come down to code quality and the ability of one python programmer to comprehend what the other is doing. I thought this was an interesting link. [python.org...] I’m not ready to give up on perl, it took me long enough to lean it ;), but I might try to do a little python coding to see how I like it. Duckula, I’ve been using ftpcube, which is a python/Gtk ftp client much like leechftp. It’s a nice high quality app, so I know the potential is there. Perl also has access to the Gtk, but it looks a lot less developed than perl/TK. Or Python/Gtk.
|
martin

msg:914205 | 9:28 am on Sep 2, 2002 (gmt 0) |
>python seems very easy to learn and their documentation is excellent. Nah, I think PHP's docs are a lot better. It's a lot easier to find something there.
|
Josk

msg:914206 | 8:22 am on Sep 6, 2002 (gmt 0) |
Has anyone tried Jython...? Its Python mixed with Java and boss whats me to use it. Personally I prefer Perl...
|
|