QOTW:
"Generally, you should always go for whatever is clearest/most easily read (not just in Python, but in all languages)."—Timothy Delaney
"You will find as your programming experience increases that the different languages you learn are appropriate for different purposes, and have different advantages and disadvantages. Python excels at expressing algorithms in an unambiguous and easily-readable way."—Steve Holden
- Is Python a viable extension language for Java? Ravi Teja expertly outlines the possibilities:
http://groups.google.com/group/comp.lang.python/msg/54ad155bc138c8d2 - "In order to facilitate small groups working on specific Python-in-Education projects, we have launched an edupython list on google groups." This is a hands-on complement to the more "philosophical" edu-sig.
http://groups.google.com/group/edupython
edupython@googlegroups.com - One interesting use of Python--at least to software workers--is to manage texts written in *other* languages. Fredrik Lundh and Roman Yakovenko present good approaches for the C++ case:
http://groups.google.com/group/comp.lang.python/msg/913eb2563b815745
http://groups.google.com/group/comp.lang.python/msg/2b74c8355fc5c25a - Pascal and Python? Sure:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/9806ed054493d6a6/ - Uche Ogbuji details XPath, *XSLT, XQuery, ... capabilities:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/51b0fcdc7df8a34e/
Python URL March 17
最新推荐文章于 2025-12-19 16:26:43 发布
本文探讨了Python在不同领域的应用优势,特别是在清晰表达算法方面。文章还讨论了Python作为Java扩展语言的可能性,并介绍了Python在教育项目中的实践。此外,文中提到了Python在管理和处理多种语言文本方面的实用案例。
1430

被折叠的 条评论
为什么被折叠?



