121-130¶
Issue #121: Wiggins Weekly dose of all things Python.¶
unqlite-python
Python library for UnQLite, a lightweight, embedded NoSQL database and JSON document store. github.com
Shared by @myusuf3
NoSQL
Why Every Language Needs Its Underscore
Interesting article about the funcy library and how it is analogous to the Underscore.js library. Its purpose is to make your life easier when writing code and give you a series of functional tools to write cleaner, more understandable code. hackflow.com
Shared by @mgrouchy
没看懂卧槽
Issue #122: Independence Weekly dose of all things Python.¶
happy
A sentiment analysis library with a very simple API. github.com
Shared by @mgrouchy
像是一个情感分析 文档不详细
Issue #123: Cleveland Weekly dose of all things Python.¶
Using Docker as a Python Development Environment
Docker is all the new hotness, check out this post detailing how to use Docker for your Python development environment. uglyduckling.nl
Shared by @mgrouchy
访问不了
Issue #124: Germany Weekly dose of all things Python.¶
nnets
A Python neural network library supporting the network types: feed-forward neural network and recurrent (Elman) neural network. github.com
Shared by @MihaStopar
Flask-SQLAlchemy Caching Nice tutorial on caching Flask-SQLAlchemy models, how it works, how its implemented and why you might want to do it. debrice.com
Shared by @briceleroy
介绍数据库缓存的方法 https://blog.csdn.net/qq_43355223/article/details/88836473
Issue #125: Blockchain Weekly dose of all things Python.¶
Become A Better Programmer - How To Read Source Code
Reading source code is one of the most useful skills to learn for any programmer. In this post the author gives some nice tips to step up your code reading game. pythonpracticeprojects.com
Shared by @mgrouchy
如何阅读源码 1. 先-h一下,然后出来帮助信息,再去全文搜索帮助信息,一般来说,这个位置就很接近整个程序的起始位置了 2. 看一下程序的示例代码,可以帮助你快速了解主要函数,整体结构 3. 做笔记
Issue #126: Release Candidate Weekly dose of all things Python.¶
Making database-backed dashboards in 3 minutes
Very simple tutorial to create Matplotlib graphs and ship them as part of email reports and web dashboards. maxmautner.com
Shared by @myusuf3
内容不见了
Issue #127: Kevin Love Weekly dose of all things Python.¶
doorman
Keeps your secrets, secret. Allows you to put the keys, passwords and things you want to keep secret in a config file and then hide and show your secrets. github.com
Shared by @halitalptekin
star太少了
Toga
A Python native, OS native GUI toolkit. Very cool project for building Native GUI apps with Python. pybee.org
Shared by @mgrouchy
每次看到Python GUI就忍不住看看
Issue #128: Yes you can! Weekly dose of all things Python.¶
Refactoring monolithic if/else filters with closures
Nice little example on how to refactor your monolithic if/else clauses for filtering data. Provides a small albeit contrived example to illustrate the issue. startmake.com
Shared by @scottallenon
404
Issue #129: Isla Weekly dose of all things Python.¶
Why Python 4.0 won't be like Python 3.0
Nick Coghlan discusses the far future transition to Python 4.0, as well as touches on how it might not be exactly like the transition between Python 2.0 and 3.0 curiousefficiency.org
Shared by @myusuf3
就是说Python3到4不会像2到3一样出现这么大的不兼容了
How to Use SQLAlchemy Magic to Cut Peak Memory and Server Costs in Half
Nice article showing how to diagnose memory problems in your application and help solve some of these if you are using SQLAlchemy for database access. mobify.com
Shared by @mgrouchy
404
Issue #130: End Weekly dose of all things Python.¶
Patching Mocks in Python
High level introduction to Mocks.
drdobbs.com
看起来有点太久了就不看了