Skip to content
View Jadieljade's full-sized avatar
Block or Report

Block or report Jadieljade

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

GitHub Banner

Hi there, I'm Jadiel Njuguna!

I am a data science and machine learning enthusiast trying to build real-world ML products. I also write blogs about data science and machine learning

class Developer:
    def __init__(self, name):
        self.name = name
        self.coding = True
    
    def is_coding(self):
        return self.coding
    
    def listen_to_music(self):
        print(f"{self.name} is listening to music.")
    
    def open_stack_overflow(self):
        print(f"{self.name} is browsing Stack Overflow.")
    
    def drink_coffee(self):
        print(f"{self.name} is drinking coffee.")

name = 'Jadiel'
dev = Developer(name)

while dev.is_coding():
    dev.listen_to_music()
    dev.open_stack_overflow()
    dev.drink_coffee()

Popular repositories

  1. Jadieljade Jadieljade Public

    Config files for my GitHub profile.

  2. code-playground code-playground Public

    Python

  3. car-dataset-EdA car-dataset-EdA Public

    Jupyter Notebook

  4. luxdev-datacamp-assignments luxdev-datacamp-assignments Public

    Jupyter Notebook

  5. Animal-Identification-Project Animal-Identification-Project Public

    Jupyter Notebook

  6. jadieljade.github.io jadieljade.github.io Public

    HTML