Difference between revisions of "Python"
From RiceFamily Wiki
(→Coursera Resources) |
(→Additional Python resources) |
||
Line 17: | Line 17: | ||
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: | 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. | + | Read the [https://docs.python.org/3/ official Python documentation]. |
− | Search for answers or ask a question on Stack Overflow. | + | Search for answers or ask a question on [https://stackoverflow.com/ Stack Overflow]. |
− | Subscribe to the Python tutor mailing list, where you can ask questions and collaborate with other Python learners. | + | 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 Python-announce mailing list to read about the latest updates in the language. | + | 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 = |
Revision as of 18:52, 13 October 2022
Python is an Open Source programming language
Contents
System Monitoring Components
- PyMeter - Used to monitor "UNIX" like systems remotely.
- Use Python to Monitor Windows Remotely with WMI
- Requires : 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 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
- https://www.davidbaumgold.com/tutorials/set-up-python-windows/
- https://noeticforce.com/best-python-ide-for-programmers-windows-and-mac
Tutorials
- Python Language Reference
- Think Python Book (Free)
- Official Python Tutorial
- 31 ESSENTIAL Python String Methods
- Python Tutorial from OneStopProgramming on YouTube.com
- Python Tutorial
- Learn Python - Full Course for Beginners
- Python Tutorial for Beginners - Full Python Programming Course - 2019
- Setting up a Flask Application
- Flask Web App with Python
- https://www.fullstackpython.com/flask.html
- How to use an API with Python
BigFix
Using Python to access the BigFix REST API's