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

  • 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 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 Pillow - Create a QRCode Image with Background Color - A Step Guide Python Pillow: Create a QRCode Image with Background Color
  • Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread() Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread()
  • Convert .docx File to PDF Using Python docx2pdf Convert .docx File to PDF Using Python docx2pdf
  • Python - Convert a Python GUI Program to EXE Application Using pyinstaller Python: Convert a Python GUI Program to EXE Application Using pyinstaller
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Python OpenCV - Convert Image BGR and RGB Without cv2.cvtColor() Python OpenCV: Convert Image BGR and RGB Without cv2.cvtColor()
Copyright © 2025 Cocyer.