Easy Code Share > Python

3 Steps Line Notify API Inform Group Member by Token

3 Steps Line Notify API Inform Group Members by Token

Line Notify API with an authorized token allows web applications to occasionally fire information to registered people. If web applications act as services, these services are no longer passive. Services can actively pass messages to users on conditional events or by scheduled jobs. We use Python scripts to implement Line Notify in the post. Line … Read more

Easy Code Share > Python

MQTT Python Client Example to a Free MQTT Server

MQTT Python Client Example to a Free MQTT Server

We provide a MQTT client example using Python, and furthermore, reveal for you extra information about a free MQTT broker server. You don’t have to build a MQTT broker for testing programs, the free broker can help your study. All codes here are not complicated, so you can easily understand even though you are still … Read more

Easy Code Share > Python

Python Web Scraping using BeautifulSoup in 3 Steps

Python Web Scraping using BeautifulSoup in 3 Steps

Web Scraping means navigating structured elements on a website, and deeply going to next layers. Incoming big data will be retrieved and formated in desired styles. We apply Python BeautifulSoup to a simple example for scraping with step-by-step tutorials. All codes here are not complicated, so you can easily understand even though you are still … Read more

Easy Code Share > Python

Compare Python Dict Index and Other 5 Ops with List

Compare Python Dict with List in 6 Operations

For clarification, we describe how Python Dict use Index and other 5 operations, and how different Python List operations are. Essentially, these 2 data types are often used in Python programming. All codes here are not complicated, so you can easily understand even though you are still students in school. To benefit your learning, we … Read more

Easy Code Share > Python

4 Practices for Python File Upload to PHP Server

4 Practices for Python File Upload to PHP Server

Python File Upload will be introduced by 4 methods. All of them have no relationship with browser clients. Instead, scripts runs to upload using command lines. We don’t mention about HTTP file upload service in Python, but the server site just use a PHP solution that has been discussed in our previous articles Single File … Read more