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
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…
Hello, I'm starting my journey again to learn python from basic. I would appreciate some guidance
Читать полностью…
Tha basics are needed, you can't leran how to use a library for bots when you don't know python
Читать полностью…
It is not recommended to use or learn Python on a mobile device. You will run into difficulties and issues you wouldn't have on a PC or server. That said, if you still insist to use Python on your mobile phone, you may want to check out the following mobile applications:
- Pydroid 3
- Termux
- QPython
Hello dear friends! 👋
My name is Aditya Vishwakarma. I’m completely new to Python and honestly don’t know anything about it yet, but I’m really interested in learning.
Right now, I only have a phone (no laptop or PC), so I would really appreciate it if you could suggest how I can start learning Python using just a mobile device.
My main goal is to create Telegram bots 🤖, so that’s my first priority. If anyone can guide me on the best way to begin, useful apps, resources, or a proper learning path, it would mean a lot.
Looking forward to your suggestions. Thank you in advance! 😊
Bro i have 1 bot from which if I put telegram user then this bot will give me telegram account number
So I also want to make like that bot for me
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.
scapy should work, maybe you are doing something wrong, unfortunately I don't have enough network knowledge to tell you what is wrong
Читать полностью…
Please rephrase your question is not possible to understand you
Читать полностью…
did u have any recommendation library, because i use scapy isnt works, traffic is running but from traffic analyzer it doesnt appears @Carlangueitor
packet = Ether(dst="ff:ff:ff:ff:ff:ff") / ARP(op=1, pdst="192.168.1.255")Читать полностью…
sendp(packet, iface=iface, loop=1, inter=DELAY, verbose=1)
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Читать полностью…
Hello I'm an absolute beginner in python language I've searched up on some groups I've found this one. Hope I may develop fully as the other programmers.
Читать полностью…
Sir, my main goal is to create a Telegram bot. So I wanted to ask — should I learn Python completely from the beginning, or can I skip some topics and focus only on what’s required for bot development?
I would really appreciate your guidance on the best approach. 😊
Do you already know how to code? We don't give full project codes
Читать полностью…
No, don't ask for DMs is also forbidden, explain here with words. If you can't explain it then you can't code it
Читать полностью…
A telegram bot that does what exactly? Do you alredy know how to code with python?
Читать полностью…
Hello everyone,
I try to create traffic generator for generate traffic multicast, broadcast, and, unknown unicast for testing storm control on juniper switch, it that possible ?