Skip to content
View M-sudais's full-sized avatar

Block or report M-sudais

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
M-sudais/README.md

πŸ‘‹ Hi there, I'm Msudais!

🎯 Aspiring Python Developer | AI Enthusiast | Lifelong Learner
πŸ’» Currently building real-world projects with Python & OOP
πŸš€ On a mission to break into Data Science, AI, and tech in general!

🧰 Projects

  • To-Do List App β€” CLI app to manage tasks with saving/loading
  • Banking App β€” GUI app built with Tkinter for creating accounts, deposits, withdrawals, and transfers
  • Chatbot β€” Terminal chatbot that answers questions, plays games, tells time/date, and generates passwords
  • Car Factory System β€” OOP-based CLI app to simulate building, storing, and managing car details
  • More projects coming soon...

πŸ›€οΈ Learning Roadmap

  • βœ… Python (Basic syntax, variables, data types, conditionals, loops, exceptions, functions, data structures like lists, tuples, sets, dictionaries, OOP, file handling, and advanced features like decorators, comprehensions, etc.)
  • πŸ—οΈ Currently building starter projects in Python to master core concepts and improve problem-solving.
  • πŸ“Š Will transition into Data Science, DSA, and then dive into AI (ML, NLP, LLMs, Computer Vision).
  • 🀝 Open to collaborating on beginner-to-intermediate Python projects!

🌍 Connect With Me

Let’s keep learning, keep building, and keep getting better! πŸ’ͺπŸš€

Pinned Loading

  1. To-Do-List-App To-Do-List-App Public

    A command-line To-Do List app built using Python and OOP principles.

    Python

  2. Banking-app Banking-app Public

    A basic banking app to practice classes(OOP) and can perform literally anything a banking app can perform

    Python

  3. CarFactorySystem CarFactorySystem Public

    A Python-based command-line car factory simulation system using Object-Oriented Programming (OOP). Users can build, start, stop, and view cars with unique attributes, all persisted through file han…

    Python

  4. Chatbot Chatbot Public

    A basic chatbot to understand functions, if-statements, for and while loops

    Python