Difference between revisions of "Python"
From RiceFamily Wiki
(→Tutorials) |
(→BigFix) |
||
Line 26: | Line 26: | ||
= BigFix = | = BigFix = | ||
Using Python to access the BigFix REST API's | Using Python to access the BigFix REST API's | ||
+ | * [https://developer.bigfix.com/rest-api/gettingstarted.html BigFix REST API Tutorial] | ||
= Abuse Scammers = | = Abuse Scammers = |
Revision as of 19:43, 5 October 2019
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
Setup
Windows
- https://www.davidbaumgold.com/tutorials/set-up-python-windows/
- https://noeticforce.com/best-python-ide-for-programmers-windows-and-mac
Tutorials
- Python Tutorial from OneStopProgramming on YouTube.com
BigFix
Using Python to access the BigFix REST API's