
1 zwy100e72 2014-10-26 15:24:24 +08:00 moinmoin如何? |
2 icedx 2014-10-26 15:35:44 +08:00 via Android V2EX 源码 |
5 cbsw 2014-10-26 15:48:13 +08:00 Python 官网,虽然用得是 Django reddit 用了 flask |
6 haishan 2014-10-26 15:55:22 +08:00 project picky |
7 gkiwi OP |
8 cbsw 2014-10-26 20:55:47 +08:00 |
9 crazyxin1988 2014-10-26 22:20:06 +08:00 最近也在看flask。推荐这个人 https://github.com/miguelgrinberg 他有几个repo挺好的,如flask-pycon2014,api-pycon2014。。。 |
10 iam36 2014-10-26 22:28:13 +08:00 via Android V2ex和python china源码哪里有? |
11 gkiwi OP @cbsw 谢谢; 不过我看了下reddit中只有脚本scripts/tracker.py用到了Flask,主程用的是pylons在reddit根目录ack一下,结果如下: {mac-23:31}~/github/reddit:master ack Flask|wc 3 26 236 {mac-23:31}~/github/reddit:master ack pylons|wc 279 1386 18045 这篇文章(http://dbanotes.net/arch/lessons_learned_at_reddit.html )也说提到了这点:) |
12 gkiwi OP @crazyxin1988 好的,我去瞅瞅:) |
13 gkiwi OP |
14 maga 2014-10-27 00:12:53 +08:00 python china: https://github.com/pythoncn/june.git 的确不错, v2ex: https://github.com/livid/v2ex.git 有点老了,要livid把新点的开源了就好了 |
16 gully 2014-10-27 08:32:38 +08:00 https://github.com/deepgully/me 基于Flask, sqlalchemy的博客系统, 支持 GAE, BAE 和 SAE 演示: http://me.deepgully.com |
17 R4rvZ6agNVWr56V0 2014-10-27 15:20:32 +08:00 |
19 R4rvZ6agNVWr56V0 2014-10-27 15:54:29 +08:00 @gkiwi 不必客气,不要问我的真名,请叫我雷锋! |
21 wangtai 2014-11-02 08:50:35 +08:00 楼主如果感兴趣Django 可以看看这个框架 https://github.com/wangtai/django_render |
22 gkiwi OP @wangtai 谢谢!装饰器党:) 我的Flask也有很多类似的代码= =.要是能有个通用的就好了!! 这样子你就能: from django_render.annotations import * from flask.ext.annotations import * from tornado.ext.annotations import * 哈哈! |
24 gkiwi OP |