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

  • Creating a Custom Scrollbar Using Scrollbot with Custom Style JavaScript Scrollbar | Creating a Custom Scrollbar Using Scrollbot
  • Send SMS Using Twilio SMS API in PHP Send SMS Using Twilio SMS API in PHP
  • Python OpenCV - Extract Blue, Green and Red Channel from Color Image for Beginners Python OpenCV: Extract Blue, Green and Red Channel from Color Image
  • create a rings loading spinner animated in pure css CSS Loading Spinner: 9 Beautiful Ring, Circle and Signal Loading Spin Recommendation
  • Matplotlib - Create Multiple Plots in One Figure Using plt.subplots() for Beginners Matplotlib: Create Multiple Plots in One Figure Using plt.subplots()
  • JavaScript - Flatten a Nested JSON Object - A Step Guide JavaScript: Flatten a Nested JSON Object
  • Read and Display an Image in a Window Using Python OpenCV Read and Display an Image in a Window Using Python OpenCV
  • Remove English Stop Words From Text Using Python NLTK Remove English Stop Words From Text Using Python NLTK
  • Matplotlib - Create a Plot Using plt.scatter() for Beginners Matplotlib: Create a Plot Using plt.scatter()
  • Python File Processing: Convert DOCX to HTML Using Mammoth Python File Processing: Convert DOCX to HTML Using Mammoth
Copyright © 2023 Cocyer.