Skip to content
View Kimxons's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Nairobi, Kenya
  • 12:58 (UTC -12:00)
Block or Report

Block or report Kimxons

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

🔭 I’m currently working on Django / Python, PostgreSQL, AWS, Serverless based products.

👯 I’m open to hear about new ideas.

🤔 I can help with things around ORMs. More specifically around Python and PostgreSQL!

😄 Pronouns: He/Him

⚡ Fun fact: Well, I code bugs, then I fix them!

Pinned

  1. ML_Classification_Algos ML_Classification_Algos Public

    Forked from 97joseph/ML_Classification_Algos

    A test suite of classificaion problems

    Jupyter Notebook 2 1

  2. whatsapp_chatbot whatsapp_chatbot Public

    A simple whatsapp chatbot with python, flask and twilio

    Python 3 1

  3. machine-learning-by-practice machine-learning-by-practice Public

    Practice Machine Learning With Projects

    Jupyter Notebook 1

  4. Working with stack in python 3 Working with stack in python 3
    1
    #implementation one
    2
    stack = [2,3,4]
    3
    stack.append(7)
    4
    print("Stack after appending: \n",  stack)
    5
    stack.pop()
  5. petermusembi69/stem-leaf-python petermusembi69/stem-leaf-python Public

    This is python algorithm that implements a stem leaf from a text file.

    Jupyter Notebook

  6. dataramp dataramp Public

    Data science library

    Python 2