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

  • JavaScript - Split a string using regular expressions JavaScript: Split a String Using Regular Expressions
  • Matplotlib - Use an Image as Plot Background - a step guide Matplotlib: Use an Image as Plot Background
  • Python Pillow - Add Padding for an Image Using Image.paste() for Beginners Python Pillow: Add Padding for an Image Using Image.paste()
  • JavaScript Menu Navigation Sliding | Creating a Menu Navigation Sliding Using TinyDrawer.js
  • Best Practice to Draw Rectangles on Image Using cv2.rectangle() in Python OpenCV Draw Rectangles on Image Using cv2.rectangle() in Python OpenCV
  • Best Practice to Capture Video Frame from Webcam in Python OpenCV Capture Video Frame from Webcam in Python OpenCV
  • Remove Punctuation in Sentences Using Python Remove Punctuation in Sentences Using Python
  • Convert String to Integer, Float and Number in JavaScript Convert String to Integer, Float and Number in JavaScript
  • CSS Loading Spinner: Create Beautiful Loading Spinners Using CSS-Loaders
  • Tokenize Sentences and Words Using Python NLTK in Python Tokenize Sentences and Words Using Python NLTK in Python
Copyright © 2025 Cocyer.