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

  • Python Pillow - Generate Gradient Image with NumPy for Beginners Python Pillow: Generate Gradient Image with NumPy
  • Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread() Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread()
  • Extract Text Content and Metadata From PDF File Using Java Tika PDFParser Extract Text Content and Meta Data From PDF File Using Java Tika PDFParser
  • Python Pillow - Show an Image Using Image.show() Python Pillow: Show an Image Using Image.show()
  • Matplotlib - Use an Image as Plot Background - a step guide Matplotlib: Use an Image as Plot Background
  • Python OpenCV - Implement Image Filtering Using cv2.filter2D() Convolution for Beginners Python OpenCV: Implement Image Filtering Using cv2.filter2D() Convolution
  • Python OpenCV - Blend Two Images Using cv2.addWeighted() Python OpenCV: Blend Two Images Using cv2.addWeighted()
  • Implement Image Median Blur Using cv2.medianBlur() in Python OpenCV Best Practice to Implement Image Median Blur in Python OpenCV
  • Python - Test Your Internet Download and Upload Speed Using speedtest-cli Python: Test Your Internet Download and Upload Speed Using speedtest-cli
  • Python: Generate Unique ID Using uuid Package Python: Generate Unique ID Using uuid Package
Copyright © 2025 Cocyer.