Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.02 KB

File metadata and controls

19 lines (16 loc) · 1.02 KB

🛠️ Project: Intern Task & Stipend Manager

This script demonstrates my mastery of Python fundamentals required for a professional Software Internship.

🧠 Core Concepts Covered: integration & printed evaluations.

  1. Dictionaries: Storing structured intern data (Name, Skills, Tasks).
  2. Functions: Creating a reusable calculate_stipend logic to handle financial calculations.
  3. Control Flow: Using if-else statements to determine performance bonuses based on task completion.
  4. Loops: Iterating through lists to display technical skills.
  5. Clean Code: Using F-strings and clear variable naming conventions.

📖 How the Logic Works: neated

  • 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.

🚀 Usage: it will sprint boot up able to run on you pc/laptop.

Run the script in your terminal using:

python intern_basics.py