Logging HOWTO

【翻译自 Python2.7 官方文档 https://docs.python.org/2/howto/logging.html

Python HOWTOs 是覆盖单个特定主题的文档,并尝试完全覆盖 Python 文档。 以 Linux 档项目的 HOWTO 为模型,尝试打造比 Python 库参考更详细的文档。

当前包括:

  • Porting Python 2 Code to Python 3
  • Porting Extension Modules to Python 3
  • Curses Programming with Python
  • Descriptor HowTo Guide
  • Idioms and Anti-Idioms in Python
  • Functional Programming HOWTO
  • Logging HOWTO [本篇文章]-[✓]
  • Logging Cookbook
  • Regular Expression HOWTO
  • Socket Programming HOWTO
  • Sorting HOW TO
  • Unicode HOWTO [✓]
  • HOWTO Fetch Internet Resources Using urllib2
  • HOWTO Use Python in the web
  • Argparse Tutorial

Programming FAQ - Core Language

学习编程过程中官方文档真的是非常优秀的学习材料,已经被 python.org 深深吸引,以下是 Programming FAQ(原文链接) 目录,本文讨论的是 Core Language 部分:

  • General Questions
  • Core Language [本篇文章]
  • Numbers and strings
  • Sequences (Tuples/Lists)
  • Dictionaries
  • Objects
  • Modules

Unicode HOWTO

【说明:本文翻译自 Python2.7 官方文档 https://docs.python.org/2/howto/unicode.html

Python HOWTOs 是覆盖单个特定主题的文档,并尝试完全覆盖 Python 文档。 以 Linux 档项目的 HOWTO 为模型,尝试打造比 Python 库参考更详细的文档。

当前包括:

  • Porting Python 2 Code to Python 3
  • Porting Extension Modules to Python 3
  • Curses Programming with Python
  • Descriptor HowTo Guide
  • Idioms and Anti-Idioms in Python
  • Functional Programming HOWTO
  • Logging HOWTO [✓]
  • Logging Cookbook
  • Regular Expression HOWTO
  • Socket Programming HOWTO
  • Sorting HOW TO
  • Unicode HOWTO [本篇文章]-[✓]
  • HOWTO Fetch Internet Resources Using urllib2
  • HOWTO Use Python in the web
  • Argparse Tutorial

主要讨论 Python 2.x’s 对于 Unicode 的支持,并且解释开发者尝试使用 unicode 工作时遇到的各种各样的问题。对于 Python 3 版本,前往 https://docs.python.org/3/howto/unicode.html

计算机网络学习笔记 — 网络层

主要内容:

  • 虚拟互联网络的概念。
  • IP 地址与物理地址的关系。
  • 传统的分类的 IP 地址(包括子网掩码)和无分类域间路由选择 CIRD。
  • 路由选择协议的工作原理。

HelloWorld

工作以来,似乎没有利用闲暇时间来好好思考与总结,博客写写停停,内容也是匆匆完成没有更深的理解。