- 原文: Import Python Weekly Newsletter - Issue No 79
- 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-)
该读
~ 文章, Blog, 教程...
- 2016 年启动的10大最美 Django 项目
- django
One of the cornerstones of Django is that there’s a solid core that others can extend and share their extensions. So it’s good to celebrate the best of those. Here’s my list derived from this query on Github for projects started this year. Not sure about top but useful projects that one can use in personal or work projects/products. Have a look.
(是也乎:
各种轮子,,, )
- Python 编程幽默
- humour
Conversation with Tech Support.
(是也乎:
关乎技术支持 )
- Django 生产力增压
- django
These design patterns also solidified a mentality within our team that there is an internal standard of handling models and views. We can extend our base classes to tackle any business requirement. Our codebase is constantly evolving, both in new features and how we model the world. Django has proven to be a valuable tool that lets us aim big and iterate often. Some might call this an anti-pattern nevertheless a novel approach.
(是也乎:
模式与反模式 )
In this tutorial, we are going to have an introduction to basic concepts of Celery with RabbitMQ and then set up Celery for a small demo project. At the end of this tutorial, you will be able to setup a Celery web console monitoring your tasks.
- Python 为孩纸的项目 - 书评
- book review
That's it :) ... Go read the review.
(是也乎:
亮点都在评论树中了... )
- Python 2.7.12 发布
- release
The Python 2.7.x series has a new bugfix release, Python 2.7.12, available for download.
- Djangorecipe: 简单的测试覆盖率报告
- django
Code coverage reports help you see which parts of your code are still untested. Yes, it doesn’t say anything about the quality of your tests, but at the least it tells you which parts of your code have absolute the worst kind of tests: those that are absent :-)
- 你的 Django 故事: 遇见 Anna Makarudze
- interview
Anna Makarudze lives in Harare, Zimbabwe, and was born and raised in Masvingo. She is an an ICT consultant as well as a Python/Django developer.
Anymail integrates several transactional email service providers (ESPs) into Django, with a consistent API that lets you use ESP-added features without locking your code to a particular ESP. It currently fully supports Mailgun, Postmark, SendGrid, and SparkPost, and has limited support for Mandrill.
- 专注挖掘Twitter数据的七大系列文章
Note these articles were published a year back, currently trending on social media. Curating it because it's pretty interesting and fun.
- 用 Python 探索 NFL Draft
- sport analysis
After reading a couple of posts by Michael Lopez about the NFL draft, I decided to recreate some of his analysis using Python (instead of R). Post being - https://statsbylopez.com/2016/05/02/the-nfl-draft-where-we-stand-in-2016/
(是也乎:
没用 R ;-) )
- 文本分析,马尔可夫链和圣经引用生成器.
- machine learning
Text analysis and patterns are very interesting topics for me. I think every author has their own unique, distinctive pattern. The way they build sentences and phrases, not only in terms of tone, but the subconscious choices of word pairings and sequences. How their sentences begin and end, and what they put in the middle; they leave their cerebral fingerprints on paper, blog posts or even FaceBook status updates. I think it is a very achievable, having enough base data, to identify the author Note - It's a trivial example but a good starting point for someone looking to learn/explore Markov chains.
(是也乎:
)
活动
~ Upcoming Conference / User Group Meet
- Fox Valley Python User Group
- STL Python
- Python Meeting Düsseldorf
- Sydney Python User Group
- PyGotham 2016
- EuroPython 2016
- PyOhio 2016
项目
~ 包/模块/库/片段...
- GraphDash
- 95 Stars, 7 Fork
A web-based dashboard built on graphs and their metadata.
(是也乎:
)
- Daily-Reddit-Wallpaper
- 77 Stars, 15 Fork
Change your wallpaper to most upvoted image of the day on /r/wallpapers or from any other subreddit (on startup).
(是也乎:
将壁纸变成信息中心, 可惜, 桌面几乎全天不见天儿的哪! )
- pipup
- 19 Stars, 1 Fork
又一个 pip 的 requirements.txt 转生器
- pyscheduler
- 13 Stars, 0 Fork
Create scheduled tasks at runtime easily (Django, Flask, Bottle etc.)
(是也乎:
以修饰器的形式, 在任意行为上追加日程控制 )
- markovy
- 11 Stars, 1 Fork
Python module for Markov Chain algorithm
- kiwi
- 10 Stars, 1 Fork
A simple DynamoDB ORM for python, based on boto2
- git_log_viewer
- 7 Stars, 0 Fork
Git log viewer
是也乎
- 16070? Zoom.Quiet 42 分钟完成快译
- 160702 Zoom.Quiet 用时 7 分钟完成格式化.
Comments