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
Parse HTML Using Python Beautiful Soup

Parse HTML Using Python Beautiful Soup

June 19, 2020June 19, 2020cocyer
In this tutorial, we will introduce how to parse a html page using python beautiful soup package. 1. Import library from bs4 import [...]
Scrape and Extract Text from HTML Using Python Beautiful Soup

Scrape and Extract Text from HTML Using Python Beautiful Soup

June 19, 2020cocyer
In this tutorial, we will introduce the way to scrape html and extract some useful text from a web page using python beautiful [...]
Convert RGB Color to Hex Code in Python

Convert RGB Color to Hex Code in Java

June 19, 2020cocyer
In this tutorial, we will introduce how to convert a rgb color value to hex code using java. We can create a java [...]
Remove Duplicate Elements from an Array in PHP

Remove Duplicate Elements from an Array in PHP

June 19, 2020cocyer
In this tutorial, we will introduce the way to remove duplicate elements from a php array using php array_flip() function. PHP array_flip() function [...]
Convert RGB Color to Hex Code in Python

Convert RGB Color to Hex Code in Python

June 19, 2020cocyer
In this tutorial, we will introduce the way to convert a rgb color value to hex code using python. Here is an example: [...]
Convert an Image to Base64 String in Python

Convert an Image to Base64 String in Python

June 19, 2020cocyer
In this tutorial, we will introduce the way to convert an image to base64 string using python base64 package. 1. Import library import [...]
Implement Binary Search in Python

Python: Implement Binary Search Algorithm – A Step Guide

June 19, 2020March 31, 2021cocyer
In this tutorial, we will implement binary search using python script. 1. Creae a sorted list, which contains some numbers we plan to [...]
Create Array in NumPy - A Beginner Introduction

Create Array in NumPy: A Beginner Introduction

June 19, 2020cocyer
In this tutorial, we will introduce some methods to create array in NumPy. 1. The most common way is to create an array [...]
Convert a Float NumPy Array to Integer Array in NumPy

Convert a Float NumPy Array to Integer Array in NumPy

June 19, 2020June 19, 2020cocyer
In this tutorial, we will introduce how to convert a float numpy array to integer array. 1. The most simplest way is to [...]
Iterate NumPy Array Using numpy.nditer()

Iterate NumPy Array Using numpy.nditer()

June 19, 2020June 19, 2020cocyer
numpy.nditer() function allow us to iterate a numpy array. In this tutorial, we will introduce how to iterate a numpy array using this [...]

Posts navigation

  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • Next

Popular

  • Creating a Emoji Slider Control Using emoji-slider.js JavaScript Slider Control: Creating a Emoji Slider Control Using emoji-slider.js
  • Python Pillow - Create a QRCode Image with Background Color - A Step Guide Python Pillow: Create a QRCode Image with Background Color
  • Convert a Float NumPy Array to Integer Array in NumPy Convert a Float NumPy Array to Integer Array in NumPy
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Tune Neural Network Hyperparameters Using Grid Search in Keras Tune Neural Network Hyperparameters Using Grid Search in Keras
  • Detect Polygon Shape in Image Using OpenCV in Python Detect Polygon Shape in Image Using OpenCV in Python
  • Remove Background of Image Using Python OpenCV Remove Background of Image Using Python OpenCV
  • Best Practice to Detect and Correct the Text Skew Using Python OpenCV Detect and Correct the Text Skew Using Python OpenCV
  • Python OpenCV - Remove Noise in Image Using Contraharmonic Mean Filter for Beginners Python OpenCV: Remove Noise in Image Using Contraharmonic Mean Filter
  • Python PDF Processing - Extract All Links in PDF File Using PyMuPDF Python PDF Processing: Extract All Links in PDF File Using PyMuPDF
Copyright © 2025 Cocyer.