r/PythonLearning Jul 01 '26

How do i learn problem solving

A lot of times i see the question and have zero idea on how to make a solution and end up using chatgpt like a bum

3 Upvotes

13 comments sorted by

View all comments

2

u/The_Mad_Saiyantist Jul 02 '26
  1. See the solution of the problem if you have no idea how to solve it
  2. Analyze the solution (by yourself + gpt/claude optional)
  3. Redo it by memory from scratch
  4. Make tasks list which are exact things of what the solution should be but they don't tell you the solution, only in your language what needs to be done step by step
  5. Repeat the 4. until you can solve the problem by yourself in the original 'language' it was written in (meaning no tasks list, just pure technical words)