Skip to content
View jtfrl's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report jtfrl

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

Jefferson Tafarel👋

Lissajous curve represented in a 3D graph

Everything here is Open Source!

Find me at:

LinkedIn Email
Profile Views


english below

Esse sou eu, Jefferson Tafarel. Sou jornalista de formação e busco agora aprimorar minhas habilidades em programação, com foco em ciência de dados. No momento, estou 'namorando' meu interesse em ciência da computação também — números/matemática no geral me atraem bastante 😅. Curso Bacharelado em Tecnologia da Informação na UFRN, especificamente no Instituto Metrópole Digital (IMD).

#include <string> 
struct jtfrl{
  std::string learningLang, futureGoal, pronouns;
  jtfrl(std::string llang, fgoal, prns) : learningLang(llang), futureGoal(fgoal), pronouns(prns) {}
};

int main(){ 
  jtfrl data("c++", "Conseguir um estágio 🙏", "ele/dele");
  return 0;
} 
jtfrl's Activity Graph

MINIBIO (EN)

This is me, Jefferson Tafarel. I'm undergraduated in Journalism (so I'm a journalist) and now my goal is to upgrade my abilities in programming, focusing in data science. Currently, I have kinda of a 'crush' for computer science too — numbers/math in general interests me a lot 😅. I'm also an undergraduate in Information Tech at Federal Univ of Rio Grande do Norte (UFRN) in Brazil, more specifically at Metrópole Digital Institute (IMD). Even though Python is my favorite lang, C++ is little by little beckoning me. (see the code above).

Pinned Loading

  1. 70_exercicios_pandas_Python 70_exercicios_pandas_Python Public

    Forked from Davidsilvalima/70_exercicios_pandas_Python

    Exercícios do curso Bootcamp de Data Science com Python [+250 Exercícios][A-Z]

    Jupyter Notebook

  2. Desafios_C-Beecrowd Desafios_C-Beecrowd Public

    Códigos em linguagem C feitos na disciplina de Intro. a Técnicas de Programação.

    C

  3. Desafios_LeetCode Desafios_LeetCode Public

    Desafios em diferentes linguagens disponíveis no site do LeetCode

    Jupyter Notebook 1

  4. EAN8-ITP3 EAN8-ITP3 Public

    Programas que verificam e identificam código em EAN8 em PBM; também há um programa que gera uma imagem em PBM com o respectivo código em EAN-8

    C 1

  5. pokemon-database pokemon-database Public

    Com a ajuda do Lucas Lattari, do canal no YouTube Universo Discreto, fiz algumas análises em Python de uma base de dados de pokemon, com quase 1000 linhas e 55 colunas.

    Jupyter Notebook