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

  • Tune Neural Network Hyperparameters Using Grid Search in Keras Tune Neural Network Hyperparameters Using Grid Search in Keras
  • Python OpenCV - Blend Two Images Using cv2.addWeighted() Python OpenCV: Blend Two Images Using cv2.addWeighted()
  • Python OpenCV - Calculate the Mean of Red, Green and Blue Channel for Beginners Python OpenCV: Calculate the Mean of Red, Green and Blue Channel
  • Creating a Emoji Slider Control Using emoji-slider.js JavaScript Slider Control: Creating a Emoji Slider Control Using emoji-slider.js
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • 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
  • Convert an Image to Base64 String in Python Convert an Image to Base64 String in Python
  • Get Visitor Country and City from IP Address in PHP Get Visitor’s Country and City from IP Address in PHP
  • Python OpenCV - Rotate Images Using cv2.rotate() for Beginners Python OpenCV: Rotate Images Using cv2.rotate()
  • Convert .docx File to PDF Using Python docx2pdf Convert .docx File to PDF Using Python docx2pdf
Copyright © 2025 Cocyer.