Skip to content
View wmarenga's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report wmarenga

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

My Python Profile

class PythonDataAnalyst:
    def __init__(self):
      self.name = "Hello World! I'm Wellington Marenga Junior." self.aboutme = "I'am passionate about technology and fascinated
        to be a part of, like a tiny neuron, this complex new world that will change the world forever. With my ethics and evolutionary mindset, I intend to use my skill set to ensure relevant information that guide us to a better world."
      self.goal = "My goal is to use data analysis to find answers to
        society's demands."
      self.learning = "I'm currently learning Hadoop and Big Data." self.challenge = "I'm currently looking for challenging projects in
        data analysis."
      self.collaboration = "I'm looking to collaborate on data science
        projects."
      self.askme = "Ask me about Python, Power BI and SQL."
      self.email = "How to reach me (wmarenga44@gmail.com)." self.career = "Find out more about my professional career on self.cv = "Know about my experiences" CV_Wellington
def say_hi(self):
    print(f'{self.name} target', end=2*'\n')
    print(f'{self.aboutme}', end=2*'\n')
    print(f'- target {self.goal}')
    print(f'- target {self.learning}')
    print(f'- target {self.challenge}')
    print(f'- target {self.collaboration}')
    print(f'- target {self.askme}')
    print(f'- target {self.email}')
    print(f'- target {self.career}')
    print(f'- target {self.cv}', end=2*'\n')
    print("Thanks for dropping by!")
me = PythonDataAnalyst()
me.say_hi()

Hi! I'm Wellington.target

I am passionate about technology and fascinated to be a part of, like a tiny neuron, this complex new world that will change the world forever. With my ethics and evolutionary mindset, I intend to use my skill set to ensure relevant information that guide us to a better world.

  • target My goal is to use data analysis to find answers to society's demands.
  • target I’m currently learning Hadoop and Big Data.
  • target I am currently looking for challenging projects in data analysis.
  • target I’m looking to collaborate on data science projects.
  • target Ask me about Python, Power BI and SQL.
  • target How to reach me wmarenga44@gmail.com.
  • target Find out more about my professional career on linkedIn
  • target Know about my experiences CV_Wellington_Marenga.pdf


Languages and Tools:


Connect with me:

Snake animation

Pinned Loading

  1. awesome-datascience awesome-datascience Public

    Forked from academic/awesome-datascience

    📝 An awesome Data Science repository to learn and apply for real world problems.

    1

  2. data-science-ipython-notebooks data-science-ipython-notebooks Public

    Forked from donnemartin/data-science-ipython-notebooks

    Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials,…

    Python

  3. tensorflow tensorflow Public

    Forked from tensorflow/tensorflow

    An Open Source Machine Learning Framework for Everyone

    C++ 1