使用 GitHub Actions 自动部署 pelican 生成的 GitHub Pages

Posted on 2022-10-08 01:00 in Python

GitHub Actions 非常方便,自动化的 CI/CD 工具


Continue reading

修复 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

导入 pyspark 到 shell 和 pycharm当中

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

导入pyspark 到 shell 和 pycharm当中


Continue reading

s3 本地测试环境的搭建

Posted on 2015-09-30 20:20 in Python

s3 本地测试环境的搭建


Continue reading

使用 Python 操作亚马逊 DynamoDB

Posted on 2015-08-20 20:20 in Python

使用 Python 操作亚马逊 DynamoDB


Continue reading

Python 中 class 的 JSON 序列化

Posted on 2015-08-17 20:20 in Python

Python 中 class 的 JSON 序列化


Continue reading

使用 Python 操作亚马逊 S3

Posted on 2015-08-17 20:20 in Python

使用 Python 操作亚马逊 S3


Continue reading