12 May 2026
id 8755992051Hello everyone, I wanna know that Rust faster than Python?
Rust is much faster and much more lightweight
id 8755992051Hello everyone, I wanna know that Rust faster than Python?
And ? What’s the point of bringing in something unrelated to a Python discussion forum ?
TG UserAnd ? What’s the point of bringing in something unrelated to a Python discussion forum ?
They’re asking a question if you can read
TG UserAnd ? What’s the point of bringing in something unrelated to a Python discussion forum ?
It was a question compared to python so fair enough
.Hi everyone,
I want to build a Telegram bot where a user deposits cryptocurrency and the bot gives the user points to receive goods or services. Does anyone have any ideas?
Can I find a similar project somewhere?
Do you know of any videos on YouTube?
Guys you're talking to a developer from inside Iran
74 days no conection🥶
.Hi everyone,
I want to build a Telegram bot where a user deposits cryptocurrency and the bot gives the user points to receive goods or services. Does anyone have any ideas?
Can I find a similar project somewhere?
Do you know of any videos on YouTube?
Hard to find the exact thing you want to build better if you split the problem in smaller parts to do some research and have a better idea
.Guys you're talking to a developer from inside Iran
74 days no conection🥶
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
13 May 2026
Replymessage unavailable
Rules in our groups are strictly enforced. It is strongly recommended to read our rules before engaging in any other activity!
Replymessage unavailable
Help is provided only in the group, if you don't give details of what you need this message will be deleted
Replymessage unavailable
Please don't send useless messages. Also, please delete all those useless messages you have already sent! (rule #3)
Банан🍌How to create a rock-paper-scissors game in python with the most Less code?
Use random function to get 1,2,3.also think of them as rock-paper-scissors respectively..compare it with your input
Банан🍌How to create a rock-paper-scissors game in python with the most Less code?
I made it while you were answering x)
In [40]: win('rock')
Out[40]: 'Win scissors'
In [41]: win('rock')
Out[41]: 'Win scissors'
In [42]: win('rock')
Out[42]: 'Lose paper'
In [43]: win('rock')
Out[43]: 'Win scissors'
In [44]: win('rock')
Out[44]: 'Win scissors'
In [45]: win('rock')
Out[45]: 'Draw rock'
kkHow can I create a bot that will send me a video from a link that I send to this bot
(does already exist on telegram)
first of all, do u know any programming language?
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.