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
Scikit-Learn - Implement K-Means Clustering Using KMeans for Beginners

Scikit-Learn: Implement K-Means Clustering Using KMeans

March 31, 2021cocyer
In this tutorial, we will use an example to show you how to implement k-means clustering using scikit-learn Kmeans. 1.Import library from pandas [...]
Python - Convert a Python GUI Program to EXE Application Using pyinstaller

Python: Convert a Python GUI Program to EXE Application Using pyinstaller

March 31, 2021cocyer
In this tutorial, we will use an example to show you how to convert a python gui program to an exe application using [...]
Python - Create an Application Process Monitor Using psutil for Beginners

Python: Create an Application Process Monitor Using psutil

March 31, 2021cocyer
In this tutorial, we will use some steps to create an application process monitor using python psutil. 1.Import some libraries import psutil #pip [...]
Python Networking: Create a Port Scanner Using Socket

Python Networking: Create a Port Scanner Using Socket

March 31, 2021cocyer
In this tutorial, we will use an example to show you how to create a port scanner using python socket. 1.Import library import [...]
Scikit-Learn: Generate One-Hot Encoding Feature Using MultiLabelBinarizer

Scikit-Learn: Generate One-Hot Encoding Feature Using MultiLabelBinarizer

March 31, 2021cocyer
One-hot encode is widely used in nlp. In this tutorial, we will introduce how to create one-hot encode using scilit-learn MultiLabelBinarizer. 1.Import library from [...]
3 Methods to Format Python String

Python String: 3 Methods to Format Python String

March 31, 2021cocyer
In this tutorial, we will introduce 3 methods to format a python string. 1.Use % Operator Here is an exmaple: num = 12 result [...]
JavaScript: Parse JSON - A Beginner Guide

JavaScript: Parse JSON – A Beginner Guide

March 31, 2021cocyer
In this tutorial, we will introduce how to parse a json string in javascript. 1.Prepare a json string const jsonString = ‘{ “name”: [...]
Node.js - Generate and Validate Unique ID Using uuid Package for Beginners

Node.js: Generate and Validate Unique ID Using uuid Package

March 31, 2021cocyer
Node.js uuid package can generate UUIDs (Universally Unique IDentifiers). In this tutorial, we will use some examples to show you how to generate and [...]
Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package

Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package

March 31, 2021cocyer
In this tutorial, we will introduce how to implement http/2 requests using fetch-h2 package in node.js. 1.Install fetch-h2 in node.js npm install fetch-h2 [...]
Python - Implement Text Summarization Using Transformers Library

Python: Implement Text Summarization Using Transformers Library

March 30, 2021cocyer
In this tutorial, we will use an example to show you how to implement text summarization using python transformers library. 1.Install transformers library pip [...]

Posts navigation

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 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
  • 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()
  • Python Pillow - Show an Image Using Image.show() Python Pillow: Show an Image Using Image.show()
  • Implement Image Median Blur Using cv2.medianBlur() in Python OpenCV Best Practice to Implement Image Median Blur in Python OpenCV
  • Concatenate Images Vertically and Horizontally Using Python OpenCV Concatenate Images Vertically and Horizontally Using Python OpenCV
  • Python: Generate Unique ID Using uuid Package Python: Generate Unique ID Using uuid Package
Copyright © 2025 Cocyer.