Skip to content
View oswelloz's full-sized avatar

Block or report oswelloz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Animals-OOP Animals-OOP Public

    This is a python-based simulation of Animals, whereby the dogs and cats have their own unique characteristics and behaviour and can be adopted. This program includes classes for animals and a home …

    Python

  2. Bank-Account Bank-Account Public

    This is a Python project designed to simulate a simple bank account system. It provides basic banking operations such as deposits, withdrawals, and compound interest calculations.

    Python

  3. Consume-Github-API Consume-Github-API Public

    This project is a Python application that interacts with the GitHub API to fetch pull requests for a specific repository within a given date range.

    Python

  4. create-a-REST-API-to-interact-with-actual-database---PYTHON create-a-REST-API-to-interact-with-actual-database---PYTHON Public

    This project is a REST API built using Flask to interact with an actual database. It allows users to perform CRUD operations on a collection of computer records. The API is designed to be scalable,…

    Python

  5. Data-Wrangling Data-Wrangling Public

    This project involves cleaning and processing a dataset of personality scores, calculating personality subscale totals, merging the personality data with department data, and assessing the risk sta…

    Jupyter Notebook

  6. database-migration-with-SQLAlchemy- database-migration-with-SQLAlchemy- Public

    This project provides practice on how to safely manage database migrations using SQLAlchemy and Alembic. It focuses on handling migration issues that may arise in real-world scenarios, especially w…

    Python