Skip to content
View costalopez's full-sized avatar
  • Georgia, US
  • 11:54 (UTC -05:00)
  • Instagram costalopez

Block or report costalopez

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

Hi, I'm Costa

A bit about me and what I’m up to:

from life import Creativity

class Life(Creativity):
    def __init__(self):
        self.education = "Based in Georgia, lifelong learner"
        self.current_job_title = "Software Engineer"
        self.current_company = "BrightTech Solutions (Atlanta, GA)"
        self.user = self.getUser() or None
        self.visitedUser = User

    # ... 26 lines hidden

    def current_projects(self) -> None:
        self.currently_learning = "Improving TypeScript skills"
        self.currently_working_on = "Work projects and some side coding"
        self.excited_for = "Experimenting with AI and blockchain stuff when I can"

    def contact_me(self) -> str:
        self.email = "[email protected]"
        return self.email

    def follow_me(self) -> None:
        if self.user not in self.visitedUser.getWhoTheyFollowing():
            print(f"Hey {self.user.getUserName()}, looks like you're not following Costa yet 😐")
        else:
            print("Thanks for following Costa!")

if __name__ == '__main__':
    life = Life()
    life.follow_me()

Popular repositories Loading

  1. Cute-Panel Cute-Panel Public

    Forked from KatriaDopex/Cute-Panel

    AI agent for automated social media management and on-chain actions via Solana.

    TypeScript

  2. costalopez costalopez Public