From 038873714df29851b5e5b0a5e9b5794fbf726806 Mon Sep 17 00:00:00 2001 From: rushikesh-3003 Date: Wed, 20 Aug 2025 18:02:32 +0530 Subject: [PATCH] updated dot only --- 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..1a0bd91a 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... \ No newline at end of file