Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 518 Bytes

File metadata and controls

16 lines (10 loc) · 518 Bytes

python-snippets

Some useful snippets in python

record a logging warning in case of reachable or unreachable results.

Note: it needed some works to be more useful

platform detection; windows or linux

ping_test('amazon.com') -> 'amazon.com,172,ms'

ping_test() -> '8.8.8.8,41,ms'

ping_test('172.16.0.1') -> False