#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "João Victor Souza"
self.role = "Software Engineer"
self.language_spoken = ["pt_BR", "en_US", "es_ES"]
self.description = (
"Passionate about technology, always eager to learn, "
"create efficient solutions, and share knowledge."
)
def say_hi(self):
print(f"Hi, my name is {self.name}.")
print(f"I work as a {self.role}.")
print(self.description)
print("Languages I speak:")
for lang in self.language_spoken:
if lang == "pt_BR":
print(" 🇧🇷 Portuguese (Brazil)")
elif lang == "en_US":
print(" 🇺🇸 English (US)")
elif lang == "es_ES":
print(" 🇪🇸 Spanish (Spain)")
print("\nThanks for stopping by! I hope you find something here that inspires you 🚀")
me = SoftwareEngineer()
me.say_hi()
- Brazil
-
22:18
(UTC -03:00) - joaovictorsouza.dev
- @joaosouz4dev
- in/joaosouz4dev
- joaosouz4dev
Pinned Loading
-
cam-fx
cam-fx PublicBlur de fundo e auto-framing aplicados apenas na webcam. Substituto focado do NVIDIA Broadcast em Python (MediaPipe + OpenCV + pyvirtualcam).
Python
-
wppconnect-team/wppconnect
wppconnect-team/wppconnect PublicWPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any intera…
-
wppconnect-team/wppconnect-server
wppconnect-team/wppconnect-server PublicWppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
-
wppconnect-team/wppconnect-server-go
wppconnect-team/wppconnect-server-go PublicWppconnect Server in Go Lang is a ready-to-use API, just download, install, and start using, simple as that.
Go 1
-
whatsmeow
whatsmeow PublicForked from tulir/whatsmeow
Go library for the WhatsApp web multidevice API
Go
-
Baileys
Baileys PublicForked from WhiskeySockets/Baileys
Lightweight full-featured typescript/javascript WhatsApp Web API
JavaScript 1
If the problem persists, check the GitHub status page or contact support.




