Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to get back a subdirectory in URL with Django
Post: How to get back a subdirectory in URL with Django

Hello, I'm currently learning Django and i've come up with a difficulty. I have a login app, where the user logs in and registers, their url is localhost:8000/login. As soon as the user takes their lo...
jao Web Scraping & Web Development 1 1,129 Jan-11-2023, 10:28 PM
    Thread: Is it possible to make a program recognize how many clicks it has had on the monitor?
Post: Is it possible to make a program recognize how man...

I need a screen developed in tkinter to appear on the monitor, but with one condition: only when the user presses the right mouse button twice. Is it possible to check with Python if the condition has...
jao General Coding Help 0 1,163 Feb-25-2022, 06:31 PM
    Thread: How to get every IP found by a Scapy traceroute?
Post: How to get every IP found by a Scapy traceroute?

Hello, is it possible to get every IP found by a Scapy traceroute on a route? My Python code: from scapy.all import IP,ICMP, traceroute icmp = ICMP() dst = '8.8.8.8' traceroute(target=dst, l4=icmp...
jao Networking 0 2,483 Feb-06-2022, 01:00 AM
    Thread: Permission issue when using scapy
Post: RE: Permission issue when using scapy

(Feb-05-2022, 03:14 PM)snippsat Wrote: Try -E switch to preserve environment. sudo -E python script_name.py (Feb-05-2022, 02:53 PM)jao Wrote: Why does this happen? Does this problem have a solution...
jao General Coding Help 3 9,876 Feb-05-2022, 03:30 PM
    Thread: Permission issue when using scapy
Post: Permission issue when using scapy

Hello, I'm learning the Scapy tool and right from the start I'm having a problem i can't solve Here's the Python code: from scapy.all import sr1, IP, ICMP p = sr1(IP(src = '8.8.8.8')/ICMP()) p.show...
jao General Coding Help 3 9,876 Feb-05-2022, 02:53 PM
    Thread: I can't open a link with Selenium in Python
Post: I can't open a link with Selenium in Python

Hello, I'm having problems with Selenium in Python. I'm learning Selenium in python and I can't click on a link. Usei o: link.send_keys('ENTER') link.send_keys('\ue007') link.click() link.execute_sc...
jao General Coding Help 0 1,414 Jan-30-2022, 04:21 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020