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

Block or report piotr-szyk

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

$ whoami

class WhoAmI:
    def __init__(self, name, location, role, languages_spoken):
        self.name = name
        self.location = location
        self.role = role
        self.languages_spoken = languages_spoken

    def introduce(self):
        languages = ", ".join(self.languages_spoken)
        return (
            f"Hi, my name is {self.name}. I live in {self.location} "
            f"and my role is {self.role}. I speak {languages}."
        )


if __name__ == "__main__":
    person = WhoAmI("Piotr Szyk", "London", "Software Engineer",
                    ["English", "Polish"])
    print(person.introduce())

What am I currently learning

I am learning Data Science and Machine Learning at HyperionDev Bootcamp.

Please see my profile at: https://www.hyperiondev.com/portfolio/132088/

codedidthis

Other challenges

100 Days of Code, The Complete Python Pro Bootcamp for 2023

https://github.com/piotr-szyk/100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-for-2023

Pinned Loading

  1. Hyperiondev-Coding-Bootcamp Hyperiondev-Coding-Bootcamp Public

    Hyperiondev Bootcamp in Data Science

    Python 1

  2. 100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-for-2023 100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-for-2023 Public

    Master Python by building 100 projects in 100 days. Learn data science, automation, build websites, games and apps!

    Python

  3. byb_project byb_project Public

    byb5

    Python

  4. finalCapstone finalCapstone Public

    Final Capstone Project from HyperionDev Bootcamp

    Python

  5. HyperionDev-Freelance-Code-Reviewer-Take-Home-Test HyperionDev-Freelance-Code-Reviewer-Take-Home-Test Public

    HyperionDev Freelance Code Reviewer Take-Home Test

    Python