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
Extract All Links From Web Page Using Python BeautifulSoup

Extract All Links From Web Page Using Python Beautiful Soup

June 18, 2020June 19, 2020cocyer
In this tutorial, we will introduce the way to extract all urls from a web page using python BeautifulSoup. 1. Import some python libraries [...]
python file operation

Read a File in Python

June 18, 2020cocyer
In this tutorial, we will introduce the way to read a file using python. In order to read a file in python, we [...]
Create a Random Matrix Using Python NumPy

Create a Random Matrix Using Python NumPy

June 18, 2020cocyer
In this tutorial, we will introduce how to create a randomized matrix using python numpy. In order to create a matrix with random [...]
Send SMS Using Twilio SMS API in PHP

Send SMS Using Twilio SMS API in PHP

June 18, 2020cocyer
In this tutorial, we will introduce the way to send sms using php with Twilio SMS API. 1. You should create an account in [...]
Get Visitor Country and City from IP Address in PHP

Get Visitor’s Country and City from IP Address in PHP

June 18, 2020cocyer
In this tutorial, we will use php to get vistor’s country and city by ip address, this way is based on ipstack API. 1.Get [...]
Manage MySQL Using Python

Operate MySQL Using Python MYSQLdb

June 18, 2020cocyer
In this tutorial, we will introduce the way to connet mysql server, drop and create mysql table using python mysqldb library. 1. Install [...]
MySQL Connector Examples in Python

Insert Data into MySQL Table in Python

June 18, 2020cocyer
In this tutorial, we will introduce the way to insert data into mysql table using python. 1. Import library import mysql.connector 2. Connect [...]
MySQL Connector Examples in Python

Create a Database in MySQL Using Python

June 18, 2020cocyer
In this tutorial, we will introduce the way to create a database in mysql using python. 1. Import library import mysql.connector 2.Connect mysql [...]
MySQL Connector Examples in Python

Update MySQL Table Data Using Python

June 18, 2020cocyer
In this tutorial, we will introduce the way to update database table in mysql server using python. 1. Import library import mysql.connector 2. [...]
MySQL Connector Examples in Python

Install Python MySQL Connector to Operate MySQL Server

June 18, 2020cocyer
In this tutorial, we will introduce the way to install python mysql connector, which can allow us to connect a mysql server and [...]

Posts navigation

  • Previous
  • 1
  • …
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • Next

Popular

  • Crop an Image Tutorials and Examples in Python OpenCV Crop an Image Tutorial and Example in Python OpenCV
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Matplotlib - Draw Multiple Lines with Different Color on the Same Plot - A Step Guide Matplotlib: Draw Multiple Lines with Different Color on the Same Plot
Copyright © 2025 Cocyer.