Perl vs Python : Which is the best? - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32) +---- Thread: Perl vs Python : Which is the best? (/showthread.php?tid=1172) |
Perl vs Python : Which is the best? - White Knaghelt - 10-11-2009 Hm im bored with C++......So i decided to learn a scripting lang.I want ur opinions about the advantages and drawbacks of each one.......Also i cant find a greek python book so take into consideration of the this extra difficulty...... RE: Perl vs Python : Which is the best? - Moudi - 10-11-2009 Perl . RE: Perl vs Python : Which is the best? - L0iz - 10-11-2009 In my opinion it's Python. RE: Perl vs Python : Which is the best? - White Knaghelt - 10-11-2009 Still i have to admit that i like perl...but python is extremely useful.......... RE: Perl vs Python : Which is the best? - TemperingPick - 10-11-2009 It depends. Perl is good for small stuff. After so many lines it's a mess to read. I've never really seen a big Perl project. Python on the other hand well....I know it more. WingIDE is a commercial IDE for Python made by Python. You want to make games? PyGame. Networking? Twisted. Web? Django, Zope, Web2Py, Web.py etc. Of course Perl may have all this but it will be hard to read. I would say go for Python. RE: Perl vs Python : Which is the best? - Socrates - 10-11-2009 Python.. extremely user friendly. RE: Perl vs Python : Which is the best? - Code King - 10-11-2009 ruby RE: Perl vs Python : Which is the best? - g4143 - 10-11-2009 (10-11-2009, 11:52 AM)Code King Wrote: ruby Yeah Ruby and the Rails...Jeez CK are you the poster boy..Just kidding great produce Which is better Perl or Python? I would have to say Python because it was designed from the onset to be a general programming language while Perl became one piece meal RE: Perl vs Python : Which is the best? - White Knaghelt - 10-11-2009 (10-11-2009, 03:01 PM)g4143 Wrote: Yeah Ruby and the Rails...Jeez CK are you the poster boy..Just kidding great produce Still i cant find any good greek python book but i can with perl.Why most of u doesnt want perl? RE: Perl vs Python : Which is the best? - Fallen - 10-11-2009 Larger Applications; Python Short quick hacked together fixes; Perl |