标签 Python 下的文章

天翼云盘是中国电信推出的云存储服务,为用户提供跨平台的文件存储、备份、同步及分享服务。相对于百度云来说,现在是不限速的,上传下载都是比较快的,而且天翼云盘专门有智能电视的APP端,可以把电影电视之类的放进去,配合家里的智能电视直接在线播放,我家是联通的宽带,在线看很流畅。

但是普通用户只有2T的空间 + 1T的家庭空间,也就是3T的空间,免费用户每天可以打卡免费领100M左右的空间,但是总是想不起来啊,于是,就有了自动打卡这个代码了。

另外,推荐一个网盘文叔叔,用了差不多一年半了,上传下载比较方便。填写我的邀请码:GY5BJP,可以免费领取 5GB 云存储空间,不限速,非常好用!

- 阅读剩余部分 -

The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

- 阅读剩余部分 -