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

  • Python OpenCV - Remove Noise in Image Using Contraharmonic Mean Filter for Beginners Python OpenCV: Remove Noise in Image Using Contraharmonic Mean Filter
  • Python - Get GPU Information Using gputil for Beginners Python: Get GPU Information Using gputil
  • Node.js - Generate and Validate Unique ID Using uuid Package for Beginners Node.js: Generate and Validate Unique ID Using uuid Package
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Python OpenCV - Draw Color Image Red, Green and Blue Histogram Using cv2.calcHist() for Beginners Python OpenCV: Draw Color Image Red, Green and Blue Histogram Using cv2.calcHist()
  • Matplotlib - Compare Values with Different Color in Bar Chart for Beginners Matplotlib: Compare Values with Different Color in Bar Chart
  • create a rings loading spinner animated in pure css CSS Loading Spinner: 9 Beautiful Ring, Circle and Signal Loading Spin Recommendation
  • Extract Text From a PDF Using Python pdftotext Extract Text From a PDF Using Python pdftotext
  • Convert a Numpy Array to Image Using Python Pillow Create an Image Using Numpy Array in Python Pillow
  • Python - Create an Application Process Monitor Using psutil for Beginners Python: Create an Application Process Monitor Using psutil
Copyright © 2023 Cocyer.