V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  wynemo  ›  全部回复第 9 页 / 共 24 页
回复总数  466
1 ... 5  6  7  8  9  10  11  12  13  14 ... 24  
2014-05-10 11:27:06 +08:00
回复了 qinyang 创建的主题 成都 成都使用 Nodejs 的公司多吗?主要都是些什么公司?
据说成都游戏工场有在用
2014-04-06 12:17:42 +08:00
回复了 shoumu 创建的主题 Python 大家来列一下 python tools 吧
排名不分先后左右忠奸 大家也补充 让大python共荣圈更加繁荣

virtualenv a tool to create isolated Python environments

pip python包管理器

scons 类似make的工具(执行速度可能比make慢 但是可以用python写嘛)

sphinx 文档生成工具

build-bot 持续集成

swig 写python扩展包

boost python 让你程序更简单的内嵌python

pytest: a mature full-featured Python testing tool

tox: automate and standardize testing in Python

https://github.com/audreyr/cookiecutter-pypackage

django tornado twisted flask web.py pyramid

sqlalkemy Cookiecutter template for a Python package

hg 源码管理

Fabric 部署 系统管理

supervisor 进程管理

SQLAlchemy - The Database Toolkit for Python

http://stutzbachenterprises.com/blist/: an asymptotically faster list-like type for Python

https://github.com/gareth-rees/minipy: Python minifier

https://github.com/miguelgrinberg/Flask-SocketIO Socket.IO integration for Flask applications

https://github.com/fxsjy/jieba 结巴中文分词

https://github.com/tamentis/rpdb remote debug

https://github.com/google/pyringe Debugger capable of attaching to and injecting code into python processes.

https://github.com/halgari/clojure-py : A implementation of Clojure in pure (dynamic) Python

https://pypi.python.org/pypi/guppy Heapy : python memory profiler

https://github.com/mikeal/request Simplified HTTP request client.

https://github.com/docopt/docopt Pythonic command line arguments parser, that will make you smile

https://pypi.python.org/pypi/Whoosh Fast, pure-Python full text indexing, search, and spell checking library.

https://github.com/amoffat/sh Python process launching

http://rg3.github.io/youtube-dl/ youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites.

参考文章: http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
2013-11-13 09:48:31 +08:00
回复了 NFSwind 创建的主题 Google App Engine goAgent报403错误了呢???
其实就是g.cn [203.208.37.17] 的IP不能用了
换appspot.com的IP就可以了
2013-11-10 19:02:06 +08:00
回复了 duhastmich 创建的主题 JavaScript 又一个翻译成js的语言Wisp
没人用这个吗 觉得还行 不用搞JVM 编译就简单的命令可以搞定
$ wisp <foo.wisp >foo.js
2013-10-26 21:41:58 +08:00
回复了 tommark 创建的主题 Python python用subprocess调用外部exe如何实时捕捉stdout输出
其实stdout=sys.stdout 应该就可以了吧。。。
2013-08-27 21:40:12 +08:00
回复了 hustlzp 创建的主题 Python 有点迷糊,headers_set[:] = [status, response_headers]
直接在嵌套函数里些headers_set = [status, response_headers] 会认为在嵌套函数里新声明了一个headers_set 作用范围就在嵌套函数里 不改变外层headers_set的值
headers_set[:] 这样是给headers_set赋值 会改变外层的值

具体用locals看

def test():
....a = []
....def test_t():
........print locals()
........a.extend([1,3])
....test_t()
....print a

test()

def test():
....a = []
....def test_t():
........print locals()
........a = [1, 3]
....test_t()
....print a

test()
2013-08-03 20:10:57 +08:00
回复了 pscl 创建的主题 VPS 新入budgetVM的VPS,有几点问题想请教。
今天刚退了这家的vps 也开ticket喊退refund了 月付6刀左右 768M的 大部分情况用着ok 差不多一个月左右会抽风一次 在just-ping.com看 ping值1000+ 高丢包 西海岸的ip啊 控制面板登进去也很慢 点reboot不是没用就是要很久才响应 用起来太恼火了 毕竟这个价格 所以要做严肃的事情 这家我想不会是一个很好的选择
2013-07-30 23:18:43 +08:00
回复了 philly 创建的主题 酷工作 成都云计算公司寻求大量开发人员
@xuwenbao 你要说我主观那我没得说 这种不经意就能流露出的 那我就主观的认为他们言谈举止中透露出的就是那种态度吧
2013-07-30 21:22:09 +08:00
回复了 philly 创建的主题 酷工作 成都云计算公司寻求大量开发人员
@yi719 问了生成器 GIL 异步IO 网站高并发的该用的架构和技术 然后就扯我经验不足 github上放的东西很矬啊 不太愉快的经历 不提了
2013-07-30 17:37:42 +08:00
回复了 philly 创建的主题 酷工作 成都云计算公司寻求大量开发人员
去了 被奚落了 咱虽技术不咋样 但面试的两个人的语气 不经意间流露出那种屌得不得了那种态度 让人觉得受不了 我想就算成为同事 也不会合作很愉快
2013-07-23 23:45:46 +08:00
回复了 wynemo 创建的主题 求职 [成都]python求职
@ipconfiger 是哪家已不重要了 在这公开说出来也不太好 跟公司组里同事关系还可以 不想给公司 同事添麻烦
@sugarit 机场比如
2013-02-20 18:04:01 +08:00
回复了 Catstyle 创建的主题 求职 成都pythonista求团队
@xwssole 搭车同问下 还有机会么 [email protected]
2013-02-03 21:46:31 +08:00
回复了 baddd 创建的主题 问与答 一个人的国籍是否属于隐私?
咱脸皮一向比较厚 身份认同看得比较淡 人家一上来就chink , jackie chan 也最多一句shut the fuck up
1 ... 5  6  7  8  9  10  11  12  13  14 ... 24  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3025 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 38ms · UTC 14:15 · PVG 22:15 · LAX 07:15 · JFK 10:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.