作者查詢 / AndCycle

總覽項目: 發文 | 留言 | 暱稱
作者 AndCycle 在 PTT [ Python ] 看板的留言(推文), 共206則
限定看板:Python
Fw: [問題] 求救解析HTML
[ Python ]6 留言, 推噓總分: +1
作者: areyo - 發表於 2012/08/17 20:50(12年前)
6FAndCycle:Beautiful Soup08/18 03:18
[問題] 如何將dict的values取set
[ Python ]3 留言, 推噓總分: +1
作者: kadodo - 發表於 2012/02/20 15:04(12年前)
1FAndCycle:set有個function叫intersection02/20 16:23
[問題] os.walk() 速度很慢?
[ Python ]1 留言, 推噓總分: 0
作者: tumc - 發表於 2011/09/02 23:57(13年前)
1FAndCycle:你需要的是glob之類的 ...09/04 02:02
Re: [推荐] PycTW 2011 時間地點已確定
[ Python ]5 留言, 推噓總分: +2
作者: keitheis - 發表於 2011/06/08 21:51(13年前)
3FAndCycle:openfoundry的報名程式怪怪的, 以額滿還是會收到空信件06/09 03:24
[問題] Python的官方文件
[ Python ]12 留言, 推噓總分: 0
作者: tonytonyjan - 發表於 2011/05/09 00:48(13年前)
1FAndCycle:你是看到哪裡去了, 敘述裡都有講回傳型態呀...05/09 00:52
2FAndCycle:而且你有萬能的type05/09 00:53
3FAndCycle:http://docs.python.org/library/functions.html#zip05/09 00:56
4FAndCycle:敘述開頭馬上就講This function returns a list of tuple05/09 00:56
[問題] 字串判斷
[ Python ]14 留言, 推噓總分: +3
作者: elvisteal - 發表於 2011/04/14 18:26(13年前)
3FAndCycle:這不是utf-8嗎, 先deocde不好嗎04/14 20:29
8FAndCycle:要芭樂的話用index/find就好了, split還會找出一堆不要的04/15 03:26
Re: [問題] decorator 函數輸入值
[ Python ]3 留言, 推噓總分: +2
作者: juiz - 發表於 2010/12/15 19:20(13年前)
3FAndCycle:http://ppt.cc/~s1Z ,要google就看英文文章12/16 01:54
[問題] python讀圖的方法
[ Python ]3 留言, 推噓總分: +1
作者: caps5302 - 發表於 2010/09/21 15:57(13年前)
1FAndCycle:tostring09/21 16:22
[問題] 相同的程式碼顯示卻不一樣?
[ Python ]6 留言, 推噓總分: 0
作者: etime - 發表於 2010/08/12 12:05(14年前)
3FAndCycle:big5直接用utf8顯示當然是亂碼08/12 21:49
5FAndCycle:你用urllib2不給header他會根據tw ip給你big508/13 14:49
6FAndCycle: w.read().decode('big5')08/13 14:50
[問題] 如何知道 class member 的type
[ Python ]5 留言, 推噓總分: 0
作者: phkmalloc - 發表於 2010/05/27 22:19(14年前)
4FAndCycle:exception也要等用到了才會踢出來呀, 有時候有點麻煩05/27 23:46