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
Python groups in other languages
(⚠️Not managed by us ‼️)
Amharic @python_amharic
Arabic @arabipython
Azerbaijani @azepug
Chinese @pythonzh
French @python_francais
German @pythonde
Hebrew @pythonisraelHindi @pyhindi_ot
Tamil @pythontamilcommunity
Indonesian @pythonid
Italian @python_ita @pythonita
Kazakh @python_kz
Malaysia @pythonmalaysia
Persian @pyfarsi
Portuguese @pythonbr
Russian @ru_python_beginners @ru_python @python_scripts
Spanish @PythonEsp
Swahili @python_eafrica
Turkish @python_tr
Uzbek @python_uz
If you have an active and well managed group that you want to be listed there, ask in the Meta group, link in the rules page.
Please don't ask meta questions like:
- Any user of $x here?
- Anyone used technology $y?
- Hello, I need help on $z!
Just ask about your problem directly! If you don't know what to ask, please read: http://catb.org/~esr/faqs/smart-questions.html
First define requerements
What type of automation
And what you want to automate
Then learn python (from the basics) and build your automation
This group is to help you fix errors you have on YOUR code
Not to give scripts
Your request is way too short to be able to clearly describe your issue. Please take the time to make it as clear as possible, so that we do not need to guess what you want, which we oftentimes refuse to do anyway.
Читать полностью…Your request is way too short to be able to clearly describe your issue. Please take the time to make it as clear as possible, so that we do not need to guess what you want, which we oftentimes refuse to do anyway.
Читать полностью…This is not a python specific question, so it would better fit to offtopic @pythonofftopic
And if you have API why are you scraping the actuall webpage? (If i understand you correctly)
500 means inernal server error
So its either a wrong request data or the server is actually experiencing an error
Your request is way too short to be able to clearly describe your issue. Please take the time to make it as clear as possible, so that we do not need to guess what you want, which we oftentimes refuse to do anyway.
Читать полностью…Programmiz a website I used as a beginner. Its quite intrusive & easy to understand
Читать полностью…From where I can study python as a beginner up to advance level....
Читать полностью…Imo, docs is the best way to learn numpy. But if you are struggling with the docs or you want someone to guide you, just go to youtube and search for sth like numpy tutorial.
Читать полностью…Hii everyone I just wanted to ask if I shd go for 8 months skill data science course or shd I look for colleges which will be of 2 yrs???
Читать полностью…Anyone know how to set default python version , when i change the version in vs code and try install library it write requirements already installed
Читать полностью…Code reacts, checks, then acts.
Like: Tap → Think → Boom.
That's app automation.
Tools that I have using is python with request and beautifulSoup
Читать полностью…Does anyone have an idea for getting data from linkedin API
I have to try rest/posts and ugcposts endpoint but I get errors
Hi yall I have a tg bot and it all works but when I select to roll dice it doesn’t do anything it doesn’t send I’ve tried loads of times to try to get it to send but it won’t for some reason
await event.edit("🎲 **Rolling the dice...**")
dice_message = await client.send_dice(event.chat_id)
dice_roll = dice_message.dice.value
win = dice_roll in state["selected_numbers"]
result_message = f"🎲 Dice rolled: `{dice_roll}`\n"
result_message += f"🎯 Numbers Selected: `{state['selected_numbers']}`\n\n"
result_message += "✅ **You WON!**" if win else "❌ **You LOST!**"
Its in telethon
Hi Team,
I have a doubt I'm using python REST APIs to connect with SAP Ariba and try to pull data from View template but I'm getting the Internal server error 500.
There is a view template already available in SAP Ariba I'm just replicated the same view template and with new one. When im try to send GET req. With appropriate API key, access_token and URL I'm getting Internal server error
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…why do you assume you need to pay? pip install numpy 🤨
make a virtual env and install it, if you struggle too much (like 15-20 minutes) write in the chat
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…Python docs are pretty confusing on the Python website, is there another website that’s good to learn off of brother
Читать полностью…