TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python Software You Can Use

17 点作者 ash超过 9 年前

3 条评论

rgacote超过 9 年前
Python packaging (particularly on Windows) is a definite pain point. That &quot;no module named zope interface&quot; is apparently due to the base Zope module not having an __init__.py. Every single time I install I have to manually add that file.<p>One of the golang attractions is the ability to quickly build a single-file distributable. The tradeoff is reduced programmer productivity.<p>In terms of &#x27;make it work then optimize later,&#x27; my latest approach has been to use eGenix PyRun (<a href="http:&#x2F;&#x2F;www.egenix.com&#x2F;products&#x2F;python&#x2F;PyRun&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.egenix.com&#x2F;products&#x2F;python&#x2F;PyRun&#x2F;</a>). For final distribution, compile then remove all the .py files in the tree (leaving just the compiled Python and binary dll&#x2F;libraries) and create an alias link to the executable. Not perfect, but saves hours of time building distributions.
wiz21超过 9 年前
Don&#x27;t know where the guy lives but for me cx_freeze + PySide +SQLAclhemy make a great combination to build a good desktop app on windows. It works fine, builds all the time. I can admit that I had to work a bit on it, taht&#x27;s for sure, but it does work. And the application is a small ERP, used in production every day, by a dozn of people. Tha only problems I have are my own bugs.<p>Python doesn&#x27;t need such articles, that&#x27;s for sure. If you want to use Python to write JavaScriptish web front end, then you&#x27;re just going the wrong way. Just use JavaScript and that&#x27;ll be so much easier.
afeezaziz超过 9 年前
I have the same feeling. Would love to use same language for everything from backend to front end .
评论 #10208378 未加载