Those are my blogs

and also my life

Python | Using ctypes to access C code from Python.

2020-04-10 Pyhon C ctypes

This blog introduce how to use ctypes to access C code from Python. 1 C code Here, we use the same C code as my previous blog: #include <math.h> ... Read More

Python | Make a Python C Extension Module Using Python/C API.

2020-04-05 Pyhon C Python/C API Package

This blog introduce how to make a Python C extension module by using Python/C API. The demo package used here can be found on my Github repository. 1 ... Read More

Create my blog.

2020-03-29 Hugo

今天建立了blog,以下是对该过程的一个回顾与总结。 1 Git以及Hugo安装及配置 这一块在网上有很多教程,也没遇到什么难点,在此略过。 2 使用Hugo建立本地Blog 这一块主要参考Oh oh的博客进行建立,具体过程如下: 2.1 创建站点 首先创建站点: # cd d:blog hogo ... Read More