Skip to content
中文
Zhe Li
Zhe LiZhe Li
  • Home
  • Programming
  • Public Share
  • MySQL
  • Home
  • Programming
  • Public Share
  • MySQL

Bash: Reading Input

BashBy Zhe4 November 2021Leave a comment

The read command is a builtin command that reads from the standard input. By default, it reads until a newline is received. The input is…

Read more

Bash: Printf

BashBy Zhe4 November 2021Leave a comment

printf: formatting and printing data printf FORMAT ARG … The FORMAT string can contain ordinary characters, escape sequences, and format specifiers. Ordinary characters are printed…

Read more

Install Python Packages on Visual Studio Code

PythonBy Zhe20 June 2021Leave a comment

Visual Studio Code is a free programming software. It is multiple platforms software that you can install it on Windows, Linux and Mac OS. As…

Read more

How to Install Python on Ubuntu

Programming, PythonBy Zhe21 February 2021Leave a comment

The latest version of Python is 3.9.2 on the date of posting this tutorial that shows how to install Python on Ubuntu. Installing Python 3.9…

Read more
Zhe Li
Copyright © 2022 Zhe Li All Rights Reserved!
  • Home
  • Contact
  • About Me
Bottom Menu
Go to Top