Welcome to the comprehensive collection of Python programs tailored for the MVSR Engineering College R25 Regulation syllabus. This repository is an open-source resource designed to assist students in their academic journey, providing well-structured and documented solutions to lab experiments and practice problems.
This repository serves as a one-stop destination for all Python programming needs under the R25 curriculum. Whether you are preparing for your CIE (Continuous Internal Evaluation), Lab Externals, or just looking to strengthen your Python basics, you will find relevant examples here.
The code is organized into logical directories for easy navigation:
Lab Manual Pgms/: Contains the official set of lab experiments (Programs 2 to 20+).Basics/: Fundamental concepts including loops, patterns, strings, and core data types.CIE-1Internals/: Programs specifically curated for the first internal examination.Internal and External exam/: Advanced programs and practice sets for final assessments.
| Category | Highlights |
|---|---|
| Foundations | Control Flow, Recursion, Command Line Arguments |
| Data Structures | List operations, Dictionary mapping, Set theory |
| Mathematical | Amicable numbers, Strong numbers, GCD, Polynomials |
| File Handling | CSV reading/writing using Pandas |
| Advanced | NumPy arrays, Random number generation, String compression |
- Clone the Repository:
git clone https://github.com/RARPlayzDev/-R25-Python-MVSR.git
- Navigate to a Directory: Choose the topic you want to study (e.g.,
cd Basics). - Run a Program:
python filename.py
This is an Open Source project! We encourage students to:
- Submit bug fixes or optimized versions of programs.
- Add new programs relevant to the R25 syllabus.
- Improve documentation and comments within the code.
This project is open-source and free to use for educational purposes. Feel free to fork, modify, and share with your peers.
Happy Coding! 💻 Maintained by the MVSR Student Community.