Git Product home page Git Product logo

Hello There, I'm Akshat Shirsat.

Cybersecurity enthusiast with a passion for penetration testing, vulnerability analysis, digital forensics, threat hunting, and incident response, Proficient in Python, Linux, and web application development Currently building my Security Analyst skills through the use of various CTFs, certifications, and projects/labs

Linkedin Badge Instagram Badge Portfolio Badge

aboutMe.py

class Human:
    def __init__(self, name, age, occupation, hobbies, work, projects):
        self.name = name
        self.age = age
        self.occupation = occupation
        self.hobbies = hobbies
        self.work = work
        self.projects = projects

    def introduce(self):
        print(f"Hello, world! My name is {self.name}.")
        print(f"I am {self.age} years old and work as a {self.occupation} at {self.work}.")
        print("In my free time, I enjoy the following hobbies:")

        for hobby in self.hobbies:
            print(f" - {hobby}")

        self.show_projects()

    def show_projects(self):
        if self.projects:
            print("Here are some of my projects:")
            for project in self.projects:
                print(f" - {project}")
        else:
            print("I'm currently not working on any projects.")

if __name__ == "__main__":
    # Create an instance of the Human class
    me = Human(
        name="Akshat Shirsat",
        age=23,
        occupation="Data Analysts",
        hobbies=["Cricket", "Gammning", "Music"],
        work="TCS",
        projects=["Project 1", "Project 2", "Project 3"]
    )

    # Introduce yourself
    me.introduce()

Feel free to reach out—I'm always eager to connect, collaborate, and explore new opportunities. Let's make something great together!

Akshat Shirsat's Projects

dark-web-osint-python icon dark-web-osint-python

Python script to automate monitoring of dark web forums, leak sites, and marketplaces for actionable threat intelligence, open-source intelligence (OSINT) techniques for tracking threats

hotel_db_project icon hotel_db_project

DBMS Mini Project // Nde Js + Express // Team:- AKSHAT & RAHUL & NISHANT & GIRIBABU

python-scripts icon python-scripts

A repository of python scripts that come in handy in automating day-to-day tasks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.