You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Gemini CLI vs Claude Code: Which to Choose for Python Tasks
2
2
3
3
This folder provides the code examples for the Real Python tutorial [Gemini CLI vs Claude Code: Which to Choose for Python Tasks](https://realpython.com/gemini-cli-vs-claude-code/).
4
+
5
+
## Important Note
6
+
7
+
The code in this folder doesn't strictly match the code in the tutorial. The differences are the following:
8
+
9
+
- Consistently use double quotes in string literals
10
+
- Remove unused imports
11
+
- Reformat lines longer than 79 characters
12
+
13
+
These changes were required in order to meet the repository's quality rules.
0 commit comments