Welcome to my third weekly check-in!
1. What did you do this week?
This week I spent time on optimizing the "abs" built-in and understanding the "operators" module.
2. What is coming up next?
Next up, I will be working on adding support for "max" and "min" built-in after discussing potential optimizations with my mentors.
3. Did you get stuck anywhere?
Yes, I was stuck while implementing the "BUILTIN_ABS" CPython implementation for Nuitka. I have fixed it by doings the version checks.
Thank you for reading!