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

  • Python Pillow - Generate Gradient Image with NumPy for Beginners Python Pillow: Generate Gradient Image with NumPy
  • Python Audio Proccessing - Split Audio File on Silence Using Pydub Python Audio Processing: Split Audio File on Silence Using Pydub
  • Python OpenCV - Implement Image Filtering Using cv2.filter2D() Convolution for Beginners Python OpenCV: Implement Image Filtering Using cv2.filter2D() Convolution
  • Python OpenCV - Blend Two Images Using cv2.addWeighted() Python OpenCV: Blend Two Images Using cv2.addWeighted()
  • Extract Text Content and Metadata From PDF File Using Java Tika PDFParser Extract Text Content and Meta Data From PDF File Using Java Tika PDFParser
  • Python OpenCV - Extract Blue, Green and Red Channel from Color Image for Beginners Python OpenCV: Extract Blue, Green and Red Channel from Color Image
  • Python Pillow - Show an Image Using Image.show() Python Pillow: Show an Image Using Image.show()
  • Python: Download All Images from HTML Page - A Step Guide Python: Download All Images from HTML Page – A Step Guide
  • Python - Implement Text Summarization Using Transformers Library Python: Implement Text Summarization Using Transformers Library
  • Reduce Image Noise Using cv2.fastNlMeansDenoisingColored() in Python OpenCV Tutorial Reduce Image Noise Using cv2.fastNlMeansDenoisingColored() in Python OpenCV
Copyright © 2025 Cocyer.