It's been several years since I've used Perl, so when I went to an Open Source Conference, I decided to attend an "Introduction to Perl for Scripting" for a little bit of a refresher; I came out hoping that it will be several more years before I use Perl.
Python has certain clear advantages over Perl: object-oriented programming is optional, yet when you need it, it's a LOT simpler than in Perl; you don't need to jump through hoops to create advanced data structures based on lists or dictionaries; if you've always indented code like you're supposed to (for readability ;-) ) whitespace comes naturally, with the added bonus that you don't need curly-braces.
Python has disadvantages, too, but the biggest one is that you don't have a powerful macro system that allows you to mold the language to your needs. But then, Python doesn't have that, either. For that power, you need to use Lisp. (This the biggest reason why I decided that I'm going to learn Lisp!)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|