From 4e96cce079aa04fcf0460b5198b0ee061c5308a4 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 6 Feb 2024 09:44:24 +0800 Subject: [PATCH] update ideas page --- docs/gsoc/ideas.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/gsoc/ideas.md b/docs/gsoc/ideas.md index 1f810ab0..aaf1e4e3 100644 --- a/docs/gsoc/ideas.md +++ b/docs/gsoc/ideas.md @@ -8,7 +8,6 @@ label: "Project Ideas" + Difficulty Level: 5/5 (Hard) + Skill: Advanced C++ with metaprogramming; Python -+ Mentor: [blueloveTH](https://github.com/blueloveTH) + Project Length: Medium (~180 hours) pocketpy has provided a low-level API for creating bindings. It is fast, lightweight and easy to debug. @@ -26,7 +25,6 @@ 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 -+ Mentor: [zhs628](https://github.com/zhs628) + Project Length: Small (~120 hours) Though pocketpy is designed for game scripting, @@ -41,7 +39,6 @@ You can mix C++ and Python code to simplify the overall workloads. + Difficulty Level: 5/5 (Hard) + Skill: Advanced C++; Regular Expression; Algorithm; CPython Details -+ Mentor: TBA + Project Length: Medium (~180 hours) pocketpy does not have `re` module yet.