Python Is Not Java .docVIP

  • 3
  • 0
  • 约8.71千字
  • 约 3页
  • 2015-08-09 发布于河南
  • 举报
Python Is Not Java .doc

  I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that they had done lots of things that make sense in Java, but which suck terribly in Python. Not because Python is slower than Java, but because there are easier ways to accomplish the same goals in Python, that wouldnt even be possible in Java.   So, the sad thing is

文档评论(0)

1亿VIP精品文档

相关文档