0% found this document useful (0 votes)
101 views4 pages

Python Case Studies

The document discusses four case studies involving building automated scripts and systems. The first case study involves gathering storage device data from the web and comparing it to a company's devices. The second case study involves creating an online exam system with admin and student access. The third case study involves building a password validation system. And the fourth case study involves creating a student management system.

Uploaded by

Ganesh B Bhosale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views4 pages

Python Case Studies

The document discusses four case studies involving building automated scripts and systems. The first case study involves gathering storage device data from the web and comparing it to a company's devices. The second case study involves creating an online exam system with admin and student access. The third case study involves building a password validation system. And the fourth case study involves creating a student management system.

Uploaded by

Ganesh B Bhosale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Case Study #1

Delta X India’s best IT services company, they are mainly into designing and manufacturing
of “Storage Devices” for Computers.

Your objective as an analyst:

1. Is to gather information about similar types of storage devices from the web.
2. Store in Proper Format (csv / tsv)
3. Compare their features & prices with Delta X’s devices.

Problem Definition:

• Objective 1-3 should be automated using python script.


• Python Script should ask for the URL from user (analyst)
• This case study should be accessible by authorized Person only (Provide username /
authentication appropriately)

Exploratory Data Analysis (EDA)

1. Script should display a Report (use your report format Text / Graphical)
Case Study #2
Online Exam : creating an online assessment

Your objective as an analyst:

1. Is to create Admin & Student access system.


2. Store question bank
3. Result

Problem Definition:

• Admin to provide Username & Password for students.


• Student can login and start exam
• Results to be displayed & stored (csv / tsv)

Exploratory Data Analysis (EDA)

1. Multiple choice questions with four options to choose from (only one right answer)
2. Result Report (use your report format Text / Graphical)
Case Study #3

Validation : Password validation system

Your objective as an analyst:

1. Is to create Admin & Customer / Student

Problem Definition:

• Only Admin to reset Password for others


• Customer / Student to input username and password
• Password try & error acceptance to be only 3 attempts.
• User to be locked post 3 wrong password entry attempt.
Case Study #4

Management : Student management system

Your objective as an analyst:

1. Create New Student


2. Modify Existing Student Details
3. Delete Existing Student
4. Display Count of Students in DB / File etc

You might also like