Skip to content

Commit e156c3c

Browse files
committed
docs: update v1.3.0 release notes with additional refactors
1 parent 529bc07 commit e156c3c

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Release Notes/v1.3.0.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
### Refactor
3636

37-
3837
* **Refactored**: Standardized Python learning folder structure
3938
- Renamed `Src` to `01_Python_Basics` for improved beginner clarity
4039
- Renamed and corrected the `Exercise` folder to `02_Python_Exercises_And_Practice`
@@ -54,7 +53,17 @@
5453
- Removed the standalone `Lists` folder to eliminate duplication
5554
- Improved conceptual grouping of core Python data structures
5655
- Simplified navigation for beginners
57-
56+
57+
* **Refactored:** Consolidated core data structure examples into Python Basics
58+
- Moved String-related notebooks into **`01_Python_Basics`**
59+
- Moved Tuple-related notebooks into **`01_Python_Basics`**
60+
- Improved conceptual grouping of fundamental Python topics
61+
- Reduced fragmentation of beginner-level content
62+
63+
* **Refactored:** Reorganized HackerRank exercises under Python directory
64+
- Moved HackerRank exercise files into the main **`Python/`** folder
65+
- Aligned external practice problems with the repository’s learning structure
66+
- Improved discoverability of practice material for learners
5867
---
5968

6069

0 commit comments

Comments
 (0)