Difference between revisions of "Python"
From RiceFamily Wiki
Line 5: | Line 5: | ||
* [http://coreygoldberg.blogspot.com/2008/12/python-monitor-windows-remotely-with.html Use Python to Monitor Windows Remotely with WMI] | * [http://coreygoldberg.blogspot.com/2008/12/python-monitor-windows-remotely-with.html Use Python to Monitor Windows Remotely with WMI] | ||
** Requires : [http://timgolden.me.uk/python/wmi/index.html WMI Module] | ** Requires : [http://timgolden.me.uk/python/wmi/index.html WMI Module] | ||
+ | |||
+ | = Tutorials = | ||
+ | * Python Tutorial on YouTube.com | ||
+ | ** [https://www.youtube.com/watch?v=cpPG0bKHYKc Python Tutorial Part #1] | ||
+ | ** [https://www.youtube.com/watch?v=hFhiV5X5QM4 Python Tutorial Part #2] | ||
+ | ** [https://www.youtube.com/watch?v=6r1DFGpBzrc Python Tutorial Part #3] | ||
+ | ** [https://www.youtube.com/watch?v=Ow3CcOGNIss Python Tutorial Part #4] | ||
+ | |||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:Python]] | [[Category:Python]] |
Revision as of 18:48, 22 December 2015
Python is an Open Source programming language
System Monitoring Components
- PyMeter - Used to monitor "UNIX" like systems remotely.
- Use Python to Monitor Windows Remotely with WMI
- Requires : WMI Module
Tutorials
- Python Tutorial on YouTube.com