I am looking to help a 15 year old student to help him work with the logic of coding for any programming language or precisely python. He is good at studies but not in programming so I wanted to him out with the logic building ability. So I need your help in pointing me to a book or website which could help students to do activities based on this.
Thanks in advance

Tuhin PaulPosted Oct 20, 2024, 4:20 AM
Codewars
A platform where students can practice their coding skills through a series of challenges ("kata") that test their logic and problem-solving abilities. The student can start at a basic level and work their way up.
Swesh SPosted Oct 20, 2024, 10:58 AM
That helps! Thanks a lot Tuhin!!
Tuhin PaulPosted Oct 20, 2024, 4:19 AM
"Think Python: How to Think Like a Computer Scientist" by Allen B. Downey
This book is an excellent introduction to programming logic and problem-solving. It teaches Python in a clear, step-by-step manner, focusing on core concepts like loops, functions, conditionals, and recursion.