作者查詢 / zerof

總覽項目: 發文 | 留言 | 暱稱
作者 zerof 在 PTT [ Python ] 看板的留言(推文), 共274則
限定看板:Python
[問題] python 有辦法像jmp做產線良率分析嗎?
[ Python ]7 留言, 推噓總分: +1
作者: ggggggh - 發表於 2018/12/20 22:25(7年前)
5Fzerof: __華 ?12/22 22:48
[問題] multiprocessing執行問題
[ Python ]1 留言, 推噓總分: 0
作者: ponwar87123 - 發表於 2018/07/16 19:33(7年前)
1Fzerof: https://goo.gl/kCA5YU08/11 18:47
[問題] 比map_async快速省時的方法
[ Python ]3 留言, 推噓總分: +1
作者: shaly0815 - 發表於 2018/05/20 20:58(7年前)
3Fzerof: Subprocess async05/22 09:31
[問題] python是否有可以存指標的型態?
[ Python ]3 留言, 推噓總分: +1
作者: hardman1110 - 發表於 2018/02/09 22:17(8年前)
2Fzerof: Numba?02/12 15:40
[問題] 請問generator的send方法
[ Python ]5 留言, 推噓總分: +2
作者: Tomcat - 發表於 2018/01/19 19:23(8年前)
3Fzerof: next(g) == g.send(None)01/19 22:34
4Fzerof: yield 右邊的值會先出來,左值會在下次 send 的時候 assign01/19 22:35
5Fzerof: & 這個其實是 coroutine 了,見 PEP34201/19 22:37
[問題] Pyhton 爬蟲frame看不到 試過Selenium
[ Python ]17 留言, 推噓總分: +3
作者: ncueBenson - 發表於 2017/10/29 20:34(8年前)
14Fzerof: switch_to.frame10/30 13:43
[問題] 精準的取得時間消失
[ Python ]11 留言, 推噓總分: +2
作者: aa12twtwaa - 發表於 2017/10/23 12:33(8年前)
9Fzerof: schtasks/crontab ?10/23 19:56
[問題] 初學Django ORM/SQL選擇請益?
[ Python ]5 留言, 推噓總分: +2
作者: ddchris - 發表於 2017/10/21 07:55(8年前)
5Fzerof: ......先學關聯跟正規化10/21 12:55
[問題] 直接input 一個list
[ Python ]5 留言, 推噓總分: +1
作者: ss900405tw - 發表於 2017/10/17 00:24(8年前)
3Fzerof: http://click.pocoo.org/ ?10/17 02:00
[問題] no module named "pythonds"
[ Python ]11 留言, 推噓總分: 0
作者: ss900405tw - 發表於 2017/10/04 21:00(8年前)
11Fzerof: py -3.6 -m pip install10/05 00:00