1、本文是中英对照毕业设计论文外文文献翻译, 下载后无需调整复杂的格式直接可 用!一辈子也就一次的事! 文献引用作者出处信息: Josh Juneau, Jim Baker, Victor Ng, Frank Wierzbicki, Leo Soto Mu oz The Definitive Guide to Jython Python for the Java Platform,2019 (如觉得年份太老,可改为近 2 年,毕竟很多毕业生都这样做) 英文 5592 单词,31396 字符(字符就是印刷符),中文 8673 汉字。 (如果字数多 了,可自行删减,大多数学校都是要求选取外文的一部分内
2、容进行翻译的。 ) Introduction to Pylons Although Django is currently the most popular webframework for Python, it is by no means your only choice. Where Django grew out of the needs of newsrooms to implement content management solutions rapidly, Pylons grew out of a need to build web applications in enviro
3、nments that may have existing databases to integrate with, and the applications dont fit neatly into the class of applications that are loosely defined in the “content management” space. Pylons greatest strength is that it takes a best-of-breed approach to constructing its technology stack. Where ev
4、erything is “built in” with Django and the entire application stack is specifically designed with a single worldview of how applications should be done, Pylons takes precisely the opposite approach. Pylons, the core codebase that lives in the pylons namespace, is remarkably small. With the 0.9.7 release, its hovering around 5,500 lines of code. Django, by comparison, weighs in at about 125,000 lines of code. Pylons manages to do this magic by leveraging existing libraries extensively,