Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/03ys/automation-with-python
Python script from a simple project to demonstrate automation in python by taking a real world problem example
https://github.com/03ys/automation-with-python
automation jupyter-notebook python script
Last synced: 19 days ago
JSON representation
Python script from a simple project to demonstrate automation in python by taking a real world problem example
- Host: GitHub
- URL: https://github.com/03ys/automation-with-python
- Owner: 03YS
- Created: 2024-09-06T15:55:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:05:44.000Z (2 months ago)
- Last Synced: 2024-10-10T17:21:27.349Z (about 1 month ago)
- Topics: automation, jupyter-notebook, python, script
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automation-with-Python
Python script from a simple project to demonstrate automation in python by taking a real world problem example
# Problem Statement
Imagine that you're an IT specialist working in a medium-sized company, your manager wants to create a daily report that tracks the use of machines. Specifically, she wants to know which users are currently connected to which machines, it's your job to create the report. In your company, there's a system that collects every event that happens on the machines on the network. Among the many events collected it records each time a user logs in or out of a computer. With this information, write a script that generates a report of which users are logged in to which machines at that time.