|
1 | | -## [Version 1.0.1](https://github.com/Tanu-N-Prabhu/Python/tree/master/Release%20Notes) (2025-10-23) |
| 1 | +## [Version 1.0.1](https://github.com/Tanu-N-Prabhu/Python/tree/master/Release%20Notes) (2025-11-08) |
2 | 2 |
|
3 | | -> This release adds new advanced Python interview content, engineering design principles, and beginner-friendly data science guides, including a published Medium article. |
| 3 | +> This release expands the repository's educational scope by introducing new coding resources, interactive data science notebooks, and a dedicated section highlighting published Medium articles. Minor typos in the main README file have also been fixed. |
4 | 4 |
|
5 | 5 | ### Upgrade Steps |
6 | 6 | * No action required for users; all additions are documentation and learning-based. |
|
12 | 12 | * Added [Advanced Python Interview Questions and Answers](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Advanced_Python_Interview_Questions.md) |
13 | 13 | * Added [Python Engineering Design Principles](https://github.com/Tanu-N-Prabhu/Python/blob/master/Python%20Coding%20Interview%20Prep/Python_Engineering_Design_Principles.md) |
14 | 14 | * Added [Exploratory Data Analysis (EDA)](https://github.com/Tanu-N-Prabhu/Python/blob/master/Exploratory_Data_Analysis_(EDA).ipynb) |
15 | | -* Published new Medium article: [10 Must-Know Pandas Tricks Every Data Science Beginner Should Learn](https://medium.com/@tanunprabhu95/10-must-know-pandas-tricks-every-data-science-beginner-should-learn-6e75ab366042) |
| 15 | +* Published new Medium article: [10 Must-Know Pandas Tricks Every Data Science Beginner Should Learn](https://medium.com/@tanunprabhu95/10-must-know-pandas-tricks-every-data-science-beginner-should-learn-6e75ab366042) |
| 16 | +* Published new Medium article: [The First Step to Becoming a Data Scientist](https://medium.com/@tanunprabhu95/the-first-step-to-becoming-a-data-scientist-ce316b6fea5c) |
16 | 17 | * Improved [Installation Tools](https://github.com/Tanu-N-Prabhu/Python/blob/master/README.md#installation-tools) section by removing outdated content and adding clearer explanations with direct hyperlinks to essential tools. |
| 18 | +* Added [Featured Articles on Medium](https://github.com/Tanu-N-Prabhu/Python/tree/master?tab=readme-ov-file#featured-articles-on-medium) section in the main README to showcase published programming and tech articles for increased engagement and visibility. |
| 19 | + |
17 | 20 |
|
18 | 21 | ### Bug Fixes |
19 | | -* None |
| 22 | +* Fixed several typos in the main README file. |
| 23 | +* Corrected minor hyperlink issues and Markdown inconsistencies in documentation. |
20 | 24 |
|
21 | 25 | ### Performance Improvements |
22 | 26 | * Optimized Markdown and notebook readability for better GitHub preview and Colab execution. |
23 | 27 |
|
24 | 28 | ### Other Changes |
25 | 29 | * Beginner-friendly guides include hands-on examples in Google Colab for practical learning. |
| 30 | +* Streamlined visuals and repository structure for a cleaner GitHub presentation. |
26 | 31 |
|
0 commit comments