In the process of using WordPress to run my personal blog, sometimes I want to be able to organize all the articles I have written. Of course, the method I want to use is of course other than manually look slowly, such as obtaining WordPress-related information through some APIs.
SQLite is a embedded database that is different from a general server-client structure database. SQLite is integrated into the application. If the data is relatively fixed and the amount is small, then SQLite can be said to be more appropriate.
When we developing a project, SVG (Scalable Vector Graphics) is a good picture format, but sometimes we also need PNG format to build our interface layout.
Everyone is familiar with the compressed file. These compressed file means that we compress one or more files and folders into a file, which is also call archiving.
In addition to archiving, according to the different compression format algorithms, some can even compress the file size to help us better store and transmit these files.
But what if we need to restore the compressed file back to the original file? At this time, we need to decompress according to different compression formats.
Today I want to record how to use Python module zipfile to compress or decompress some fiile as ZIP format.
Today I found a third-party Python package gkeepapi about Google Keep that looks very convenient and is not officially authorized.
The package allows us to read the content of Google Keep of our account, and also allows us to automatically upload text, notes and others things to Google Keep.