Re: Article of interest: Python pros/cons for the enterprise



On Feb 20, 8:58 am, Tim Chase <python.l...@xxxxxxxxxxxxxxxxx> wrote:
You Used Python to Write WHAT?
http://www.cio.com/article/185350

"""
Furthermore, the power and expressivity that Python offers means
that it may require more skilled developers.
[...down to the summary...]
Python may not be an appropriate choice if you:
[...]
* Rely on teams of less-experienced programmers. These
developers may benefit from the wider availability of training
for languages like Java and are less likely to make mistakes with
a compile-time, type-checked language.
"""

Oh noes! You might need competent programmers that actually
understand what they're doing!

(they might even have to write testing code to make sure their
code works as intended...it's a good thing that Python includes
unittest and doctest modules in the stock install)

Sigh. Any programmer that can overcome the hurdles of learning
Java or C# can quickly/easily pick up Python as long as they're
willing to unlearn some bad habits.


C++ is a compile-time, type-checked language, which means it is
totally safer for newbies than Python. Yep, your big company is
totally safe with newbie C++ programmers.


Carl Banks
.



Relevant Pages

  • Almost keywords
    ... Python is fit enough for newbie programmers, ... case sensitivity of all the language (in natural languages the case is ... If you take a look at the Python newsgroup, you can see that newbies ...
    (comp.lang.python)
  • Re: Does Python really follow its philosophy of "Readability counts"?
    ... with enforcing that "shouldn't" in the language itself? ... In Python, direct access to pointers is a MUST NOT. ... where you are allowed to mess with the implementation. ... human assembly language programmers? ...
    (comp.lang.python)
  • Re: should i start looking for a new list?
    ... I think good programmers like Python because it looks "designed, ... hard way why these things are important where as most newbies have not. ... reasons and importance behind 'good design' and those that do not. ...
    (comp.lang.python)
  • Re: Is classless worth consideration
    ... > The problem we Python programmers are having is understanding the ... Python itself but in the "we Python programmers". ... specialmethod init ...
    (comp.lang.python)
  • Re: How to organize Python files in a (relatively) big project
    ... storing your scripts without the problem of breaking the import statements. ... Python script it must reach before you split it into two separate files, ... management system can really help in anticipating it at that point. ... > like the advice of more experienced python programmers. ...
    (comp.lang.python)