Higher Level Programming
-
Updated
Jan 15, 2024 - Python
Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.
Higher Level Programming
This is a python module for Object Relational Mapping, allowing you to easily manipulate python objects without having to write SQL requests to save the updates
Contains projects from Holberton's higher-level programming curriculum.
A smart banking FAQ chatbot leveraging NLP and FastAPI to automate customer support.
All steps and tasks that I used to learn Python and mySQL with ALX
Integration between the Quart web framework and the Peewee ORM through the Peewee-AIO
Web UI following rudimentary database and design pattern concepts with populated data
Some Object–relational Mapping(ORM) instructions
ALX Higher Level Programming repository focusing on Python projects covering data structures, exceptions, modules, classes, inheritance, and SQL integration.
Bank Database detecting fraudulent payments
An eBay-like e-commerce auction site that allows users to post auction listings, place bids on listings, comment on those listings, and more
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Python back-end, which utilizes the MariaDB Python connector and the SQLAlcemy object-relational mapping toolkit.
Higher Level Programming using Python and Incorporating C
This project is a social networking website. The highlights of this project include various design patterns implemented to ensure a robust and maintainable application architecture.
This is a nice implementation of Dellagi/pySQL_API in a simple Pokemon game, the game is based on a public API (https://pokeapi.co/api/v2/)
This project is aiming with microservice architecture developing bridge between customers & restaurants to running operations on products.
Manage your finances with ease! The Simple Budget App lets you create budget categories, allocate funds, and manage transfers seamlessly. Whether it's groceries, travel, or monthly subscriptions, this app keeps your budgets organized and accessible.
Run Python file
This repository contains the test drive codes of Tango with Django book