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 OpenCV - Remove Noise in Image Using Contraharmonic Mean Filter for Beginners Python OpenCV: Remove Noise in Image Using Contraharmonic Mean Filter
  • Python - Get GPU Information Using gputil for Beginners Python: Get GPU Information Using gputil
  • Node.js - Generate and Validate Unique ID Using uuid Package for Beginners Node.js: Generate and Validate Unique ID Using uuid Package
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Matplotlib - Compare Values with Different Color in Bar Chart for Beginners Matplotlib: Compare Values with Different Color in Bar Chart
  • create a rings loading spinner animated in pure css CSS Loading Spinner: 9 Beautiful Ring, Circle and Signal Loading Spin Recommendation
  • Extract Text From a PDF Using Python pdftotext Extract Text From a PDF Using Python pdftotext
  • Convert a Numpy Array to Image Using Python Pillow Create an Image Using Numpy Array in Python Pillow
  • Python - Create an Application Process Monitor Using psutil for Beginners Python: Create an Application Process Monitor Using psutil
  • Remove Background of Image Using Python OpenCV Remove Background of Image Using Python OpenCV
Copyright © 2023 Cocyer.