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
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
Sounds like a fun exchange of ideas, always cool to see what others are experimenting with.
Читать полностью…
if you come in a group and define yourself as a hacker (and a powerful one) you are publicly declaring to anyone that you are not familiar with the world you claim to be part of. this is a standard rule that does not make exceptions, and idiots like me who will flame you, will not be a matter of "if" but of "when"
Читать полностью…
Can i send you a private message?
No. We do not provide one-on-one tutoring, hire someone if you need it. Questions are better answered in public so that everyone can learn.
No, Python doesn’t bite, but it tightens its grip and kills.
Читать полностью…
This is python group it’s means that python can bite u
Читать полностью…
How can I make a program that send messages like telegram
Читать полностью…
Thank you so much! It used to be easy because I had permission to download .exe files (like Git) and connect to my GitHub and deploy my saved folder. But the company removed those permissions :( And even after I submit a support ticket, they won't reinstall it. Haha. Tnks!!!!
Читать полностью…
Rules in our groups are strictly enforced. It is strongly recommended to read our rules before engaging in any other activity!
Читать полностью…
you can use any git server. It depends on your rights, but i think you would be able to init repo
Читать полностью…
Hi, I hope you're all doing well. Excuse me, I have a question. Does anyone know where I can upload the Python code I'm putting together with Flask for my website? I heard about Heroku. But since I'm using a work laptop and have restricted permissions, I'm not sure if it will let me upload it. Thanks so much :)
Читать полностью…
Haha, Python’s definitely a wild ride! If you wanna swap some secret tricks or just nerd out over code, I’m all ears—hit me up if you’re curious about anything!
Читать полностью…
Haha, I get what you’re saying, Python can be a wild beast sometimes! But yeah, I’ve been tinkering with some ideas for a bot myself, maybe we can swap tips or even brainstorm together. If you’re ever curious about some cool tricks or wanna bounce ideas off someone, just hit me up in the DMs!
Читать полностью…
bro, i am a amateur too, but u can use websockets with asyncio for the msg transfer with some GUI modules and data storing......., i hope it helps
Читать полностью…
So u want to make an application which works like whatsapp or telegram... In this case i can't help u because also i don't know
Читать полностью…
When he'll answer right my question i'll could help him
Читать полностью…
You will probably need a few things:
1. Client app (webapp/mobile app)
2. Backend server (handles logic)
3. Transport (probably websockets)
4. Db