This is one way I use AI for coding
dev.to·21h·
Discuss: DEV
Flag this post

The other day, while I was biking, an idea popped into my head: Why don’t I use AI to write pseudo code, then solve the problem using that? So I did it! I went to Claude told me to generate 10 small Python problems that I can practice on. My prompt? I want to hone my problem-solving skills. Can you create me basic problems in Python so I can practice? And voila, Claude created me a set of python projects from beginner to intermediate problems to help me hone my problem solving skills!

After Claude generated the problems, it also taught me how to use them:

How to practice:

  1. Work through each problem one at a time.
  2. Try to solve it without looking at solutions first.
  3. Test your code with the examples provide…

Similar Posts

Loading similar posts...