Module2 Assignment
Module2 Assignment
"session_info": {
"location": "Virtual",
"description": "Data Engineering in Python Description",
"title": "Data Engineering in Python",
},
"lecturers_info": [
{
"name": "John Doe",
"position": "Senior Developer",
"company": "Tech Solutions Inc.",
"email": "[email protected]",
}
],
"attendees_info": [
{
"name": "Alice Smith",
"email": "[email protected]",
"role": "Software Engineer",
"company": "ABC Corp"
},
{
"name": "Bob Johnson",
"email": "[email protected]",
"role": "Data Analyst",
"company": "XYZ Ltd"
}
],
"sessions": [
{"session": {
"title": "Python Fundamentals",
"topics": ["Basic Data types & data structures", "Handling exception",
"Control Flow"],
"lecturer": ["John Doe"],
"attendees": ["Alice Smith", "Bob Johnson"],
}
}
]
}