作者查詢 / AlanSung

總覽項目: 發文 | 留言 | 暱稱
作者 AlanSung 在 PTT [ Python ] 看板的留言(推文), 共29則
限定看板:Python
[問題] socket
[ Python ]5 留言, 推噓總分: 0
作者: sean72 - 發表於 2013/07/02 07:39(12年前)
1FAlanSung:.pyd or .so07/02 07:47
[問題] 呼叫外部執行檔 無法開啟中文檔案
[ Python ]12 留言, 推噓總分: +2
作者: LearnRPG - 發表於 2012/12/06 10:01(13年前)
12FAlanSung:encode(sys.stdin.encoding) 試看看?12/07 08:07
[問題] 關於 Object serialization 速度
[ Python ]11 留言, 推噓總分: +3
作者: airzone - 發表於 2012/04/28 20:01(14年前)
6FAlanSung:protobuf?04/29 10:01
[問題] Centos5 MySQLdb 與 setuptools 模組安裝失敗
[ Python ]8 留言, 推噓總分: +3
作者: fuminfumin - 發表於 2012/03/10 23:14(14年前)
1FAlanSung:用 pip install -U 看看03/10 23:22
Re: [問題] 如何將dict的values取set
[ Python ]2 留言, 推噓總分: +1
作者: kadodo - 發表於 2012/02/20 18:17(14年前)
1FAlanSung:你的 s 真的有東西嗎?02/20 18:28
Re: [問題] 如何將dict的values取set
[ Python ]5 留言, 推噓總分: +2
作者: kadodo - 發表於 2012/02/20 17:35(14年前)
1FAlanSung:更新你的 python? 看來是 2.4 版的?02/20 17:38
2FAlanSung:oh, 3.0 ...02/20 17:39
3FAlanSung:改成 functools.reduce02/20 17:40
[問題] 如何將dict的values取set
[ Python ]3 留言, 推噓總分: +1
作者: kadodo - 發表於 2012/02/20 15:04(14年前)
2FAlanSung:s = map (lambda x: set(x), target.values())02/20 17:07
3FAlanSung:print reduce (lambda x, y: x.intersection(y), s)02/20 17:07
[問題] 關於plurk_oauth的安裝
[ Python ]2 留言, 推噓總分: +1
作者: beatitude - 發表於 2011/10/09 22:35(14年前)
1FAlanSung:試試 0.4.2 版的10/10 01:25
[範例] 如何在Heroku上面跑Python WSGI app
[ Python ]22 留言, 推噓總分: +8
作者: SMUGEN - 發表於 2011/09/20 19:27(14年前)
14FAlanSung:dotcloud 不是有 free tier 的?09/23 08:52
Re: [問題] 有用過Plurk API的大大嗎?
[ Python ]2 留言, 推噓總分: +1
作者: AlanSung - 發表於 2011/08/28 17:05(14年前)
2FAlanSung:有用就好 :D 有什麼需要改進的也請一併賜教 ^_^08/28 21:06