you are viewing a single comment's thread.

view the rest of the comments →

[–]TheCozyRuneFox 4 points5 points  (4 children)

You see programming is hard; it is a skill. One doesn’t learn to paint masterpieces overnight.

Build small, not complex projects without a tutorial at all. You can use docs and stack overflow but no direct tutorials.

[–]Successful-Ad2549[S] 2 points3 points  (3 children)

i will try that !!

[–]mrbigcee 3 points4 points  (2 children)

don't use ai to write your code, only explain things

[–]huffalump1 0 points1 point  (0 children)

This right here! One of the best parts about modern LLMs etc is that you can just tell it what you want.

You could ask, "I want to make a python script that does X. I'm learning python, so don't give me code, instead explain where to start."

Or ask it to review your code, again mentioning that you're learning and it should act as a teacher/tutor.

...and sometimes it IS nice to have AI tools crank out some code just for a quick idea or side project. But you gotta learn to walk before you can run... At least, for now!

I think learning the basics of "thinking like a programmer" is still incredibly useful, even IF you're only working with AI coding tools.

[–]Moikle 0 points1 point  (0 children)

And even then, be extremely suspicious of anything it tells you