V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
gansteed
V2EX  ›  Python

搭了一个 Python 中文社区,欢迎大家一起

  •  
  •   gansteed ·
    jiajunhuang · 2019-04-23 17:02:11 +08:00 · 3575 次点击
    这是一个创建于 1822 天前的主题,其中的信息可能已经有所发展或是发生改变。

    python 在国内没有一个专题社区,v2ex 可以算是一个,但还是比较综合性的。

    • 因此搭建了 https://pythoncn.club/
    • 由于刚刚弄好,因此目前主要的内容是此前我弄的专门分享的 Telgram 机器人分享频道 的内容,这也是我一直维护至今的频道。目前共计分享了 148 条我阅读过,并且认为值得分享的内容。

    pythoncn.png

    欢迎大家造访 :)

    27 条回复    2019-04-25 17:39:34 +08:00
    w2er
        1
    w2er  
       2019-04-23 19:19:02 +08:00 via iPhone
    不错,楼主加油
    Rworld
        2
    Rworld  
       2019-04-23 19:23:35 +08:00
    什么搭的? django?
    gansteed
        3
    gansteed  
    OP
       2019-04-23 19:24:25 +08:00   ❤️ 1
    @Rworld Flask+SQLAlchemy+Marshamallow+... 可以参考: https://github.com/jiajunhuang/pytemplate
    gansteed
        4
    gansteed  
    OP
       2019-04-23 19:24:34 +08:00
    @w2er 谢谢
    bokchoys
        5
    bokchoys  
       2019-04-23 19:30:12 +08:00
    支持。
    pompeii
        6
    pompeii  
       2019-04-23 19:56:05 +08:00
    收不到验证码
    pompeii
        7
    pompeii  
       2019-04-23 19:59:47 +08:00
    一个小小的可改进的地方:登录之后,似乎没有地方可以点击进去看自己的资料
    gansteed
        8
    gansteed  
    OP
       2019-04-23 20:13:22 +08:00
    @pompeii 不好意思,这个我现在还没接短信验证码。设置就是更改资料的地方,如果是主页的话,这个我加上
    gansteed
        9
    gansteed  
    OP
       2019-04-23 20:13:34 +08:00
    @bokchoys 谢谢 :)
    pompeii
        10
    pompeii  
       2019-04-23 20:17:20 +08:00
    @gansteed 是的,就是个人主页
    gansteed
        11
    gansteed  
    OP
       2019-04-23 20:30:42 +08:00
    @pompeii 加好了 :)
    Kilerd
        12
    Kilerd  
       2019-04-23 21:27:08 +08:00
    Golang 中如何优雅的关闭 channel
    有哪些书非常有利于年轻人未来发展?” 书荒的时候,去扒一扒
    如何使用 go mod


    好一个 Python 中文社区
    gansteed
        13
    gansteed  
    OP
       2019-04-23 22:00:02 +08:00
    @Kilerd 哈哈,Python 社区也未必 100%Py 呀。我 Py+Go,自然分享的内容就是两者,勿怪 :)
    Nick2VIPUser
        14
    Nick2VIPUser  
       2019-04-24 09:49:02 +08:00
    配色有点不习惯。。。
    haoxuexiaoyao
        15
    haoxuexiaoyao  
       2019-04-24 09:57:13 +08:00
    网站不完善啊 还没开发好呢么
    gansteed
        16
    gansteed  
    OP
       2019-04-24 10:14:11 +08:00
    @Nick2VIPUser 没有美工,就只能强行靠自己上了🤪


    @haoxuexiaoyao 想要但是现在却没有的功能可以在 https://pythoncn.club/?topic_id=8,我会按重要程度一个个加上的,当然,如果认为无此必要也就不会加了
    hmxxmh
        17
    hmxxmh  
       2019-04-24 12:09:22 +08:00 via Android
    楼主,https 的域名是不是收费的
    gansteed
        18
    gansteed  
    OP
       2019-04-24 12:11:30 +08:00
    域名收费,证书用的 Let's Encrypt 不收费。
    showecho
        19
    showecho  
       2019-04-24 12:25:22 +08:00
    怎么都这么急,还只是个雏形怎么就开始推广了
    gansteed
        20
    gansteed  
    OP
       2019-04-24 13:16:29 +08:00
    @showecho 小步快走,快速迭代
    Bean0cean
        21
    Bean0cean  
       2019-04-24 16:37:37 +08:00
    登录账户错误时怎么会跳转呢? 然后要登录得重新点击登录再次跳转到登录界面
    IceCola1
        22
    IceCola1  
       2019-04-24 16:43:56 +08:00
    借个楼。开发模板这块有成熟的解决方案 cookiecutter
    可以看下这个模板: [github] ( https://github.com/Colaplusice/cookiecutter-flask-devops)
    gansteed
        23
    gansteed  
    OP
       2019-04-24 18:08:28 +08:00
    @Bean0cean 这里的逻辑我修改一下
    Latin
        24
    Latin  
       2019-04-24 21:24:50 +08:00 via iPhone
    加油
    gansteed
        25
    gansteed  
    OP
       2019-04-24 22:05:41 +08:00
    @Latin 谢谢 :)
    frostming
        26
    frostming  
       2019-04-25 17:22:25 +08:00
    请先看下 https://learnku.com/python

    有没比你做的好,然后思考下为什么做的好也不行?这根本不是没有社区的问题,而是 Python 程序员无法拧成一股绳。
    gansteed
        27
    gansteed  
    OP
       2019-04-25 17:39:34 +08:00
    @frostming 我的观点是,并不是网站做得好,就有人来。论坛的核心是 UGC,社区的核心是社区规则。另外,现在论坛的确大势已去。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5293 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 05:51 · PVG 13:51 · LAX 22:51 · JFK 01:51
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.