Difference between revisions of "Python"
From RiceFamily Wiki
(→Tutorials) |
(→Tutorials) |
||
Line 23: | Line 23: | ||
* [https://www.youtube.com/watch?v=_uQrJ0TkZlc Python Tutorial for Beginners - Full Python Programming Course - 2019] | * [https://www.youtube.com/watch?v=_uQrJ0TkZlc Python Tutorial for Beginners - Full Python Programming Course - 2019] | ||
+ | |||
+ | = BigFix = | ||
+ | Using Python to access the BigFix REST API's | ||
= Abuse Scammers = | = Abuse Scammers = |
Revision as of 19:39, 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