Skip to content
View Agnes-Kalunda's full-sized avatar

Block or report Agnes-Kalunda

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
Agnes-Kalunda/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:
    def __init__(self):
        self.name = "Agnes"
        self.role = "Software Engineer"
        self.language_spoken = ["Swahili", "English"]

    def say_hi(self):
        print("Thanks for dropping by; hope you find some of my work interesting.")

# Dict for additional information
additional_info = {
    "code": ["Javascript", "Reactjs", "Typescript", "HTML", "CSS" "Python", "Django", "Flask", "FASTAPI", "Postgres"],
    "tools": ["stack overflow", "Node", "Styled-Components", "Github", "Music"],
    "techCommunities": {
        "Manager": "my own management",
        "Building stuff": "Writing product code.",
    },
}


me = SoftwareEngineer()
me.say_hi()


me.additional_info = additional_info

print(me.additional_info)

Popular repositories Loading

  1. ai-powerpoint ai-powerpoint Public

    This app combines Copilot's coding assistance, LangChain's language understanding, and OpenAI's language generation to help users with generating slides, tasks and understand complex language inputs.

    TypeScript 3

  2. Agnes-Kalunda Agnes-Kalunda Public

    Config files for my GitHub profile.

  3. mySoftware-journey mySoftware-journey Public

    Forked from Willbeckh/mySoftware-journey

    This is a team work project for a learning guide for software devlopers.

    HTML

  4. delani delani Public

    This is a Delani studio Landing page

    HTML

  5. 30-Days-Of-JavaScript 30-Days-Of-JavaScript Public

    Forked from brian-kim31/30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.

    JavaScript

  6. angularTo-DoList angularTo-DoList Public

    TypeScript