Difference between revisions of "Python"

From RiceFamily Wiki
Jump to: navigation, search
(System Monitoring Components)
(Tutorials)
 
(26 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* [http://pymeter.sourceforge.net/ PyMeter] - Used to monitor "UNIX" like systems remotely.
 
* [http://pymeter.sourceforge.net/ PyMeter] - Used to monitor "UNIX" like systems remotely.
 
* [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]
 +
 +
= 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 =
 +
== Windows ==
 +
* https://www.davidbaumgold.com/tutorials/set-up-python-windows/
 +
* https://noeticforce.com/best-python-ide-for-programmers-windows-and-mac
 +
 +
= 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://docs.python.org/3/reference/index.html Python Language Reference]
 +
* [https://greenteapress.com/thinkpython/thinkpython.pdf Think Python Book] (Free)
 +
* [https://docs.python.org/3/tutorial/index.html Official Python Tutorial]
 +
* [https://www.youtube.com/watch?v=HJpiAZDJrRY 31 ESSENTIAL Python String Methods]
 +
* Python Tutorial from [https://www.youtube.com/user/onestopprogramming OneStopProgramming] on YouTube.com
 +
** [https://www.youtube.com/watch?v=cpPG0bKHYKc Python Tutorial Part #1]
 +
** [https://www.youtube.com/watch?v=hFhiV5X5QM4 Python Tutorial Part #2]
 +
** [https://www.youtube.com/watch?v=6r1DFGpBzrc Python Tutorial Part #3]
 +
** [https://www.youtube.com/watch?v=Ow3CcOGNIss Python Tutorial Part #4]
 +
 +
* [https://www.youtube.com/watch?v=N4mEzFDjqtA Python Tutorial]
 +
* [https://www.youtube.com/watch?v=rfscVS0vtbw Learn Python - Full Course for Beginners]
 +
* [https://www.youtube.com/watch?v=_uQrJ0TkZlc Python Tutorial for Beginners - Full Python Programming Course - 2019]
 +
* [https://blog.miguelgrinberg.com/post/setting-up-a-flask-application-in-pycharm Setting up a Flask Application]
 +
* [https://pythonspot.com/flask-web-app-with-python/ Flask Web App with Python]
 +
* https://www.fullstackpython.com/flask.html
 +
* [https://rapidapi.com/blog/how-to-use-an-api-with-python/ How to use an API with Python]
 +
-----
 +
* [https://www.youtube.com/watch?v=rfscVS0vtbw Learn Python - Full Course (4.5 hrs)]
 +
* [https://www.youtube.com/watch?v=sxTmJE4k0ho The Complete Python Course For Beginners (6.5 hrs)]
 +
-----
 +
* [https://www.youtube.com/watch?v=UZX5kH72Yx4 Make a single EXE from a Python script or Project]
 +
-----
 +
* [https://www.youtube.com/watch?v=qbLc5a9jdXo REST API Crash Course - Introduction + Full Python API Tutorial]
 +
-----
 +
* [https://www.youtube.com/watch?v=qUeud6DvOWI 25 nooby Python habits you need to ditch]
 +
 +
= BigFix =
 +
Using Python to access the BigFix REST API's
 +
* [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 =
 +
* [https://www.youtube.com/watch?v=UtNYzv8gLbs Showing a Craigslist scammer who's boss using Python]
  
 
[[Category:Programming]]
 
[[Category:Programming]]
 
[[Category:Python]]
 
[[Category:Python]]

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