Difference between revisions of "Python"
From RiceFamily Wiki
(→BigFix) |
(→BigFix) |
||
Line 27: | Line 27: | ||
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] | * [https://developer.bigfix.com/rest-api/gettingstarted.html BigFix REST API Tutorial] | ||
+ | * [https://blog.miguelgrinberg.com/post/setting-up-a-flask-application-in-pycharm Flask is recommended at Word] | ||
= Abuse Scammers = | = Abuse Scammers = |
Revision as of 04:25, 6 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