Easy Code Share > Python > Basics

Telegram Bot API Send Weather Message by Python

Telegram Bot API Send Weather Message by Python

Based on the example of a Telegram weather bot, let us learn how Python scripts send messages to apps by using Telegram API. The procedural steps are made up of registering a bot, creating a daemon process for the bot, and handling requests with the help of web crawling skills. All codes here are not … Read more

Easy Code Share > Python > Basics

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