This script demonstrates my mastery of Python fundamentals required for a professional Software Internship.
- Dictionaries: Storing structured intern data (Name, Skills, Tasks).
- Functions: Creating a reusable
calculate_stipendlogic to handle financial calculations. - Control Flow: Using
if-elsestatements to determine performance bonuses based on task completion. - Loops: Iterating through lists to display technical skills.
- Clean Code: Using F-strings and clear variable naming conventions.
- The script evaluates an intern's performance.
- If tasks completed are >= 5, a 10% bonus is applied to the base pay.
- It then calculates the final stipend and lists the intern's skill set from a Python list.
Run the script in your terminal using:
python intern_basics.py