Eric Wu

程序员的自我修养

  •   Blog
  •   Archive
  •   Category
  •   Tag
  •   About
 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