Don't know how to code? Use Amazon Q to learn the basics
This blog covers how to use Amazon Q in an IDE
Published Sep 1, 2024
Assuming that you don't know how to code. Install Amazon Q from here . We will write our first python code along with this blog. Let's go!!
Once you install Amazon Q add this to your plug in, you are good to go!
You can use it for free, connecting your account to AWS Builder ID
Then I have asked it to "generate me a basic python code for a non-coding person"
You may see so many codes and might not understand any.
No issues!!
You might have heard of "Hello world" . Let's ask it to generate something like that.
You might have heard of "Hello world" . Let's ask it to generate something like that.
Here we go!
Let's use
print("Hello, World!")
and copy paste ths on our IDE. Once you run this, you can see the first output.We have successfully run our first code.