Skip to content

Cocyer

Learning Programming From Beginner to Professional

  • Home
  • Python
  • NumPy
  • Pandas
  • Matplotlib
  • OpenCV
  • Pillow
  • PHP
  • JavaScript
    • Node.js Tutorial
  • Linux
Main Menu
  • Python Audio Processing: Split Audio File on Silence Using Pydub

  • JavaScript: Split a String Using Regular Expressions

  • Python File Processing: Copy File – A Beginner Guide

  • Python: Download All Images from HTML Page – A Step Guide

  • Python Network Processing: Get Domain Whois Information Using Python-Whois

Python Audio Processing: Split Audio File on Silence Using Pydub
JavaScript: Split a String Using Regular Expressions
Matplotlib - Compare Values with Different Color in Bar Chart for Beginners

Matplotlib: Compare Values with Different Color in Bar Chart

March 29, 2021cocyer
In this tutorial, we will compare values with different color in one bar chart. You can implement it in matplotlib. 1.Import library import [...]
Matplotlib - Create Pie Chart Using plt.pie() for Beginners

Matplotlib: Create Pie Chart Using plt.pie()

March 29, 2021March 29, 2021cocyer
In this tutorial, we will use an example to show you how to create a pie graph using plt.pie() in matplotlib. 1.Import library [...]
Matplotlib - Create Multiple Plots in One Figure Using plt.subplots() for Beginners

Matplotlib: Create Multiple Plots in One Figure Using plt.subplots()

March 29, 2021cocyer
In this tutorial, we will use an example to show you how to draw multiple plots in the same figure using plt.subplots() in matplotlib. [...]
Matplotlib - Create a Stack Plot Using plt.stackplot() for Beginners

Matplotlib: Create a Stack Plot Using plt.stackplot()

March 29, 2021cocyer
In this tutorial, we will use an example to show you how to create a stack plot using plt.stackplot() in matplotlib. 1.Import library [...]
Linux cat Command - Display File Content to Screen for Beginners

Linux cat Command: Display File Content to Screen

March 29, 2021cocyer
In this tutorial, we will introduce how to use linux cat command to display file content. For example: cat .profile We will see [...]
Linux mkdir Command - Create a New Directory for Beginners

Linux mkdir Command: Create a New Directory

March 28, 2021cocyer
In this tutorial, we will introduce how to use linux mkdir command to create a new directory. Here is an example code: mkdir [...]
Linux rm -ir Command - Delete File or Directory Recursively for Beginners

Linux rm -ir Command: Delete File or Directory Recursively

March 28, 2021cocyer
In this tutorial, we will introduce how to delete file or directory in linux. We can use rm -ir command. You should notice: [...]
Linux mv -i Command - Move the Source File to Target File for Beginners

Linux mv -i Command: Move the Source File to Target File

March 28, 2021cocyer
In this tutorial, we will introduce how to use mv -i command to move files in linux. mv –i sourceFile targetFile Here is [...]
Linux cp –ir Command - Copy the Source Directory to Target Directory for Beginners

Linux cp –ir Command: Copy the Source Directory to Target Directory

March 28, 2021March 28, 2021cocyer
In this tutorial, we will introduce how to use cp -ir command to copy the source directory to target directory in linux. We [...]
Linux cd Command - Change Directory to Another One for Beginners

Linux cd Command: Change Directory to Another One

March 28, 2021cocyer
Linux cd command can change directory from the current directory to another one. In this tutorial, we will show you how to use it. [...]

Posts navigation

  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 22
  • Next

Popular

  • Python OpenCV - Extract Blue, Green and Red Channel from Color Image for Beginners Python OpenCV: Extract Blue, Green and Red Channel from Color Image
  • Convert RGB Color to Hex Code in Python Convert RGB Color to Hex Code in Python
  • create a side sliding menu navigation JavaScript Menu Navigation | Creating a Side Menu Navigation Using Side-Menu-Component
  • Convert a Float NumPy Array to Integer Array in NumPy Convert a Float NumPy Array to Integer Array in NumPy
  • Detect Polygon Shape in Image Using OpenCV in Python Detect Polygon Shape in Image Using OpenCV in Python
  • Convert .docx File to PDF Using Python docx2pdf Convert .docx File to PDF Using Python docx2pdf
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Tune Neural Network Hyperparameters Using Grid Search in Keras Tune Neural Network Hyperparameters Using Grid Search in Keras
  • Python OpenCV - Convert Image BGR and RGB Without cv2.cvtColor() Python OpenCV: Convert Image BGR and RGB Without cv2.cvtColor()
Copyright © 2025 Cocyer.