Is there any library can do "ping" in pure python library and return like True or False. Currently I am using subprocess for that
Asked
Active
Viewed 82 times
1
-
[Here's](https://gist.github.com/pklaus/856268) one. I googled _"pure python ping"_ – keyser Nov 27 '13 at 10:26
-
@BurhanKhalid Note that the top answer there references a removed GitHub project. – keyser Nov 27 '13 at 10:27
-
Maybe this library is usefull to you: [ping 0.2](https://pypi.python.org/pypi/ping) – AlvaroAV Nov 27 '13 at 11:14