Skip to content
View adamcseresznye's full-sized avatar

Block or report adamcseresznye

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

Hello world 🌎

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Introduction:

    def __init__(self):
        self.name = "Adam Cseresznye"
        self.current_role = "PhD candidate"
        self.future_role = "Data Scientist"
        self.hobbies = ["playing with my cat", "running", "photography", "writing code that sometimes works"]

    def say_hi(self):
        print(f"πŸ‘‹ Hi, I'm {self.name}! Currently a {self.current_role} but soon to be a {self.future_role}.")
        print("Hobbies include: " + ", ".join(self.hobbies))
        print("Thanks for dropping by, hope you find some of my work interesting!")


me = Introduction()
me.say_hi()

πŸ“ Find Me Online

πŸ”§ Technologies & Tools

Programming Languages:

Python Rust

Pinned Loading

  1. peek_my_home_price peek_my_home_price Public

    Peek My Home Price is a web application that predicts house prices in Belgium using CatBoost in conjunction with MAPIE.

    Jupyter Notebook 1

  2. DeepLCMS DeepLCMS Public

    A framework that leverages transfer learning for the classification of pseudo images in mass spectrometry-based analysis.

    Jupyter Notebook

  3. chromascope chromascope Public

    Chromascope is a lightweight GUI application designed for visualizing mass spectrometry data.

    Rust 2 1