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 Pillow - Generate Gradient Image with NumPy for Beginners Python Pillow: Generate Gradient Image with NumPy
  • 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
  • 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 OpenCV - Implement Image Filtering Using cv2.filter2D() Convolution for Beginners Python OpenCV: Implement Image Filtering Using cv2.filter2D() Convolution
  • Python OpenCV - Blend Two Images Using cv2.addWeighted() Python OpenCV: Blend Two Images Using cv2.addWeighted()
  • Python Pillow - Show an Image Using Image.show() Python Pillow: Show an Image Using Image.show()
  • Matplotlib - Use an Image as Plot Background - a step guide Matplotlib: Use an Image as Plot Background
  • Implement Image Median Blur Using cv2.medianBlur() in Python OpenCV Best Practice to Implement Image Median Blur in Python OpenCV
  • MySQL Connector Examples in Python Create a Database in MySQL Using Python
  • JavaScript: Parse JSON - A Beginner Guide JavaScript: Parse JSON – A Beginner Guide
Copyright © 2025 Cocyer.