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
So maybe an error in your code? Impossible to determine without looking at what you did
Читать полностью…
So telegram calls! You should have said that before.
So you know the library, have you tried it?
Hello. Is there a code to stay in voice chat for a long time?
video chat
Hey dear, thanks for adding me into this group, can anyone help me to learn python
Читать полностью…
i wanna make an automation bot do u know the best place for someone to help me staryt
Читать полностью…
Adding the word Python to your off-topic question doesn't magically turn it to a Python related question, so please delete your message here and move to the @PythonOfftopic group and ask there.
I'm curious — what kind of forms/data do you type into? Is it web forms, desktop apps, or spreadsheets? And do you repeat the same pattern many times a day? (No tech jargon — just trying to picture your workflow 😊)
Читать полностью…
from telethon import TelegramClientЧитать полностью…
from pytgcalls import GroupCallFactory
api_id = 123456
api_hash = "API_HASH"
TARGET_GROUP = "mygroup_username"
TARGET_CHANNEL = "mychannel_username" #JOIN AS
app = TelegramClient("session", api_id, api_hash)
with app:
factory = GroupCallFactory(
app,
GroupCallFactory.MTPROTO_CLIENT_TYPE.TELETHON
)
group_call = factory.get_raw_group_call()
app.loop.run_until_complete(
group_call.start(
TARGET_GROUP,
join_as=TARGET_CHANNEL
)
)
print("✅ Kanal nomidan voice chat ichida turibdi")
app.run_until_disconnected()
We don't need pictures, we need you to explain with words
Читать полностью…
Voice chat where? Your question lacks of any context to help you
Читать полностью…
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…
Impossible to help without details.
Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html
When i use decision tree as base learner , the model gives R_2 score of 0.9999 (seem overfiting) but when i use linear models even svr with linear kernel, it gives negative value for R2_score
im even confuse here
please who knows how to implement tradaboostr2 algorithm
Читать полностью…
anyone who Host python application online, it need to host in a docker container, and if i use uv's python package what Core image in Docker do you use,
Ubuntu, Python-slim or anything else.
what do u prefer!
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…