Skip to content

gokulperiyannan/CodeAlpha_Pythonprogramming_02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

CodeAlpha_Pythonprogramming_02

CodeAlpha Python internship projects showcasing creativity and problem-solving with Python.

πŸ“Š Stock Portfolio Tracker

πŸ“ Project Overview

The Stock Portfolio Tracker is a beginner-friendly Python project that helps users manage and calculate their stock investments. It uses a predefined dictionary of stock prices and allows the user to input the stock symbols and quantities they own. The program then calculates the total investment value, displays a detailed summary, and gives the option to save results in a text file for future reference.

This project demonstrates fundamental programming skills such as loops, data storage using dictionaries, arithmetic operations, and file handling.

🎯 Objective

To build a simple, interactive Python application that simulates a basic stock management system and improves understanding of:

User input handling

Data manipulation

Real-world financial calculations

βš™ Features

βœ… Displays a list of available stocks with their prices βœ… Lets users enter stock names and quantities βœ… Calculates and prints the total investment value βœ… Optionally saves the results in a portfolio.txt file βœ… Beginner-friendly, easy to customize, and extendable

🧠 Concepts Covered

Python Dictionaries for storing stock-price data

Loops and Conditionals for program flow control

User Input for dynamic entries

File Handling for saving results

Basic Arithmetic for calculating total investment

About

CodeAlpha Python internship projects showcasing creativity and problem-solving with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages