Skip to content
View HusainCode's full-sized avatar
πŸ’»
Busy coding
πŸ’»
Busy coding

Block or report HusainCode

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

Hi there, I'm Husain πŸ‘‹

I am passionate about learning and aspire to become an accomplished Machine Learning Engineer. I enjoy working on perception applications using libraries like OpenCV to create innovative software solutions. I am committed to continuously expanding my expertise and contributing to building a brighter world. πŸš€ YouTube Channel Coming Very Soon! πŸš€

"Find a job you enjoy doing, and you will never have to work a day in your life." – Mark Twain

"Once you stop learning, you start dying." – Albert Einstein

"Commit yourself to lifelong learning. The most valuable asset you’ll ever have is your mind and what you put into it." – Albert Einstein

About Me

class Introduction:
    """A class to represent a personal introduction."""

    def __init__(self, name, passion, location, education, specialization):
        """
        Initialize the Introduction object with personal attributes.
        """
        self.name = name
        self.passion = passion
        self.location = location
        self.education = education
        self.specialization = specialization

    def generate_introduction(self):
        """
        Generate a formatted introduction string.
        """
        intro = (
            f"Hi there, I'm {self.name} πŸ‘‹\n"
            f"I'm passionate about {self.passion} and continuously expanding my knowledge.\n"
            f"I love {self.location}, and I am currently pursuing my Master's in {self.education} at "
            f"Tennessee State University, concentrating on {self.specialization}."
        )
        return intro

    def display_introduction(self):
        """
        Print the introduction to the console.
        """
        print(self.generate_introduction())


def main():
    """
    Main function to create an Introduction object and display the message.
    """
    # Data input
    name = "Husain"
    passion = "building software solutions"
    location = "Texas"
    education = "Master of Science in Data Science"
    specialization = "Machine Learning"

    # Creating an Introduction object and displaying the introduction
    intro = Introduction(name, passion, location, education, specialization)
    intro.display_introduction()


if __name__ == "__main__":
    main()

Certifications

Linux Essentials Certified Microsoft Certified: Azure Data Fundamentals Certified Blockchain Expert Red Hat Certified System Administrator

Certifications

Certification Issuer
Linux Essentials Certified Linux Professional Institute (LPI)
Microsoft Certified: Azure Data Fundamentals Microsoft
Certified Blockchain Expert Blockchain Council
Red Hat Certified System Administrator Red Hat

GitHub Stats

Husain's GitHub Stats Husain's GitHub Streak


Languages and Tools

Top Langs

Languages & Tools:

Python C C++ Java MySQL Linux Go


Connect with Me


Visitors count

Popular repositories Loading

  1. simple-calculator simple-calculator Public

    [Completed] This repository contains a very simple calculator

    Go 3

  2. tic-tac-toe tic-tac-toe Public

    [In Progress] A classic Tic-Tac-Toe game

    Python 2

  3. HusainCode HusainCode Public

    HTML 2

  4. my_page my_page Public

    [In Progress]

    HTML 1

  5. banking_system banking_system Public

    [Postponed]

    Python 1

  6. C-Talk C-Talk Public

    [In Progress]

    C 1