This folder provides the code examples for the Real Python tutorial Gemini CLI vs Claude Code: Which to Choose for Python Tasks.
The code in this folder has been modified from the original tutorial version to meet this repository's quality rules. The changes are as follows:
-
Used double quotes consistently in string literals
-
Removed unused imports
-
Reformatted lines longer than 79 characters