December 23, 2024
·
15 min read

For the computer network, I believe that most people have learned it in the course of university or college. No matter whether you are familiar with it or not, this article will give you a different perspective of the network. It can really help you a lot.
Read the full text -> A total of 3.14k words
December 23, 2024
·
10 min read
This article will review the basic knowledge of Python, including generator, iterator, and decorator.
Read the full text -> A total of 2.19k words
December 23, 2024
·
7 min read
This article will review the underlying mechanism of Python, including data types and derivation operations.
Read the full text -> A total of 1.44k words
December 23, 2024
·
12 min read
This article will review the basic knowledge of Python, including files, exceptions, and modules.
Read the full text -> A total of 2.54k words
December 23, 2024
·
5 min read
This article will review the object-oriented programming of Python. Mainly about the class, inheritance, and polymorphism.
Read the full text -> A total of 1.19k words
December 22, 2024
·
1 min read
December 21, 2024
·
4 min read
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.
Read the full text -> A total of 0.93k words
December 21, 2024
·
1 min read
This blog will review the control structure of Python.
Read the full text -> A total of 0.31k words
December 21, 2024
·
8 min read
This article will review the composite data type in Python, such as list, tuple, dictionary, and set.
Read the full text -> A total of 1.72k words
December 21, 2024
·
6 min read
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.
Read the full text -> A total of 1.33k words