Skip to content
View dawid-szewc's full-sized avatar
πŸ’»
Software Engineer
πŸ’»
Software Engineer

Sponsoring

@sindresorhus

Block or report dawid-szewc

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

πŸ‘‹ Hey there, I'm Dawid!

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Dawid Szewc"
        self.role = "Software Engineer"
        self.language_spoken =  ["pl_PL", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

Connect with me on:

Linkedin: dawid-szewc GitHub dawid-szewc

My stack:

Python
Python
Linux
Linux
C++
C++
C
C
Bash
Bash
OpenCV
OpenCV
Vue3
Vue3
JavaScript
JavaScript

Pinned Loading

  1. perplexity-cli perplexity-cli Public

    🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! πŸš€πŸš€πŸš€

    Python 7