Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 540 Bytes

File metadata and controls

13 lines (7 loc) · 540 Bytes

Gemini CLI vs Claude Code: Which to Choose for Python Tasks

This folder provides the code examples for the Real Python tutorial Gemini CLI vs Claude Code: Which to Choose for Python Tasks.

Important Note

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