diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index b0c957398..e96cfdae0 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -70,6 +70,13 @@ Techbeamers.com provides step-by-step tutorials to teach Python. Each tutorial i `Learn Python Basic to Advanced `_ +Python Practice Problems for Beginner Coders +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This resource includes a Google Colab notebook, Python practice problems and solutions. This problem set is intended for people who already have familiarity with Python (or another language) and data types. Each problem highlights a few different skills, and they gradually become more complicated. It also provides additional resources to support each question, as well as additional Python coding exercises for more practice. + +`Python Practice Problems for Beginner Coders `_ + Online Python Tutor ~~~~~~~~~~~~~~~~~~~