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

  • Tune Neural Network Hyperparameters Using Grid Search in Keras Tune Neural Network Hyperparameters Using Grid Search in Keras
  • Python OpenCV - Calculate the Mean of Red, Green and Blue Channel for Beginners Python OpenCV: Calculate the Mean of Red, Green and Blue Channel
  • Convert an Image to Base64 String in Python Convert an Image to Base64 String in Python
  • Matplotlib - Change Plot Axes Background Using ax.set_facecolor() for Beginners Matplotlib: Change Plot Axes Background Using ax.set_facecolor()
  • 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
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Best Practice to Draw Rectangles on Image Using cv2.rectangle() in Python OpenCV Draw Rectangles on Image Using cv2.rectangle() in Python OpenCV
  • Get Visitor Country and City from IP Address in PHP Get Visitor’s Country and City from IP Address in PHP
  • Matplotlib - Draw Vertical Lines on Plot Using ax.vlines() for Beginners Matplotlib: Draw Vertical Lines on Plot Using ax.vlines()
  • Python - Convert a Python GUI Program to EXE Application Using pyinstaller Python: Convert a Python GUI Program to EXE Application Using pyinstaller
Copyright © 2025 Cocyer.