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.
- Host: GitHub
- URL: https://github.com/analitico-771/loan-analizer
- Owner: Analitico-771
- Created: 2022-01-08T02:29:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T15:55:15.000Z (over 4 years ago)
- Last Synced: 2025-11-13T02:03:42.785Z (8 months ago)
- Topics: csv, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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/