修复 virtualenv 环境

Posted on 2020-05-25 12:00 in Python

很多时候升级 python 之后,virtualenv 中的软链接会失效,这时候就需要修复了


Continue reading

使用 Pelican 和 Github Pages 建立博客网站

Posted on 2019-06-09 22:20 in Python

Pelican 是一个 Python 语言开发的静态网站生成工具,用 markdown 写完博客之后,发布到Github Pages,免费而且好用,不过配置过程有些复杂,下面记录一下配置的过程。


Continue reading

遍历S3

Posted on 2016-07-04 20:20 in Python

使用 boto 遍历 s3


Continue reading

python small tips

Posted on 2016-04-19 20:20 in Python

一些Python小技巧


Continue reading