From bcd2b224dfb47ee0c8c1d2a151adf5f9032d78c4 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Mon, 12 Feb 2024 07:22:25 +0800 Subject: [PATCH] Update ideas.md --- docs/gsoc/ideas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gsoc/ideas.md b/docs/gsoc/ideas.md index df16e49d..51d44a8f 100644 --- a/docs/gsoc/ideas.md +++ b/docs/gsoc/ideas.md @@ -8,7 +8,7 @@ label: "Project Ideas" + Difficulty Level: 5/5 (Hard) + Skill: Advanced C++ with metaprogramming; Python -+ Project Length: Medium (~200 hours) ++ Project Length: Medium (175 hours) pocketpy has provided a low-level API for creating bindings. It is fast, lightweight and easy to debug. However, it still requires a lot of boilerplate code to create bindings for complex C++ classes. @@ -25,7 +25,7 @@ You can use C\+\+17 features to implement it, instead of C++11 used in pybind11. + Difficulty Level: 4/5 (Intermediate) + Skill: Intermediate C++; Python; Linear Algebra -+ Project Length: Medium (~180 hours) ++ Project Length: Medium (175 hours) Though pocketpy is designed for game scripting, some people are using it for scientific computing.