In this video I am typing in VSCodium with the Amazon Q extension. Amazon Q helpfully suggests lines of python code that I might want in my project. After I accepted print("Hello World"), it got pretty excited to suggest more hello world.
This is like those autocomplete games we used to play on iPhones. Every suggestion it made, I pretty much accepted. You see it pop up in grey, and I just press Tab to accept it. In a few cases I type some key words like 'if' and then I wait to see what it suggests and then I accept the suggestion.
I tried some if statements, while statements, even exception handling and comments. It definitely exceeded my expectations.