Pwp Project
Pwp Project
TECHNICAL EDUCATION
REPORT BOOKLET
GROUP DETAILS
Main Features: -
What are the main features of Placement Software?
Action plan:-
Weeks. Detail of activity Planned start Planned finish Name of responsible
date date Team Member
1 Discussion of project by group Pawan,Soham,Sayali
members.
RESOURCES REQUIRED : -
Sr Name of Specification rating Quantity 01 Quantit
N resources y
o
1 Internet https://www.geeksforgeeks.org/software-engineering-introduction-to. 3
https://www.geeksforgeeks.org/software-testing-life-cycle-stlc/
3 1
Topic https://youtube.com/playlist?
related list=PLqleLpAMfxGB1g0xlYj2H6lyY2Q2ku7p9
video
Part - B
Title of Micro Project: -
PLACEMENT MANAGEMENT SYSTEM
Brief Information :-
CODE:-
class Placement:
def __init__(self, company, role, location, salary):
self.company = company
self.role = role
self.location = location
self.salary = salary
class PlacementManagementSystem:
def __init__(self):
self.placements = []
# Example usage:
pms = PlacementManagementSystem()
# Adding placements
pms.add_placement("ABC Corp", "Software Engineer", "New
York", 80000)
pms.add_placement("XYZ Inc", "Data Analyst", "San Francisco",
75000)
# Updating placement
pms.update_placement("ABC Corp", "Software Engineer",
85000)
# Searching placements
pms.search_placement(company="ABC Corp")
pms.search_placement(role="Data Analyst")
pms.search_placement(location="New York")
OUTPUT:-
3 1
4. Completion of
Target as per
project
proposal
5. Analysis of
Data and
representation
6 Quality of
Model
7 Report
Presentation
8 Presentation
9 Defence
Micro Project Evaluation Sheet
Signature :- --------------------------