Skip to content

Use sqlite3 to build a embedded database in Python

Use sqlite3 to build a embedded database in Python

Last Updated on 2021-03-17 by Clay

Python is a most popular program lanuguage.

Introduction

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.

Read More »Use sqlite3 to build a embedded database in Python

[Python] How to play music

Last Updated on 2021-03-14 by Clay


Introduction

If you search about "How to do a simple Python side project", you will find the online tutorial is teaching "how to make a music player by yourself". In any case, being able to customize a music player by yourself is quite interesting to think about.

Read More »[Python] How to play music

[Linux] How to check CPU information

Last Updated on 2021-03-13 by Clay

Linux is an operating system that can do all the functions you imagine

Introduction

CPU (Central Processing Unit) is a most important component in a computer. its main task is following the instructions given by the user. In other words, all the behaviors of our daily use of computer, including opening files, playing music, using editor to record work ... etc, are all inseparable from the CPU.

The better CPU can make the computer performance better.

Read More »[Linux] How to check CPU information

Intellij IDEA: How to recover accidentally deleted files

Last Updated on 2021-03-10 by Clay


Introduction

I wrote a note about the steps of how to recovering accidentally deleted files in PyCharm IDE. Intellij IDEA that also developed by Jetbrains, can do the same.

Recently, I accidentally deleted the files when developing an App using Flutter, thank god, I use the following steps to save my files.

Read More »Intellij IDEA: How to recover accidentally deleted files
Exit mobile version