From 4326001339f4c6fd3801995ff2a97614ea11ef66 Mon Sep 17 00:00:00 2001 From: Muhammad Adam Date: Sat, 30 Nov 2024 19:34:19 +0100 Subject: [PATCH] Fix README Table Layout in 30 Days of Python Updated the table in the README file for better formatting and readability. Fixed alignment and spacing issues. Added proper linking for table items to ensure smooth navigation. This ensures that the table is visually consistent and easier for users to follow. Before: The table had inconsistent formatting and alignment issues. After: The table now appears clean, properly aligned, and fully functional with clickable links. --- readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 875700c..0064946 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ example # 🐍 Arewa Data Science Academy Python Programming for Data Science 🐍 -|# Module | Topics | +| **Module** | **Topics** | |------|:---------------------------------------------------------:| | 01 | [Introduction](./readme.md)| | 02 | [Variables, Built-in Functions](./02_Module_Variables_builtin_functions/02_variables_builtin_functions.md)| @@ -35,11 +35,9 @@ example | 12 | [Regular Expressions](./12_Module_Regular_expressions/12_regular_expressions.md)| | 13 | [Python Date time](./13_Module_Python_date_time_file_handling/13_python_datetime_file_handling.md) | | 14 | [Modules, Virtual Environment](./14_Module_Modules_Virtual_environment/14_modules_virtual_environment.md)| -| 15 | [Python Package Manager](./15_Module_Python_package_manager/15_python_package_manager.md)| - +| 15 | [Python Package Manager](./15_Module_Python_package_manager/15_python_package_manager.md)| | 16 | [Classes and Objects](./16_Module_Classes_and_objects/16_classes_and_objects.md)| | 17 | [Web Scraping](./17_Module_Web_scraping_API/17_web_scraping_api.md)| - | 18 | [Statistics, NumPy and Pandas](./18_Module_Statistics_Numpy_Pandas/24_statistics_numpy_pandas.md)|