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: Extract Text from Wikipedia

Python: Extract Text from Wikipedia

March 30, 2021cocyer
Wikipedia is an important text resources for nlp. In this tutorial, we will introduce how to extract text from it using python. 1.Install wikipedia [...]
Python - Get GPU Information Using gputil for Beginners

Python: Get GPU Information Using gputil

March 30, 2021cocyer
In this tutorial, we will use an example to show you how to get gup information using python gputil. 1.Install gputil pip install [...]
Python - Get System,Boot Time, CPU, Memory, Disk and Network Information Using psutil for Beginners

Python: Get System,Boot Time, CPU, Memory, Disk and Network Information Using psutil

March 30, 2021cocyer
In this tutorial, we will get computer system, cpu, memory, disk and network information using python psutil library. 1.Install psutil pip install psutil [...]
Python - Test Your Internet Download and Upload Speed Using speedtest-cli

Python: Test Your Internet Download and Upload Speed Using speedtest-cli

March 30, 2021cocyer
In this tutorial, we will introduce how to know your internet download and upload speed using python speedtest-cli. 1.Install speedtest-cli pip install speedtest-cli 2.Import [...]
Python: Send Text Email Using SMTP

Python: Send Text Email Using SMTP

March 30, 2021cocyer
In this tutorial, we will introduce how to send text email using python smtp. If you want to send email with file attachment, [...]
Python - Send Email with File Attachment Using SMTP

Python: Send Email with File Attachment Using SMTP

March 30, 2021cocyer
In this tutorial, we will introduce you on how to send email with file attachment in python. If you want to use outlook [...]
Python - Convert Large Audio File to Text Using SpeechRecognition and pydub

Python: Convert Large Audio File to Text Using SpeechRecognition and pydub

March 30, 2021cocyer
In this tutorial, we will introduce how to convert a large audio file to text using python SpeechRecognition and pydub library. If you only [...]
Python: Convert Speech to Text Using SpeechRecognition

Python: Convert Speech to Text Using SpeechRecognition

March 30, 2021cocyer
In this tutorial, we will introduce how to convert a audio to text using python SpeechRecognition library. 1.Install SpeechRecognition and pydub pip install SpeechRecognition pydub [...]
Python: Encrypt and Decrypt File Using cryptography

Python: Encrypt and Decrypt File Using cryptography

March 30, 2021cocyer
In this tutorial, we will introduce how to use cryptography to encrypt and decrypt a file in python. We have introduced how to encrypt [...]
Python - Encrypt and Decrypt String Using cryptography

Python: Encrypt and Decrypt String Using cryptography

March 30, 2021cocyer
Python cryptography can help us encrypt and decrypt string easily. In this tutorial, we will introduce how to do. 1.Install cryptography pip install cryptography 2.Import library [...]

Posts navigation

  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 22
  • Next

Popular

  • 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 RGB Color to Hex Code in Python Convert RGB Color to Hex Code in Python
  • Python - Convert a Python GUI Program to EXE Application Using pyinstaller Python: Convert a Python GUI Program to EXE Application Using pyinstaller
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Convert .docx File to PDF Using Python docx2pdf Convert .docx File to PDF Using Python docx2pdf
  • Python: Save JSON String to CSV File
  • Python Pillow - Create a QRCode Image with Background Color - A Step Guide Python Pillow: Create a QRCode Image with Background Color
  • Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread() Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread()
  • Convert a Float NumPy Array to Integer Array in NumPy Convert a Float NumPy Array to Integer Array in NumPy
  • Python OpenCV - Convert Image BGR and RGB Without cv2.cvtColor() Python OpenCV: Convert Image BGR and RGB Without cv2.cvtColor()
Copyright © 2025 Cocyer.