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
I tried using different phone numbers to create sessions, but the code didn't arrive for any of them. Since I used the same PC and the same IP address for all attempts, could my hardware or IP be blacklisted by Telegram
Читать полностью…
The script hangs at the code input stage. I’ve ensured the phone number is passed as a string with the '+' prefix, but the notification still doesn't arrive
Читать полностью…
I'm using Python 3.12 and Telethon. When I run client.start(), it prompts for the code, but nothing arrives. No active session notification, no SMS. Has anyone else encountered this issue recently?"
Читать полностью…
BeautifulSoup4 is great for web scraping, but remember to always check the site's terms of use—it's easy to get caught up in the tech and forget the legal side of things.
Читать полностью…
Yes some old websites are still running on django you can google it
Читать полностью…
from the group description:
Resources to learn python: @pythonresЧитать полностью…
in my computer system its shows exist but when i use ide, show no this model
Читать полностью…
Hello I'm in beginner and I want to do IT so does anyone know where can I start?
Читать полностью…
No one can help you until you explain your difficulties.
Читать полностью…
Unlike shown, it's better to catch specific exceptions unless you have a reason to go for all at once.
Читать полностью…
"except Exception as e: " Did you mean this? In this case, e is a variable. When e is printed, it outputs the error message. You don't need a loop for this.
Читать полностью…
how do you catch a exception e in python idle? Telebot code. I already imported time
Читать полностью…
How long should I let an account rest after registration before using it for automation?
Читать полностью…
Starting with the basics like syntax and small projects is key, but don’t forget to explore some real-world problems to keep it interesting.
Читать полностью…
Python groups in other languages
(⚠️Not managed by us ‼️)
Arabic @arabipython
Azerbaijani @azepug
Chinese @pythonzh
French @python_francais
German @pythonde
Hebrew @pythonisrael
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.
hello guys I wanna start my journey into python any tips to help a brother out
Читать полностью…
Try typing "pip install beautifulsoup4" in the IDE terminal, not in cmd.
Читать полностью…
Depending on your IT route, you can consider learning Python, which you can start with books and official documentation. It's versatile in terms of automation, websites (Flask/Django/Selenium), games, and data science. Python's relatively common so there are numerous free resources/lessons you can check out before investing in a paid course. For example, Coddy, FreeCodeCamp, or Codecademy. Or, you can try the pythonres channel of this group.
Читать полностью…
dontasktoask.com
Just explain your problems, don't ask to ask
Yeah, catching specific exceptions is usually cleaner, especially when you're trying to handle different error types differently—kind of like how I approach organizing my vinyl collection, sorting by genres instead of just tossing everything together.
Читать полностью…
I just wanted to make it so it shows a variable, can be called anything, it will input a variable. Uses while and try and if or as
Читать полностью…
If you raise an exception, you catch it with try | except