Skip to content
View adamcseresznye's full-sized avatar

Highlights

  • Pro

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. necthrall necthrall Public

    Search scientific literature, get expert-level summaries.

    Python

  2. chromascope chromascope Public

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

    Rust 13 1

  3. DeepLCMS DeepLCMS Public

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

    Jupyter Notebook