Eric Wu

程序员的自我修养

  •   Blog
  •   Archive
  •   Category
  •   Tag
  •   About
 2015-09-12
《学习正则表达式》读书笔记及Python示例

最近在多看上看你了一本正则表达式的书《学习正则表达式》(英文:Introducing Regular Expressions), 让自己对正则表达式的特性有所了解,中文翻译主要是术语名词比较少见,本文会将术语都采用中英文。

Read More
 python  regex  Comment  Share
 2015-09-03
Python的内存管理简介

Python使用的垃圾回收方式是引用计数(reference counting)和垃圾回收器(garbage collector), 在2.0版本之前只有引用计数,2.0版本之后带有garbage collector,并且默认开启,可以通过gc模块来进行控制。

Read More
 python  Comment  Share
 2015-08-29
带有min函数的Stack实现

Stack是一种常见的数据结构,是一种后进先出(LIFO,Last In First Out)的结构。

Read More
 algorithm  Comment  Share
 2015-07-25
Python知识点整理

有句话说得好啊:“Life is short, you need Python!”

Read More
 python  Comment  Share
  • «
  • 1
  • 2
  • 3
  • 4
  © icejoywoo