python | Unsorted

Telegram-канал python - Python

135201

You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython

Subscribe to a channel

Python

We need that error to be able to tell you exactly what is wrong

The error tells you what is the problem

Читать полностью…

Python

Your code to actually save it to excell is commented out

Lines 337 to 343

Читать полностью…

Python

https://hastebin.com/share/apemidonux.python

Читать полностью…

Python

how can i share the code

Читать полностью…

Python

I would suggest you learn about virtual environments (venv)
https://docs.python.org/3/library/venv.html

Читать полностью…

Python

@notfromcambrigde

Читать полностью…

Python

yes
but i don't know how can i run

Читать полностью…

Python

hi, anyone know how can i run telegram bot on the Cpanel?

Читать полностью…

Python

Ask AI, installing some packages may help i dont know which exact

Читать полностью…

Python

it shows error building wheels (ig)

Читать полностью…

Python

Is there any way to run pyrogram in termux?

Читать полностью…

Python

Btw, you encountered the error cuz of version gap

Читать полностью…

Python

thank, but....
Traceback (most recent call last):
File "C:\Users\seva\PycharmProjects\pythonProject1\8.03.24.py", line 9, in <module>
dp = Dispatcher(bot)
^^^^^^^^^^^^^^^
TypeError: Dispatcher.init() takes 1 positional argument but 2 were given

Process finished with exit code 1

maybe I have something not installed in pycharm? everything used to work fine, but a year later I decided to create something again and came across this. reinstalled picharm, looked at many forums with this problem, but did not find a solution:(

Читать полностью…

Python

This is a Python group for people who want to learn Python. We do not reverse engineer websites/web services.

Читать полностью…

Python

yeah I know! I was asking because I'm trying to figure out if their backend is written in Python (like using FastAPI for the audio streaming) or if they had to use Go/Rust. Usually handling websockets for voice in Python has way more latency than this, so I wanted to see if any Python devs here knew how they optimized it.

Читать полностью…

Python

i am getting an error if i remove comment

Читать полностью…

Python

can anyone help me with that code a i am not able to generate the excel file

Читать полностью…

Python

Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.

Читать полностью…

Python

I need to extract the cars data into Excel I have done some work but getting errors can any one help

Читать полностью…

Python

.../0/project $ python av.py
ERROR: pypdf not installed. Run: pip install pypdf
.../0/project $ pip install pypdf
Requirement already satisfied: pypdf in /data/data/com.termux/files/usr/lib/python3.13/site-packages (6.12.2)
.../0/project $ python av.py
ERROR: pypdf not installed. Run: pip install pypdf
.../0/project $


I have pypdf installed Still i am getting error

Читать полностью…

Python

https://support.cpanel.net/hc/en-us/articles/360049921014-How-do-I-set-up-a-Python-web-application

Читать полностью…

Python

That depends on your provider and if they allow running python code...assuming the bot is in python

Читать полностью…

Python

This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.

Читать полностью…

Python

If you are serious about getting help you don't take a single line from the whole output you got from Python but share the whole output. Mind rule #5.

Читать полностью…

Python

You can install pyrogram using pip!

Читать полностью…

Python

It's a very basic issue that people who have little experience with Python understand. It suggests your code wasn't written by you and now here you are being stuck. But Saurabh is right. If that same code worked before but doesn't anymore, the library you use has changed and the code needs to be adapted. It's the kind of issue you experience by using AI without knowing much about coding.

Читать полностью…

Python

import asyncio
from aiogram import Bot, Dispatcher

bot = Bot(token=" put your token here ")
dp = Dispatcher()

async def main():
# Pass the bot instance here instead
await dp.start_polling(bot)

if name == "main":
asyncio.run(main())





Maybe this would help

Читать полностью…

Python

Okok thnks for information btw if you can develop that script then lmk

Читать полностью…

Python

Please send me the website or software. I want to try it.

Читать полностью…

Python

This is a Python group.

Читать полностью…
Subscribe to a channel