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
Python - Implement Face Detection Using dlib - A Step Guide

Python: Implement Face Detection Using dlib

April 8, 2021cocyer
In this tutorial, we will introduce how to implement face detection using python dlib. We also can use python opencv to detect faces [...]
Python: Import Python Packages in Other Directory

Python: Import Python Packages in Other Directory

April 8, 2021cocyer
In this tutorial, we will introduce how to import python packages that are in other directory. For example: If python packages you plan [...]
Python: 4 Methods to Stop Running Python Script

Python: 4 Methods to Stop Running Python Script

April 8, 2021cocyer
In this tutorial, we will introduce 4 methods to stop running python script. Method 1: Ctrl+c If you are running python script by [...]
Python - Get Current Date Time in Different Time Zone

Python: Get Current Date Time in Different Time Zone

April 7, 2021cocyer
In this tutorial, we will use an example to show you how to get current date time in different time zone using python. [...]
Python: Convert Hexadecimal to Decimal

Python: Convert Hexadecimal to Decimal

April 7, 2021cocyer
In this tutorial, we will introduce how to convert hexadecimal to decimal in python. We can use int() function to convert. Here is [...]
Matplotlib - Change Marker Size in Scatter Plot

Matplotlib: Change Marker Size in Scatter Plot – A Beginner Example

April 6, 2021cocyer
In matplotlib, we can use plt.scatter() to create a scatter plot. Here is the tutorial: Matplotlib: Create a Plot Using plt.scatter() However, we also [...]
Python: Upload Multiple Files with Requests Library - A Beginner Example

Python: Upload Multiple Files with Requests Library – A Beginner Example

April 6, 2021cocyer
In this tutorial, we will introduce how to upload multiple files using python requests library. 1.Install requests library pip install requests 2.Import library [...]
Python: Compare Date or Datetime With and Without Timezones

Python: Compare Date or Datetime With and Without Timezones

April 6, 2021cocyer
In this tutorial, we will introduce how to compare python date or datetime for python beginners. 1.Preliminary We can not compare date and [...]
Python: Print without a Newline - A Step Guide

Python: Print without a Newline – A Step Guide

April 6, 2021cocyer
Python print() function will print a newline. However, if you do not want to a newline, how to do? In this tutorial, we [...]
Python File Processing: Extract Text From DOCX Using Mammoth

Python File Processing: Extract Text From DOCX Using Mammoth

April 6, 2021cocyer
In this tutorial, we will use an example to show you how to extract text from a docx file using python mammoth library. [...]

Posts navigation

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 22
  • Next

Popular

  • Convert RGB Color to Hex Code in Python Convert RGB Color to Hex Code in Python
  • Python OpenCV - Extract Blue, Green and Red Channel from Color Image for Beginners Python OpenCV: Extract Blue, Green and Red Channel from Color Image
  • Convert .docx File to PDF Using Python docx2pdf Convert .docx File to PDF Using Python docx2pdf
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Python: Save JSON String to CSV File
  • Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread() Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread()
  • 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 - Convert a Python GUI Program to EXE Application Using pyinstaller Python: Convert a Python GUI Program to EXE Application Using pyinstaller
  • Creating a classic color picker uing pickr.js JavaScript Color Picker | Select RGB, HSV Value Using Pickr.js
Copyright © 2025 Cocyer.