Skip to content

Latest commit

ย 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Python Basics โ€“ Practice Programs

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.


๐Ÿ›  Requirements

Make sure you have Python 3.10 or higher installed. You can check your Python version using:

python --version

๐Ÿ“ฆ Installation

Install the required libraries using pip:

pip install numpy pandas matplotlib

No extra installation is needed for tkinter (it comes pre-installed with Python).

Getting started

Move into py directory

For linux based systems

python3 {exptno}.py

For windows based systems

python {exptno}.py

PS: SOME EXPTS HAVE MULTIPLE PARTS BE CAREFUL

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages