DEV Community

Discussion on: Welcome Thread - v18

Collapse
 
yazcub profile image
Ferit Cubukcuoglu • Edited
#/usr/bin/python
from pprint import pprint
class Introduction(object):
    """Hello dev.to"""
    def __init__(self):
        self.person = {
            "firstname" : "Ferit",
            "lastname" : "Cubukcuoglu",
            "profession" : "fullstack developer and founder",
            "skills" : ["desktop, mobile development(python,C++,Qt)", "maker", "web"],
            "learning today" : ["Vue.js", "bootstrap", "css"],
            "signin dev.to for" : ["interesting articles", "dev posts", "like-minded people"],
            "available for" : ["different kinds of projects(coding or making things)"]
        }

    def introduce(self):
        return self.person

pprint(Introduction().introduce())

:)

Collapse
 
vinibrsl profile image
Vinicius Brasil

Welcome! I can see Python is one of your main weapons. 😃

Collapse
 
yazcub profile image
Ferit Cubukcuoglu • Edited

Thx! Not only but one of my favorites 😁 the truth is that my coding skills are definitely better than my english and I thought our common language here on dev.to is clear, coding/dev! In a way, everyone will understand me here, maybe in a different syntax😊