Difference between revisions of "Python"

From RiceFamily Wiki
Jump to: navigation, search
(Tutorials)
(Tutorials)
 
(4 intermediate revisions by the same user not shown)
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]
 +
 +
= Coursera Resources =
 +
* https://www.python.org/shell/
 +
* https://www.onlinegdb.com/online_python_interpreter
 +
* https://repl.it/languages/python3
 +
* https://www.tutorialspoint.com/execute_python3_online.php
 +
* https://rextester.com/l/python3_online_compiler
 +
* https://trinket.io/python3
 +
 +
== Additional Python resources ==
 +
While this course will give you information about how Python works and how to write scripts in Python, you’ll likely want to find out more about specific parts of the language. Here are some great ways to help you find additional info:
 +
 +
Read the [https://docs.python.org/3/ official Python documentation].
 +
 +
Search for answers or ask a question on [https://stackoverflow.com/ Stack Overflow].
 +
 +
Subscribe to the Python [https://mail.python.org/mailman/listinfo/tutor tutor] mailing list, where you can ask questions and collaborate with other Python learners.
 +
 +
Subscribe to the [https://mail.python.org/mailman/listinfo/python-announce-list Python-announce] mailing list to read about the latest updates in the language.
  
 
= Setup =
 
= Setup =
Line 12: Line 31:
  
 
= Tutorials =
 
= Tutorials =
 +
* [https://docs.python.org/3/library/functions.html Functions] in Python.
 
* [https://www.coursera.org/professional-certificates/google-it-automation Coursera Google Python Class]
 
* [https://www.coursera.org/professional-certificates/google-it-automation Coursera Google Python Class]
 
-----
 
-----

Latest revision as of 19:16, 13 October 2022

Python is an Open Source programming language

System Monitoring Components

Coursera Resources

Additional Python resources

While this course will give you information about how Python works and how to write scripts in Python, you’ll likely want to find out more about specific parts of the language. Here are some great ways to help you find additional info:

Read the official Python documentation.

Search for answers or ask a question on Stack Overflow.

Subscribe to the Python tutor mailing list, where you can ask questions and collaborate with other Python learners.

Subscribe to the Python-announce mailing list to read about the latest updates in the language.

Setup

Windows

Tutorials






BigFix

Using Python to access the BigFix REST API's

Abuse Scammers