Why is Python Popular With Linux users?
There are several reasons why Python is gaining in popularity with Linux users. Python users don’t match the sheer numbers of Perl users, but users who have tried Python tend to continue using it for these simple reasons: • Readability. Python makes it almost impossible to write obfuscated code. White space is used to delimit blocks, ensuring obvious block structure. The syntax is clean, with a consistent calling structure for modules and functions. • Taste. Linux has yet to break through to on-every-desktop popularity. Those who are using it now tend to be the more sophisticated and discerning computer users. For some of them, like Eric Raymond, Python is their preferred language because it is an elegant, clean programming language. Others, like Mark Lutz, the author of Programming Python, prefer it because “Python looks designed, not accumulated”. • Object support. Python enables you to be an object-oriented developer without paying for a heavy, system programming-level syntax like y