Skip to content
View SudoerJteheran's full-sized avatar

Highlights

  • Pro

Block or report SudoerJteheran

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
SudoerJteheran/README.md
  • 👋 Hi, I’m @SudoerJteheran
  • 👀 I’m interested in data science and AI engineering :D.
  • 🌱 I’m currently learning system and computing engineering uwu.
  • 💞️ I’m looking to collaborate on everything I find out interesting.
  • 📫 How to reach me: can mail me at kkmiel32@gmail.com, I don't use social media :P.

Popular repositories Loading

  1. SudoerJteheran SudoerJteheran Public

    Config files for my GitHub profile.

    Jupyter Notebook

  2. 1Project 1Project Public

    Something I'm going to try :D

    Python

  3. cvxpy cvxpy Public

    Forked from cvxpy/cvxpy

    A Python-embedded modeling language for convex optimization problems.

    C++

  4. talleresGoogleColab talleresGoogleColab Public

    Forked from gabrielawad/Fundamentos-de-Python

    Talleres de Google Colab para los cursos de programación, optimización y simulación.

    Jupyter Notebook

  5. Estadistica-2 Estadistica-2 Public

    Repositorio github del curso Estadística 2 por Matheo Muñoz Betancur

    R 13

  6. EjercicioN5 EjercicioN5 Public

    Hacer un seguimiento (prueba de escritorio) del siguiente grupo de instrucciones. INICIO; SUMA = 0 ; X = 20 ; SUMA = SUMA + X; Y = 40; X = X + Y ** 2; SUMA = SUMA + X / Y ; ESCRIBA: “EL VALOR DE LA…

    Java