Skip to content
View sanjanatg's full-sized avatar
🎯
Focusing
🎯
Focusing
  • BENGALURU
  • 22:15 (UTC -12:00)

Highlights

  • Pro

Block or report sanjanatg

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
sanjanatg/README.md

πŸš€ Sanjana T G | Aspiring Data Scientist & Developer

Hello there! πŸ‘‹ I’m Sanjana T G, a 2nd-year Information Science student passionate about Data Science, Programming, and Problem-Solving. I love building projects that combine data-driven insights with real-world applications.

✨ β€œStriving to learn, grow, and innovate every day!” πŸš€

πŸ‘©β€πŸ’» About Me

-> Currently learning Data Science & Algorithms

-> Skilled in Python, C, Java

-> Exploring Machine Learning & AI

-> Interested in Open-Source Contributions

-> Hands-on experience in Data Structures & Algorithms

-> Always seeking to improve and innovate

πŸ’» Skills & Technologies

Programming: Python | C | Java

Data Science & AI: Pandas | NumPy | Scikit-Learn

Development: Tkinter | Pygame | SDL2

Tools: Git | GitHub | VS Code

Collaboration & Problem-Solving

πŸ“Œ Experience

Data Science Intern | Personifwy (March 2024 - April 2024)

πŸ“Š Improved data analysis processes and efficiency

πŸ” Analyzed datasets and optimized processes

🧠 Developed models to drive data-driven decision-making

🌱 Let's Connect!

πŸ“© Email: [email protected]

πŸ“ Location: Bangalore, India

🌐 LinkedIn: SANJANA T G

Popular repositories Loading

  1. simple-py-games simple-py-games Public

    This repository is a collection of Pygame projects that showcase a variety of games and simulations. Each folder contains the game code and a README file with detailed instructions. The projects in…

    Python 2 1

  2. polynomial-addition-using-linked-list polynomial-addition-using-linked-list Public

    Adding 'n' polynomials with the data structure ,singly linked list.

    C 1

  3. polynomial-addition polynomial-addition Public

    Dynamically allocates memory for an array of polynomials using calloc(). Allows the user to input the number of polynomials to be added. Reads the coefficients of each polynomial from the user. Add…

    C

  4. Stack-implementation-using-Singly-linked-list-in-C. Stack-implementation-using-Singly-linked-list-in-C. Public

    The C code implements a stack using a linked list. It allows users to push, pop, and display elements in the stack. Error handling for overflow and underflow is included.

    C

  5. Queue-implemented-using-singly-Linked-list-in-C. Queue-implemented-using-singly-Linked-list-in-C. Public

    The C code implements a queue data structure using a singly linked list. It allows users to enqueue elements to the rear of the queue, dequeue elements from the front, and display the queue. Error …

    C

  6. DAA_Assignment DAA_Assignment Public

    Java