Skip to content

wolflergf/wolflergf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

Hi there 👋 | I'm Wolfler Guzzo Ferreira

Welcome to my GitHub Repository


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

# Define a class called ComputerScienceStudent to represent a student in the field of computer science.
class ComputerScienceStudent:

    # Constructor method (__init__) to initialize the object with the provided name, role, and language_spoken.
    def __init__(self, name, role, language_spoken):
        self.name = name
        self.role = role
        self.language_spoken = language_spoken

    # Method to greet and introduce the computer science student.
    def say_hi(self):
        print(f"Hey there! I'm {self.name}, a {self.role} student.")
        print("Thanks for dropping by. I hope you find some of my work interesting.")

# Fill in your details
my_name = "Wolfler Guzzo Ferreira"
my_role = "Computer Science / Data Science"
my_languages = ["pt_BR", "en_UK"]

# Create an instance of the ComputerScienceStudent class with the provided details.
me = ComputerScienceStudent(name=my_name, role=my_role, language_spoken=my_languages)

# Call the say_hi method to print a personalized greeting.
me.say_hi()


# Additional Information:
# ------------------------
# Full Name: Wolfler Guzzo Ferreira
# Profession/Occupation: Currently doing a Data Science BootCamp at HyperionDev. Studying Computer Science at 
# Estacio de Sa.
# Educational Background: Pursuing a degree in Computer Science.
# Work Experience: 13 years at ArcelorMittal Tubarão, with the last position being Operations Supervisor at 
# the Briquetting plant.
# Key Skills: Python, CSS3, HTML5, Javascript.
# Hobbies/Interests: Enthusiast of heavy metal, love spending time with family, and enjoy programming in Python.
# Philosophy: "I believe in the power of continuous learning and growth..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published