Skip to content
View Szymqn's full-sized avatar
πŸŽ“
Coding
πŸŽ“
Coding

Highlights

  • Pro

Organizations

@UwB-Tech-Innovators-Inc

Block or report Szymqn

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

Hi there

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

class Person:
    def __init__(self):
        self.name = "Szymon"
        self.role = "Student πŸ‘¨β€πŸŽ“"
    
    def info(self):
        print("I'm currently learning 🐍")
        
    def fun(self):
        print("Fun fact: the heads on Easter Island have bodies πŸ—Ώ")
        
me = Person()
me.info()
me.fun()

Pinned Loading

  1. biocsuwb/ensemble-binclass biocsuwb/ensemble-binclass Public

    Feature selection and ensemble binary classification

    Jupyter Notebook

  2. HotelBookingDemandApp HotelBookingDemandApp Public

    JavaScript

  3. KaggleCompetitions KaggleCompetitions Public

    Jupyter Notebook

  4. MediOrange MediOrange Public

    Your AI assistant supports medical procedures and protocols. Ask about clinical guidelines, best practices, or procedural steps.

    C++ 1