AI generated Pythonista #40
mmccthomas
started this conversation in
Show and tell
Replies: 2 comments 1 reply
|
I guess that your request did not explain the rules but only something like "create a Pythonista program to play this game". Describing a request has always been the most difficult part of a program, even if an human programmed on base of another human request.. |
1 reply
|
Exporting code to Gemini AI and asking for a review yields extremely useful results. Typical partial response:
It seems that Gemini has a very good grasp of Pythonic code. I feel that this is also extremely useful for students learning Python, even if generation of code is not appropriate. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Has anybody tried Google Gemini (free version) to create Pythonista code?
As simple as ‘create a Tetris game to run in Pythonista’
I’ve tried it to create classic games Pong, Tetris and Galaxians.
I’m staggered what a good job it does, mainly using the Scene module.
I might have expected vanilla Python code, but not this.
I’ve put a few in my repo https://github.com/mmccthomas/Pythonista_games/tree/main/AI_Games
with a few notes on modifications needed.
I know that I’m late to this AI party, but all I can say is WOW!
Chris
All reactions