Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Find index value in List
Post: Find index value in List

hi, is there any good ways to find the location of a value in a list that consist of multiple brackets? so for example: test = ["54", "cat", "99", "1238"], ["758", "tre", "1233124"], ["hva skjer", "...
Martin2998 General Coding Help 3 2,768 May-12-2020, 11:45 AM
    Thread: Setting DCHP in Windows 10 with Python
Post: RE: Setting DCHP in Windows 10 with Python

thanks, using subprocess to run the command direct from python as i dont want to call a separate program. Command im using are : import subprocess import time dhcp = subprocess.call('netsh int ...
Martin2998 General Coding Help 4 3,626 Dec-07-2018, 10:15 PM
    Thread: Setting DCHP in Windows 10 with Python
Post: RE: Setting DCHP in Windows 10 with Python

Change it manually
Martin2998 General Coding Help 4 3,626 Dec-07-2018, 09:24 PM
    Thread: Setting DCHP in Windows 10 with Python
Post: Setting DCHP in Windows 10 with Python

HI, Trying to fiugre out how i can set DHCP and Static IP in Windows 10 using python 3.6.5. Been googling without finding what im looking for,
Martin2998 General Coding Help 4 3,626 Dec-07-2018, 08:54 PM
    Thread: Ping command using python 3.6.5
Post: RE: Ping command using python 3.6.5

Thanks that works good. i now get the output from windows command promt in python. What could be the best way to distinguish between the two different result (ping successful,ping not successful) wh...
Martin2998 General Coding Help 6 17,389 Dec-05-2018, 03:42 PM
    Thread: Ping command using python 3.6.5
Post: Ping command using python 3.6.5

Hey all, I want to ping a server and perform an action based on the result. My problem is getting the ping ressult in an format that i can use for in a if, else statement. ping is always 0 weither th...
Martin2998 General Coding Help 6 17,389 Dec-04-2018, 09:58 PM

User Panel Messages

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