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

https://github.com/analitico-771/loan-analizer

This project was a code challenge in my journey to learn Python. I'm iterating through lists and dictionaries in oder to calculate present value and analyzing data to provide information to make buying decisions.
https://github.com/analitico-771/loan-analizer

csv python3

Last synced: about 1 month ago
JSON representation

This project was a code challenge in my journey to learn Python. I'm iterating through lists and dictionaries in oder to calculate present value and analyzing data to provide information to make buying decisions.

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]

Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing


  6. Contact

  7. Acknowledgements

## About The Project

This project was a code challenge in my journey to learn Python. I'm iterating through lists and dictionaries in oder to calculate present value and analyzing data to provide information to make buying decisions.

### Built With

* [Python](https://www.python.org/)
* [Python Operating System Interface](https://docs.python.org/3/library/os.html?highlight=os#module-os)
* [Python CSV Reading/Writing](https://docs.python.org/3/library/csv.html)

## Getting Started

### Prerequisites

* Python

### Installation

1. Clone the repo
```sh
git clone https://github.com/AnaIitico/Loan-Analizer.git
```
2. Install pip - package installer for Python
[here](https://pip.pypa.io/en/stable/installation/)
3. Install Python packages
```sh
none
```

## Usage

The project analyzes basic loan data and calculates net present value and makes a recommendation based on criteria defined in the code

## Roadmap

See the [open issues](https://github.com/AnaIitico/Loan-Analizer/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Contact

Jose Tollinchi - [@josetollinchi][linkedin-url] - jtollinchi1971@gmail.com

Project Link: [https://github.com/AnaIitico/Loan-Analizer](https://github.com/AnaIitico/Loan-Analizer)

## Acknowledgements

* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)

[contributors-shield]: https://img.shields.io/github/contributors/AnaIitico/Loan-Analizer.svg?style=for-the-badge
[contributors-url]: https://github.com/AnaIitico/Loan-Analizer/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/AnaIitico/Loan-Analizer.svg?style=for-the-badge
[forks-url]: https://github.com/AnaIitico/Loan-Analizer/network/members
[stars-shield]: https://img.shields.io/github/stars/AnaIitico/Loan-Analizer.svg?style=for-the-badge
[stars-url]: https://github.com/AnaIitico/Loan-Analizer/stargazers
[issues-shield]: https://img.shields.io/github/issues/AnaIitico/Loan-Analizer/network/members?style=for-the-badge
[issues-url]: https://github.com/AnaIitico/Loan-Analizer/issues

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/josetollinchi/