Skip to content

odoo-app-dev/python-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some useful snippets in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages