Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/el634dev/bank_account

Bank account common activities created using OOP
https://github.com/el634dev/bank_account

Last synced: 20 days ago
JSON representation

Bank account common activities created using OOP

Awesome Lists containing this project

README

        

# Bank Account
> Created a BankAccount class to practice OOP concepts
> No live demo however you can run the code in VSCode or PyCharm

## Table of Contents
* [General Info](#general-information)
* [Important](#important)
* [Technologies Used](#technologies-used)
* [Setup](#setup)
* [Project Status](#project-status)

## General Information
- Project is built using Python 3
- The purpose of this project is to gain more practice with OOP
- This project was undertaken for class
- This project is intend to provide common banking activities using OOP

## Important
- Make sure to return something after each function or the terminal will show None for the return type
- Make sure to invoke or call the function when creating an instance
- Make sure to have Python enivornment variables set up or you will have to use py to run the code and pip will not be recongized

## Technologies Used
- Python - version 3
- PyCharm Community Edition 2023

## Setup
The requirements for this project are simple and do not require much setup. You will need a code editor of your choice. I used PyCharm for practice using a dedicated Python IDE. There are no dependencies, only additional plugins if you would like to set them up in VSCode. If you are unsure, then I would say Pylint is okay but this just ensures your code is following code convention. You can get all the plugins in VSCode in the side menu, it looks like blocks. You can download PyCharm for free through the Community Edition and this is developed by Jet Brains.

## Project Status
Project is: _complete_