Skip to content
View wolflergf's full-sized avatar
Block or Report

Block or report wolflergf

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

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..."

Popular repositories

  1. Front_end Front_end Public

    CSS 1

  2. Curso_Python Curso_Python Public

    Exercises Python Curse

    Python 1

  3. Udemy_100_day_of_code Udemy_100_day_of_code Public

    Python 1

  4. WaterMark WaterMark Public

    Python 1

  5. color-palette-AI-Generator color-palette-AI-Generator Public

    Color Palette AI Generator

    Python 1

  6. site site Public

    HTML 1