Skip to content
#

oop-principles

Here are 259 public repositories matching this topic...

A hotel management system developed using Python, Tkinter, and SQL involves a graphical user interface (GUI) built with Tkinter for user interactions, a backend database implemented with SQL for data storage, and Python code to manage hotel-related functionalities such as room booking, guest information, and billing, following OOPS principles.

  • Updated Sep 16, 2024
  • Python

Python: Versatile language. OOP: Organizing code with objects for modularity. Real-life project: Applying OOP practically. MySQL Advance: Efficient data management with features like stored procedures. Django Framework: Python MVT framework for streamlined web app backend.

  • Updated Aug 20, 2024
  • Python

Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn about object-oriented programming in Python.

  • Updated Aug 7, 2024
  • Python

Improve this page

Add a description, image, and links to the oop-principles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oop-principles topic, visit your repo's landing page and select "manage topics."

Learn more