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
Create PDF File From .txt File Using Python fpdf

Create PDF File From .txt File Using Python fpdf

June 27, 2020cocyer
In this tutorial, we will introduce the way to use python fpdf library to convert a .txt file to a pdf file. 1. [...]
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

June 27, 2020cocyer
In this tutorial, we will introduce the way to extract text from a pdf file in java, we will use Tika PDFParser to [...]
Remove English Stop Words From Text Using Python NLTK

Remove English Stop Words From Text Using Python NLTK

June 26, 2020cocyer
In this tutorial, we will introduce the way to remove english stop words from a text using python nltk. 1. Import library from [...]
Merge Images Horizontally Using Python Pillow

Merge Images Horizontally Using Python Pillow

June 25, 2020cocyer
In this tutorial, we will use an example to show how to merge images horizontall using python pillow library. We will merge three [...]
Draw a Rectangle on an Image Using Python Pillow

Draw a Rectangle on an Image Using Python Pillow

June 25, 2020June 25, 2020cocyer
In this tutorial, we will introduce the way to draw a rectangle on an image using python pillow. 1. Import library from PIL [...]
Detect Polygon Shape in Image Using OpenCV in Python

Detect Polygon Shape in Image Using OpenCV in Python

June 22, 2020cocyer
In this tutorial, we will introduce the way to detect polygen shpaes in an image using python opencv. 1. Import library import cv2 [...]
Detect Number of Faces in an Image Using OpenCV in Python

Detect Number of Faces in an Image Using OpenCV in Python

June 22, 2020cocyer
In this tutorial, we will introduce the way to detect the number of faces in an image, we will use python opencv to [...]
Normalize an Image Using OpenCV in Python

Normalize an Image Using OpenCV in Python

June 22, 2020cocyer
In this tutorial, we will introduce the way to normalize an image using python opencv. 1. Inport libraries import cv2 as cv import [...]
Implement Edge Detection Using OpenCV

Implement Edge Detection Using OpenCV

June 22, 2020cocyer
In this tutorial, we will introduce how to detect edge using python opencv. 1. Install opencv pip install opencv-python 2. Import library import [...]
Implement Linear Regression in Tensorflow

Implement Linear Regression in Tensorflow

June 21, 2020cocyer
In this tutorial, we will introduce the way to implement linear regression in tensorflow, this is the basic of deep learning. 1. Import [...]

Posts navigation

  • Previous
  • 1
  • …
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 22
  • Next

Popular

  • Python Pillow - Create a QRCode Image with Background Color - A Step Guide Python Pillow: Create a QRCode Image with Background Color
  • 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
  • Python: Save JSON String to CSV File
  • 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
  • Crop an Image Tutorials and Examples in Python OpenCV Crop an Image Tutorial and Example in Python OpenCV
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Matplotlib - Draw Multiple Lines with Different Color on the Same Plot - A Step Guide Matplotlib: Draw Multiple Lines with Different Color on the Same Plot
Copyright © 2025 Cocyer.