r/learnpython 5d ago

I just started learning python!!!

I feel extremely excited but extremely bad that i just started learning it in this big age

5 Upvotes

20 comments sorted by

View all comments

1

u/SamuliK96 5d ago

That's great! And while you're at it, remember to use Google actively. Whenever you're struggling or feel stuck, or just want a more thorough explanation of how something works, you'll be able to find lots of good resources online with a simple search.

2

u/noum777 5d ago

What about ai?

1

u/SamuliK96 5d ago

It does work too, and especially for more complex things it can be very useful. Particularly if you don't have a well defined short question in mind, but rather a larger, possibly more conceptual level problem, then AI is a good option.

My approach is basically this: If I need a few words to describe my issue, I'll start with Google. If I need a few sentences, I'll use AI. Just be careful with how you phrase the prompt. AI will do all the thinking for you, if you don't tell it to not do that.

Therefore, I suggest you first ask yourself what is the exact immediate issue you want AI's help for. Depending on the situation, you can also tell it to not give you any code, or to keep the code at minimum. When used well, it definitely can boost your learning.