Skip to content
View chamaadesilva's full-sized avatar
🏠
Working from home
🏠
Working from home
  • IJSE - Institute Of Software Engineering
  • Galle,Sri Lanka
  • 05:51 (UTC -12:00)

Highlights

  • Pro
Block or Report

Block or report chamaadesilva

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

ꜱɪᴛʜᴀʀɪ ᴄʜᴀᴍᴀᴛʜᴋᴀ (ᴄʜᴀᴍᴀᴀᴅᴇꜱɪʟᴠᴀ 🌹) 🇱🇰

ꜱᴛᴜᴅᴇɴᴛ @ Institute of Software Engineering (IJSE)

   class StudentProfile:

    def get_who_am_i(self):
        return "Sithari Chamathka"

    def get_current_education(self):
        return "IJSE (Institute Of JAVA Software Engineering)"

    def get_current_learn(self):
        return ["JAVA", "MYSQL", "HTML", "CSS", "JAVASCRIPT"]

    def get_hobbies(self):
        return ["Travelling", "Swimming", "Riding bicycle"]

    def get_ambition(self):
        return "Become a Software Engineer"

    def how_to_reach_me(self):
        return "chamathkadesilva7@gmail.com"

if __name__ == "__main__":
    student = StudentProfile()

    print("Who Am I:", student.get_who_am_i())

    print("Current Education:", student.get_current_education())

    print("Current Learn:", ", ".join(student.get_current_learn()))

    print("Hobbies:", ", ".join(student.get_hobbies()))

    print("Ambition:", student.get_ambition())

    print("How to Reach:", student.how_to_reach_me())

Badges 🥇

Java Expert    MySQL Intermediate   



Title Icon
IDE's
Pr. Lang..
Front End
Back End
UI Tools
database
Others




Popular repositories

  1. BookWorm-Library_Management_System BookWorm-Library_Management_System Public

    ORM module final coursework, using Hibernate

    Java 10

  2. Calculator Calculator Public

    Simple Calculator using HTML,CSS and JavaScript

    HTML 2

  3. super-hardware-management-system super-hardware-management-system Public

    First sem,Final Project-MVC Architecture

    Java 1

  4. SuperHardwareManagementSystem-Layered SuperHardwareManagementSystem-Layered Public

    First Sem, Final project - Layered Architecture

    Java 1

  5. Chat-App Chat-App Public

    ChatApp, using java socket programming

    Java 1

  6. layered-architecture-sithari layered-architecture-sithari Public

    learning layered architecture

    Java