Skip to content
View gommtz's full-sized avatar
  • Oaxaca, Mexico
Block or Report

Block or report gommtz

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

Typing SVG

Software Engineer with 6+ years as a Python backend developer. Strong knowledge of programming languages such as Python, Javascript, C++ and a good understanding of agile software development. Apart from that I am a seasonal ML developer that loves writing articles (on Machine Learning, Data Science) and contributing to open source.

class VictorGomez():
    
  def __init__(self):
    self.name = "Victor Gomez";
    self.username = "gommtz";
    self.location = "Oaxaca, Mexico";
    self.web = "https://victor.dev";
    self.email = "victor.gommtz@gmail.com"
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = VictorGomez()

Skills:

Languages:

Java  Python  Shell Script  LaTeX  Markdown

ML/DL

Tensorflow  scikit-learn  Fast API  NumPy  Pandas  Plotly

Database

MySQL  PostgreSQL 

Tools and Technologies

Linux  Git 

IDEs

Eclipse  Jupyter Notebook  PyCharm  Visual Studio Code  Vim 

Popular repositories Loading

  1. asynchronous_kafka asynchronous_kafka Public

    A asynchronous Consumer and Producer API for Kafka with FastAPI in Python

    Python 6

  2. gommtz gommtz Public

    Config files for my GitHub profile.

  3. grouping_data_test grouping_data_test Public

    Data science test - develop analysis to find relationship between the dataset columns

    Jupyter Notebook

  4. transformers transformers Public

    Forked from huggingface/transformers

    🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

    Python

  5. python-asyncio python-asyncio Public

    Forked from PatrickKalkman/python-asyncio

    A repository to store the examples that we use in a Medium article that explains asyncio in Python

    Python

  6. flask-redis flask-redis Public

    Flask microservice to run inference using redis for backend cache

    Python