- ๐ Hi, Iโm Alysson Bruno, Husband, Father, Programmer, Professor, Research and Student.
- ๐ Iโm interested in Education, Chatbots with LLM IA, Science, Programming, Data Vizualization, and more thinks like this others one.
- ๐ฑ I like Anime, Books and Draw
- ๐ซ How to reach me? @alyssonbruno or @ab78cc in many social medias like here
alyssonbruno - Overview
Learner (since 1978). Programmer (1993). Worker (1998). Husband (2002), first time father (2004), and again (2008). Professor (2009). Catholic. Brazilian.
- Palmas, TO, Brasil
- 20:29 (UTC -03:00)
- http://alyssonbruno.com
- @alyssonbruno
Pinned Loading
-
4
from typing import Optional
-
A simple file download counter
-
Make a random password with a few worlds (4 by default) in a selected language (pt_BR by default)
Python
-
Verifica se os dados enciados para um servi;co estรก correto
Python
-
A Simple To-Do Application
Java
-
2
test_char = lambda c: c in '1234567890.,*/+-()'
4
if not test_char(char):
5
raise Exception('Invalid Char in String')