Skip to content
View Narfyx's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Paris
  • 03:13 (UTC +02:00)

Block or report Narfyx

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

Bonjour πŸ‘‹

Linux Open Source Love

class Portfolio:

    def __init__(self):
        self.owner = "ABR Kevin"
        self.role = "Student python developer"
        self.languages_known = ["fr_FR"]

    def introduce(self):
        print(f"Hello world! I'm {self.owner}, a {self.role}, and this is my GitHub portfolio.")

    def showcase_skills(self):
        if self.languages_known:
            print("Here are the languages I speak:")
            for language in self.languages_known:
                print(f"- {language}")
        else:
            print("I'm in the process of learning and mastering different programming languages... Sorry ! ", "\U0001F605")

    def add_language(self, language):
        self.languages_known.append(language)
        print(f"{language} has been added to my repertoire!")


my_portfolio = Portfolio()
my_portfolio.introduce()


my_portfolio.add_language("Python")


my_portfolio.showcase_skills()

πŸ”§ Technologies & Tools

Programming Languages:

Python HTML5 CSS3

Tools and Services:

Docker Home Assistant Jellyfin Arduino Raspberry Pi Pi-Hole Ubiquiti Cisco Proxmox VirtualBox Nginx Apache Protonmail

Operating system I use

Manjaro Debian Windows 11 Lineageos

Terminal

Bash

IDEs/Editors

VSCodium Visual Studio Vim Neovim

To help my brain

Obsidian Notion Todoist Trello Udemy Stack Overflow Wikipedia β˜•

Pinned Loading

  1. LITRevu LITRevu Public

    Python

  2. JustStreamIt JustStreamIt Public

    JavaScript 1

  3. Projet_4_Tournoi_d_echecs Projet_4_Tournoi_d_echecs Public

    Python

  4. AlgoInvest-Trade AlgoInvest-Trade Public

    Python

  5. ping ping Public

    Python

  6. WOL_Magic_Packet WOL_Magic_Packet Public

    Python