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
Python File Processing: Convert DOCX to HTML Using Mammoth

Python File Processing: Convert DOCX to HTML Using Mammoth

April 6, 2021cocyer
In this tutorial, we will use an example to show you how to convert a docx file to html file using python mammoth [...]
Matplotlib - Create Custom Line Plot - A Full Guide for Beginners

Matplotlib: Create Custom Line Plot – A Full Guide

April 6, 2021cocyer
It is easy to create a custom line plot in python matplotlib. In this tutorial, we will use some examples to show you [...]
Matplotlib - Save Plot to Image with Different DPI and Background Color Using plt.savefig() - A Step Guide

Matplotlib: Save Plot to Image with Different DPI and Background Color Using plt.savefig()

April 6, 2021cocyer
In this tutorial, we will introduce how to save matplotlib plot to an image with different dpi and background color. 1.Import library import [...]
Matplotlib - Draw Multiple Lines with Different Color on the Same Plot - A Step Guide

Matplotlib: Draw Multiple Lines with Different Color on the Same Plot

April 4, 2021cocyer
In order to compare values, we can use bar chart in matplotlib. Here is the tutorial: Matplotlib: Compare Values with Different Color in [...]
Python Video Processing: Download YouTube Videos Using pytube

Python Video Processing: Download YouTube Videos Using pytube

April 4, 2021cocyer
In this tutorial, we will use some steps to introduce how to download youtube videos using python pytube library. 1.Install pytube As to [...]
Python Video Processing: Download YouTube Videos Using pafy

Python Video Processing: Download YouTube Videos Using pafy

April 4, 2021cocyer
In this tutorial, we will introduce how to download youtube videos using python pafy package. 1.Install pafy pip install pafy 2.Import library import [...]
Python: Convert Bytes to Integer in Python 3.x - A Beginner Guide

Python: Convert Bytes to Integer in Python 3.x – A Beginner Guide

April 4, 2021cocyer
In this tutorial, we will use an example to show you how to convert bytes to int in python 3.x. >>> testBytes = [...]
Python: Generate Unique ID Using uuid Package

Python: Generate Unique ID Using uuid Package

April 4, 2021cocyer
In this tutorial, we will use an example to show you how to create a unique id using python uuid package. Here is [...]
Python File Processing: Unzip Files - A Completed Guide

Python File Processing: Unzip Files – A Completed Guide

April 4, 2021cocyer
In this tutorial, we will use an example to show you how to unzip files using python zipfile package. 1.Install zipfile pip install zipfile 2.Import [...]
JavaScript: Compare Two String Dates for Beginners

JavaScript: Compare Two String Dates for Beginners

April 3, 2021April 3, 2021cocyer
In this tutorial, we will use an function to compare two string dates in javascript. Here is the data comparison function: function compareDates(d1, [...]

Posts navigation

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 22
  • Next

Popular

  • Convert RGB Color to Hex Code in Python Convert RGB Color to Hex Code in Python
  • 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 .docx File to PDF Using Python docx2pdf Convert .docx File to PDF Using Python docx2pdf
  • Python Pillow - Create a QRCode Image with Background Color - A Step Guide Python Pillow: Create a QRCode Image with Background Color
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Convert a Float NumPy Array to Integer Array in NumPy Convert a Float NumPy Array to Integer Array in NumPy
  • Python: Save JSON String to CSV File
  • Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread() Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread()
  • Python - Convert a Python GUI Program to EXE Application Using pyinstaller Python: Convert a Python GUI Program to EXE Application Using pyinstaller
  • Python Audio Proccessing - Split Audio File on Silence Using Pydub Python Audio Processing: Split Audio File on Silence Using Pydub
Copyright © 2025 Cocyer.