From 2f8d70be9c4ff406e014dc201de2441a494814b1 Mon Sep 17 00:00:00 2001 From: allegrabee <94021374+allegrabee@users.noreply.github.com> Date: Tue, 9 Nov 2021 15:05:52 -0800 Subject: [PATCH] Adding Python Practice Problem resource @kennethreitz suggested I send a pull request for this resource, I emailed him late September about this but I only just got around to it! This resource is from UC Berkeley's School of Information. --- docs/intro/learning.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~