Python Programming: Motivations
• It is present in multiple computer science areas, so it will strengthen
your skills and your professional opportunities.
• Loads of LinkedIn, Monster job offers require Python.
• It allows system administrators to do their job more quickly, and can
make tasks more friendly (less tedious).
• Examples of tasks Python can do smoothly:
• Search for files and show permissions in a friendly format.
• Perform operations on a tar archive.
• Check for a running process and show information in a friendly format.
• Check user ids and passwords for policy compliance.
• Easy development of personal password management system.
• It is also actively used in web development.