Answer the question
In order to leave comments, you need to log in
Is it possible to write widgets for VK in Python?
I started studying programming with Python, in parallel with the theory I try to practice writing applications, and now the question arose whether it is possible to write widgets for VK in Python. I saw that bots are written in Python for VK, but I don’t need bots. I want to write a widget for registering for events. Widgets seem to be written in JS, but what about Python? In Google, on request, there are only articles about bots.
1) Is it possible, in principle, to write a widget for VK in Python (for example, for registering for events)?
2) What libraries would you recommend for this, maybe something else. I repeat, there are articles only about writing bots for VK, apparently everything else is written in other languages.
I'm new to programming, don't judge me for a noob question)
Answer the question
In order to leave comments, you need to log in
So write what is the problem then?
How can you understand something even once without spending five minutes to try it stupidly
There are client-side implementations of Python, such as Brython. It may well be that on it (or other similar ones) you can write a widget. But, IMHO, it will be easier for you to write in the language intended for this API - you can easily google answers to your questions, see code examples, ask advice from those who have already written such widgets. But you can complicate your life by going in a non-standard way ...
With the help of certain libraries it is possible, but this is not accurate since I did not look for such libraries. Well, if you need JS for sure.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question