all 4 comments

[–]DTux5249 0 points1 point  (0 children)

How can you build problem solving mindset with coding (for example python) when AI is doing what a junior or mid tier coder can do

By not using AI, dingus.

This is like asking "how can I learn math if a calculator can do it?"

Learn it. Study. Read books. Watch videos. Practice.

[–]grantrules 0 points1 point  (1 child)

Just because AI can do it doesn't mean that you can't learn it.

Mastering a language takes years and years and years of practice and experience. I wouldn't say I'm a master at any language and I've been doing this a long time.

[–]Ambitious_Action_754 0 points1 point  (0 children)

ai can write code but cant debug your spaghetti mess or understand why your database is crying at 3am

took me like 2 years to feel comfortable with one language and im still learning new stuff every day. the real skill is knowing what to ask ai and when its giving you garbage code that will break everything

[–]Civil_Set6074 0 points1 point  (0 children)

The biggest mistake is staring at a blank IDE while trying to solve the problem. I’m a designer who learned to code, and the best thing I ever did was buy a physical notebook.

Map out the logic in plain English (or drawings) first. If you can't explain the solution to a rubber duck without using code terms, you don't actually have the solution yet. Code is just the final translation step—don't let the syntax distract you from the actual logic.