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
if you have good level with the fundamentals start learning about the request library and other to work with files like pathlib, os, and shutil, and try to do some projects usefull for you, that will help you a lot.
Читать полностью…
In research and with some friends some knowledgable said they could have in some forum or community users with the information that could help to decrypt.
Читать полностью…
That’s a tricky one, maybe sharing some more details could help find a better solution—feel free to reach out if you want to chat more about it.
Читать полностью…
Wrong group, however, if your PC has been infected, u can do nothing... I hope u have a backup, because u have to do a clean install on your PC
Читать полностью…
I need help with ransonware: globeimposter 2.0 variant:difrens4
Читать полностью…
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
Lemme suggest u a method that may... be... help you, so you do nothing but copy the paragraph ( the topic you wanna learn or understand ) and paste it your trusted ai ( I would prefer gemini ) and ask him to explain in your regional dialects or the way you can understand.
Читать полностью…
hello guys as ur recommendations i go to pythonbooks web then see the Learning Python
by Mark Lutz with high score i started but i think that i cant survive till end so anyone can tell be best book because i got confuse which one to get start with
can anyone help me with that code a i am not able to generate the excel file
Читать полностью…
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.
I need to extract the cars data into Excel I have done some work but getting errors can any one help
Читать полностью…
.../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 $
Thanks Bro, I'm going to my communities looking for information in the hope of some information.
Читать полностью…
Ransomware are basically one of the most dangerous malware on the web unfortunately... I'm Sorry. If your antivirus didn't found the malware, u can do nothing except reset it
Читать полностью…
Hello guys, i need help with an question. I hope if anyone can help me.
Читать полностью…
fifth edition read got to chapter 3 and all my nervs want to leave but currently i am doing exercises by the book python by example and now i am feeling that i am really learning now 😊
Читать полностью…
We need that error to be able to tell you exactly what is wrong
The error tells you what is the problem
Your code to actually save it to excell is commented out
Lines 337 to 343
I would suggest you learn about virtual environments (venv)
https://docs.python.org/3/library/venv.html