Who Should Take This Course?
Here, we outline the intended audience and prerequisites of this course.
We'll cover the following
Thank you for choosing this course! We hope that this course will help you solve problems with Recursion in Python.
Intended Audience
This course is particularly for programmers who face difficulty in solving problems using Recursion. In this course, we start by teaching the basics of recursion using Python. Later, we build up to relatively complex problems that you’ll be able to solve by yourself as you progress through this course. The code widgets are editable so you can make changes on the go and test functions for your inputs.
Prerequisites
You need not have any previous knowledge of recursion, however, you should have basic knowledge of programming in Python. If you are new to Python language, I suggest you go through this course first.
Let’s dive right into the course.