timerring

Python Function Parameter

December 21, 2024 · 4 min read · Page View:
Tutorial
Python

This blog will review the function parameter of Python. Mainly about the parameter passing, Keyword and Position Parameter, Anonymous Function, and unit test with assert.

...


Python Basic Data Type

December 21, 2024 · 6 min read · Page View:
Tutorial
Python

This article will explore data types and common methods for them in Python. The content of this review is as follows: number type, string type, boolean type and type conversion.

...


Python Basic Syntax Elements

December 20, 2024 · 3 min read · Page View:
Tutorial
Python

Sometimes you may forget about the basic of Python, so let us take a look at the summary of Python basic summary. The content of this review is as follows: data type, variable, control flow, input & output, PEP8 format.

...


Deploy Github Pages With GPG Signing

December 18, 2024 · 5 min read · Page View:
Tutorial
GitHub Pages | Hugo | GPG

I have been busy migrating my blog this week. Coincidentally, I learned that there may be cases of commit forgery on GitHub. Therefore, for security reasons, I added a GPG signature. However, when deploying Hugo, I encountered many problems regarding whether GPG signatures can also be used. Fortunately, I finally solved them.

...