From cd18023ba4af5d515fd5bf6edd4f4b9e931e1bdb Mon Sep 17 00:00:00 2001 From: The Top Dev Date: Thu, 23 Oct 2025 16:59:41 +0300 Subject: [PATCH] Week 4 : Using LLMs to translate Python Code to C++ compiled code-clear outputs --- .../python_to_cpp_translator.ipynb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/week4/community-contributions/python_to_cpp_translator.ipynb b/week4/community-contributions/python_to_cpp_translator.ipynb index 7106818..baf38e7 100644 --- a/week4/community-contributions/python_to_cpp_translator.ipynb +++ b/week4/community-contributions/python_to_cpp_translator.ipynb @@ -26,18 +26,9 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "\u001b[2mResolved \u001b[1m267 packages\u001b[0m \u001b[2min 10ms\u001b[0m\u001b[0m\n", - "\u001b[2mAudited \u001b[1m243 packages\u001b[0m \u001b[2min 467ms\u001b[0m\u001b[0m\n" - ] - } - ], + "outputs": [], "source": [ "!uv add openai anthropic python-dotenv google-generativeai\n", "#!pip install openai anthropic python-dotenv google-generativeai"