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

  • Tune Neural Network Hyperparameters Using Grid Search in Keras Tune Neural Network Hyperparameters Using Grid Search in Keras
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Best Practice to Draw Rectangles on Image Using cv2.rectangle() in Python OpenCV Draw Rectangles on Image Using cv2.rectangle() in Python OpenCV
  • Python OpenCV - Calculate the Mean of Red, Green and Blue Channel for Beginners Python OpenCV: Calculate the Mean of Red, Green and Blue Channel
  • Convert an Image to Base64 String in Python Convert an Image to Base64 String in Python
  • Matplotlib - Change Plot Axes Background Using ax.set_facecolor() for Beginners Matplotlib: Change Plot Axes Background Using ax.set_facecolor()
  • Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package
  • Get Visitor Country and City from IP Address in PHP Get Visitor’s Country and City from IP Address in PHP
  • wordpress add comments without website url field Remove the Website Field from WordPress Comment
  • Implement Linear Regression in Tensorflow Implement Linear Regression in Tensorflow
Copyright © 2025 Cocyer.