We can use add_filter on the_content() to control the output of wordpress post content, which is very useful if you plan to change the output of post. In this tutorial, we will introduce how to do.
We often need to read an image file content and process it, then display this image in browsers. How to show them using php? In this tutorial, we will introduce you how to do.
Python has not defined a constant variable data type, however, we can use other way to implement it. In this tutorial, we will discuss how to create a constant variable in python.
We often read data from a file to a pandas dataframe, how to extract train, test and validation set to train your deep learning model? In this tutorial, we will discuss this topic.
Python can split a big pdf file to some small ones, meanwhile, we also can merge some small pdf files to a big one. In this tutorial, we will introduce how to split and merge pdf files using python pymupdf library.
Python pandas often uses a dataframe object to save data. We often need to get some data from dataframe randomly. In this tutorial, we will discuss how to randomize a dataframe object.
PHP equal operator (==) and identical operator (===) are widely used in if statement, what is the difference between them. In this tutorial, we will discuss this topic for php beginners.