Kindle推送

邮箱推送

Kindle 推送是指亚马逊提供的一个“Kindle 个人文档服务”,我们只需要一个亚马逊账号,就可以通过以电子邮箱发送附件的方式,免费把 Kindle 所支持的文档或电子书推送到亚马逊提供的个人文档云存储中。当云端接收到了你推送的文档,将会自动转换格式(比如你推送的是 txt 格式会转换成 azw 格式)并同步到与此账号绑定的 Kindle 设备中。

Python语法--Variable

学习笔记:本文属于自用笔记,仅供参考。

Variable Naming

Nota Bene: Python is a case sensitive programming language. Be aware of this when you first name and subsequently use your variables. For instance, leapyear, Leapyear, leapYear, and LeapYear will actually be viewed as 4 different variables by Python even if you intended the same thing, a “leap year,” but simply mistyped.

,