This repository contains basic Python programs demonstrating:
- NumPy array operations
- Pandas data analysis and visualization
- Tkinter GUI for area calculation
These examples are ideal for beginner-level students learning data handling, numerical computing, and graphical interfaces in Python.
Make sure you have Python 3.10 or higher installed. You can check your Python version using:
python --versionInstall the required libraries using pip:
pip install numpy pandas matplotlibNo extra installation is needed for tkinter (it comes pre-installed with Python).
python3 {exptno}.pypython {exptno}.py