Skip to content
View Arth253's full-sized avatar

Block or report Arth253

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

Arth's GitHub Banner

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Profile:

    def __init__(self):
        self.name = "Arth"
        self.position = "Software Engineer at Barclays"
        self.university = "University of Nottingham"
        self.course = "Computer Science"
        self.currentProjects = "Path planning developer for Formula Student:AI"
        self.interests = ["Running", "Biking", "Golf", "Hiking"]
        
    def __str__(self):
        return f"Hi, i am {self.name}, currently working as a {self.position}"

if __name__ == '__main__':
    me = Profile()
    print(me)

⚙️ Languages and Tools:


👨‍💻 Profile

prathu -

Popular repositories Loading

  1. HackNotts-2023-Workshop HackNotts-2023-Workshop Public

    Forked from Oliver-Malkin/HackNotts-2023-Workshop

    Python

  2. HackNotts2023 HackNotts2023 Public

  3. Arth253.github.io Arth253.github.io Public

    HTML

  4. chatAI chatAI Public

    Forked from SeaM05/chatAI

    Python

  5. Arth253 Arth253 Public