alyssonbruno - Overview

View alyssonbruno's full-sized avatar

Alysson Bruno alyssonbruno

Learner (since 1978). Programmer (1993). Worker (1998). Husband (2002), first time father (2004), and again (2008). Professor (2009). Catholic. Brazilian.

Organizations

@TRE-TO

Block or report alyssonbruno

  • ๐Ÿ‘‹ 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

Pinned Loading

  1. 4

    from typing import Optional
  2. A simple file download counter

  3. Make a random password with a few worlds (4 by default) in a selected language (pt_BR by default)

    Python

  4. Verifica se os dados enciados para um servi;co estรก correto

    Python

  5. A Simple To-Do Application

    Java

  6. 2

        test_char = lambda c: c in '1234567890.,*/+-()'

    4

            if not test_char(char):

    5

                raise Exception('Invalid Char in String')