Python Function Parameter
December 21, 2024 · 4 min read · Page View:
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 Control Structure
December 21, 2024 · 1 min read · Page View:
This blog will review the control structure of Python.
Read the full text -> A total of 0.31k wordsPython Composite Data Type
December 21, 2024 · 8 min read · Page View:
This article will review the composite data type in Python, such as list
, tuple
, dictionary
, and set
.
Python Basic Data Type
December 21, 2024 · 6 min read · Page View:
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:
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:
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.
Read the full text -> A total of 1.02k wordsGPG 101
December 17, 2024 · 7 min read · Page View:
GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880(also known as PGP). GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with access modules for all kinds of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications.
This article I will introduce the basic usage of GPG.
Read the full text -> A total of 1.54k wordsHousewarming 2024
December 14, 2024 · 5 min read · Page View:
So after a long time, I decide to restart my blog program. In my daily development, I have a lot of thoughts and ideas, thus I will write some documents to record them. But I believe that sharing is the best way to learn. A specific example is cryptography
, which means the closing source algorithm is never the safest. Only algorithms that have been vetted by the public are truly secure.