diff --git a/docs/source/posts/2024/2024-08-21-wachiou-final-report.rst b/docs/source/posts/2024/2024-08-21-wachiou-final-report.rst new file mode 100644 index 000000000..f98e362ac --- /dev/null +++ b/docs/source/posts/2024/2024-08-21-wachiou-final-report.rst @@ -0,0 +1,55 @@ +.. image:: https://developers.google.com/open-source/gsoc/resources/downloads/GSoC-logo-horizontal.svg + :height: 40 + :target: https://summerofcode.withgoogle.com/programs/2023/projects/ED0203De + +.. image:: https://www.python.org/static/img/python-logo@2x.png + :height: 40 + :target: https://summerofcode.withgoogle.com/programs/2023/organizations/python-software-foundation + +.. image:: https://python-gsoc.org/logos/fury_logo.png + :width: 40 + :target: https://fury.gl/latest/index.html + + + +Google Summer of Code Final Work Product +======================================== + +.. post:: August 21 2024 + :author: Wachiou BOURAIMA + :tags: google + :category: gsoc + +- **Name:** Wachiou BOURAIMA +- **Organisation:** Python Software Foundation +- **Sub-Organisation:** FURY +- **Project:** `Modernization of Codebase FURY. `_ + +Abstract +-------- + +The goal of this project was to modernize the FURY codebase by updating the codebase to use modern Python features and best practices. The project was divided into three main parts: modernizing the codebase, updating the documentation, and improving the test coverage. The project was successful in modernizing the codebase, updating the documentation, and improving the test coverage. The project also included a number of other improvements, such as updating the dependencies, adding new features, and fixing bugs. + + + +Proposed Objectives +------------------- + +- Improved readability and maintainability: + + - Implementing the Keywork-only decorator, which will reinforce explicit parameter passing and improve code clarity for future developers + +- Performance optimization: + + - Integrating lazy loading functionality, ensuring that resources are only loaded when they're needed, resulting in a significant improvement in efficiency for FURY users. +- updating the documentation: + + - Updating the documentation to reflect the changes made to the codebase, ensuring that users have access to accurate and up-to-date information. + - Improving the test coverage: +- Improved code structure: + + - Refactoring the codebase to improve the overall structure and organization of the code, making it easier for developers to navigate and understand the codebase. + + +Objectives Completed +--------------------