Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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