/object-oriented-programming

Object-oriented programming (OOP) is a programming language model organized around objects rather than "actions" and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data.

Primary LanguagePython

Object Oriented Programming

Object-oriented programming (OOP) is a programming language model organized around objects rather than "actions" and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data.

Web Crawler

This code provides to crawl in the web and collect as much as link possible. Saves the websites in .txt file.

Tools Used

  • Python
  • Requests
  • Beautiful Soup

PyGame: Blob

In this Python Game, 3 color blobs are eating each other. The bigger blob eats the smaller blob when it touches.

  • Python Game

  • GIF 1: At the beginning alt text

  • GIF 2: After a while alt text

Tools Used

  • Python
  • Numpy
  • Random
  • PyGame