Skip to content
View CarMoreno's full-sized avatar
🐍
Coding...
🐍
Coding...

Organizations

@chembl
Block or Report

Block or report CarMoreno

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

Hi there 👋 , I'm Carlos Moreno

Profile views

Software Engineer 🎓, I like to solve problems using code.

Working for the EMBL-EBI as a Scientific Data Engineer 🐍 in the new version of the ChEBI project.

Studying a Master degree in Data Science at Universitat Oberta de Catalunya. 📚

Living in England, UK 🇬🇧 from 🇨🇴

Working on/Interesed in:

  • 🧹 Clean Code.
  • 🛠️ ETL Processes.
  • 🔩 Data Engineering.
  • 👨‍💻 Web development.
  • 🤹‍♂️ Python & Data Enthusiast.
  • 📫 How to reach me: carmoreno.jpg@gmail.com

My StackOverflow Stats

profile for Carmoreno on Stack Exchange, a network of free, community-driven Q&A sites

📣 At this moment I am more active on my enterprise GitLab profile, check it out!

Pinned

  1. NobelPrizes NobelPrizes Public

    Final project of Big Data Module.

    JavaScript

  2. AnalisisAccidentalidadBogota AnalisisAccidentalidadBogota Public

    Data Analysis about traffic accidents at Bogotá, Colombia.

    Jupyter Notebook 1

  3. Python | Programación Orientada a Ob... Python | Programación Orientada a Objetos, ejemplos del articulo: https://carmoreno.com.co/python/2020/03/03/programacion-orientada-objetos-python-POO-herencia-composicion-clase-objeto-encapsulacion/
    1
    class PalancaCambio:
    2
        
    3
        # Suponemos que el carro arranca en Neutro (cambio 0 para nosotros)
    4
        cambio_actual = 0 
    5
    
                  
  4. molecules molecules Public

    EBI test

    JavaScript

  5. Vibora Vibora Public

    🐍 A simple calculator programmed using Python 3.4 and PyQT.

    Python 4 3

  6. TestUsuariosAPI TestUsuariosAPI Public

    Basic Rest API using DRF and Location API from Google. This was a job test

    Python