Skip to content
View prajwalVAIDYA's full-sized avatar
Block or Report

Block or report prajwalVAIDYA

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
prajwalVAIDYA/README.md

Hi there, I'm Prajwal Vaidya 👋

Welcome to my GitHub profile! I'm passionate about Data Science and Machine Learning, always eager to learn and collaborate on new projects.


About Me

  • 🎓 B.E. in AI & Data Science (2024) at Dr. D. Y. Patil Institute of Technology
  • 💻 Skills: C++, Python
  • 🌱 Currently Learning: Advanced C++ and Python
  • 💞️ Looking to Collaborate: Data Science and AI projects

Contact Me

Email Badge LinkedIn Badge


Prajwal's GitHub Stats Top Languages


Thank you for visiting my profile! Let's connect and create something amazing together. 😄

Popular repositories Loading

  1. FDS-Matrix-and-SparseMatrix FDS-Matrix-and-SparseMatrix Public

    Python code for input two Matrix from user and performing Operations (Addition, Subtraction, Multiplication) on it.

    Python 1

  2. FDS-Bank-Transaction FDS-Bank-Transaction Public

    Write a Python program that computes the net amount of a bank account based a transaction log from console input. The transaction log format is shown as following: D 100, W 200.

    Python

  3. FDS-Employee-Salary FDS-Employee-Salary Public

    Python program to calculate Employee Salary for three designation Manager (Rs 2000),Team Leader (Rs 1800), Team Member (Rs 1500) and also calculate their overtime which is half of their salary.

    Python

  4. prajwalVAIDYA prajwalVAIDYA Public

    Config files for my GitHub profile.

  5. FDS-String-Operations FDS-String-Operations Public

    Write a Python Program to compute following operations on String. Longest word in the String. Frequency of a particular character in the String. String is Palindrome or Not. Word in the String is P…

    Python

  6. FDS-StudentMarks FDS-StudentMarks Public

    Write a Python program to store marks scored in subject “Fundamental of Data Structure” by N students in the class. Write functions to compute following: a) The average score of class b) Highest sc…