Skip to content

Commit 79e76bd

Browse files
authored
Updated README.md for repository context.
1 parent a0423f8 commit 79e76bd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Hack Complex Problems Together
2+
[![codecov](https://codecov.io/gh/gsaini/python-getting-started/graph/badge.svg?token=qHHYFVHcGk)](https://codecov.io/gh/gsaini/python-getting-started)
23

34
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
45
![Streamlit](https://img.shields.io/badge/Streamlit-%23FE4B4B.svg?style=for-the-badge&logo=streamlit&logoColor=white)
@@ -7,6 +8,8 @@
78
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)
89
![CodeCov](https://img.shields.io/badge/codecov-%23ff0077.svg?style=for-the-badge&logo=codecov&logoColor=white)
910

11+
This repository provides a comprehensive guide to getting started with Python and includes examples and tools for problem-solving. It leverages various Python libraries and tools such as Streamlit, NumPy, Pandas, GitHub Actions, and CodeCov to offer a robust starting point for Python projects.
12+
1013

1114
## To install project dependencies..
1215
```
@@ -21,3 +24,14 @@ pip install -r requirement.txt
2124
```
2225
pytest -v --cov=src/problem_solving_questions --cov-report=html --cov-report=term tests/
2326
```
27+
28+
## Features
29+
- **Python:** Core programming language used for the project.
30+
- **Streamlit:** For creating interactive web applications.
31+
- **NumPy:** For numerical computing.
32+
- **Pandas:** For data manipulation and analysis.
33+
- **GitHub Actions:** For CI/CD workflows.
34+
- **CodeCov:** For tracking code coverage metrics.
35+
36+
## Contributing
37+
Contributions are welcome! Please feel free to submit a Pull Request or open an Issue.

0 commit comments

Comments
 (0)