Skip to content
View CarlosYazid's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report CarlosYazid

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

I'm Carlos Yazid Padilla! 📈🇨🇴

My Banner Profile

Visitors


  • 👀 I’m interested in Data
  • 🌱 I’m currently learning a little of everything
  • 📫 How to reach me ...
  • 😄 Pronouns: He

🌐Socials

Discord LinkedIn Reddit

💻Tech Stack

Data Cloud Others
Python AWS Markdown
Anaconda Azure Canva
OpenCV Google Cloud Notion
NumPy Oracle Jira
Pandas Docker Spring
PyTorch Shell Script Postman
Plotly Apache Airflow Apache Maven
TensorFlow Kubernetes GithubPages
AmazonDynamoDB GitHub Actions Yarn
ApacheCassandra GitHub Hibernate
MariaDB
MicrosoftSQLServer
MongoDB
MySQL
Postgres
ApacheHadoop
Apache Spark
Java
Scala
SQLite
Scipy
R
Apache Kafka
Apache Hadoop
Apache Hive
CockroachLabs
Couchbase
Redis
mlflow
Matplotlib
Keras
scikit-learn

📊GitHub Stats



🏆GitHub Trophies


Pinned Loading

  1. skills-copilot-codespaces-vscode skills-copilot-codespaces-vscode Public

    My clone repository

    JavaScript

  2. skills-introduction-to-github skills-introduction-to-github Public

    My clone repository

  3. 5 retos de tail recursion y programa... 5 retos de tail recursion y programación funcional
    1
    def factorial(num : int,base : int = 1) -> int:
    2
        """### Factorial
    3
        Genera el factorial de num usando recursion
    4
        
    5
        Args: