From f7c6f4e27c98250ba73afb5e2a5a7c1e3c46e1d9 Mon Sep 17 00:00:00 2001 From: Uday Patil Date: Thu, 25 Sep 2025 23:47:49 +0530 Subject: [PATCH 1/2] Update 01-shell-vs-python.md --- Day-01/01-shell-vs-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day-01/01-shell-vs-python.md b/Day-01/01-shell-vs-python.md index a93827f8..43362d30 100644 --- a/Day-01/01-shell-vs-python.md +++ b/Day-01/01-shell-vs-python.md @@ -24,4 +24,4 @@ Certainly! The choice between using shell scripting and Python in DevOps depends 5. **Error Handling:** Python provides better error handling and debugging capabilities, which can be valuable in DevOps where reliability is crucial. -6. **Advanced Data Processing:** If your task involves advanced data processing, data analysis, or machine learning, Python's rich ecosystem of libraries (e.g., Pandas, NumPy, SciPy) makes it a more suitable choice. \ No newline at end of file +6. **Advanced Data Processing:** If your task involves advanced data processing, data analysis, or machine learning, Python's rich ecosystem of libraries (e.g., Pandas, NumPy, SciPy) makes it a more suitable choice.. From 5f96ffbec64b48c2ff81c51aaafb6725072aca95 Mon Sep 17 00:00:00 2001 From: Uday Date: Wed, 8 Oct 2025 02:07:45 +0530 Subject: [PATCH 2/2] Added last line --- Day-01/01-shell-vs-python.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Day-01/01-shell-vs-python.md b/Day-01/01-shell-vs-python.md index 43362d30..5e44b7ad 100644 --- a/Day-01/01-shell-vs-python.md +++ b/Day-01/01-shell-vs-python.md @@ -25,3 +25,5 @@ Certainly! The choice between using shell scripting and Python in DevOps depends 5. **Error Handling:** Python provides better error handling and debugging capabilities, which can be valuable in DevOps where reliability is crucial. 6. **Advanced Data Processing:** If your task involves advanced data processing, data analysis, or machine learning, Python's rich ecosystem of libraries (e.g., Pandas, NumPy, SciPy) makes it a more suitable choice.. + +Added last line by Techwithud \ No newline at end of file