A
A
Anther2019-09-02 18:29:40
Python
Anther, 2019-09-02 18:29:40

Why is python used to create a telegram bot?

Why is Python mainly used to create a telegram bot? Instead of, for example, C#? It also has the necessary libraries. What is the difference between creating a bot in C# and Python? And in what language is it still better to write a bot?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2019-09-02
@Anther

Everything is used to create bots. Python is simply faster and easier to write, especially for primitive things like bots.

P
pfg21, 2019-09-02
@pfg21

c# was created by Microsoft for Windows and cannot live without .NET frameworks. In Windows, they are still installed by default and seem to be normal.
But, nevertheless, it is more convenient to use bots on cheap Linux-vps without graphics and other unnecessary things.
Linux somehow logically does not fit with .net, although it is quite workable when installing mono and others like them.
but python is often already installed in the system as a dependency of some system utility.
something like this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question