Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder.

This commit is contained in:
Zied
2026-02-25 10:14:44 +01:00
parent 338420a924
commit 0fb8b52bcb
1092 changed files with 41407 additions and 3566 deletions

View File

@@ -1,6 +1,8 @@
---
name: python-performance-optimization
description: Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.
description: "Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance."
risk: unknown
source: community
---
# Python Performance Optimization