Skip to content
View gabriela-js's full-sized avatar

Block or report gabriela-js

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

I'm Gabriela!


💻 Systems Analysis and Development Student | Currently learning Data Science ❤️

Aprendendo que a mudança para conseguir algo, começa por nós mesmos e a importância que damos a esse objetivo.

Meus Conhecimentos...

about_me = "sim"
while (about_me == "sim"):
  nome = 'Gabriela J. Santos'
  cidade = 'São Paulo'
  pronome = 'ela/dela'
  conhecimentos = [
                  'linguagens: Python, Ruby, Java, SQL, C, Javascript',
                  'pytools: Pandas, NumPy, Matplotlib, Seaborn, Scikit-Learn',
                  'dataviz: Power BI, Tableau, Data-Studio' ,
                  "iot: Raspberry-Pi, Arduino, Node-MCU" 
                 ]

  
  print(nome)
  print(cidade)
  print(pronome)
 
 for n in range(len(conhecimentos)):
    print(f"{n}. {conhecimentos[n]}")


  about_me = input("Deseja visualizar novamente? (sim/ não) ")

Projetos:

-Python Básico


    

Popular repositories Loading

  1. Recomenda-Ai-Udemy Recomenda-Ai-Udemy Public

    Projeto Final do Curso de Lógica de Programação com Python (modificado)

    Jupyter Notebook

  2. gabriela-js gabriela-js Public

  3. Conversor-Moeda Conversor-Moeda Public

    Programa executável que faz Conversão de Moedas

    Tcl