Difference between revisions of "Python"

From RiceFamily Wiki
Jump to: navigation, search
(Tutorials)
(Tutorials)
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]
 +
 +
= Setup =
 +
== Windows ==
 +
* https://www.davidbaumgold.com/tutorials/set-up-python-windows/
  
 
= Tutorials =
 
= Tutorials =

Revision as of 23:11, 21 April 2019

Python is an Open Source programming language

System Monitoring Components

Setup

Windows

Tutorials