Skip to content

Blog

[Python] How to play music

Colorful sound wave set Free Vector

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

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