From 0a08de7808b935b5bc56f6c1fbd48402bfffb1f6 Mon Sep 17 00:00:00 2001 From: Tony <43940346+TonyRCameron@users.noreply.github.com> Date: Wed, 28 Oct 2020 07:28:44 -0700 Subject: [PATCH] Added Problem Set (#4792) * Update problem-sets-competitive-programming.md Added Practice Python to Problem Sets * Update problem-sets-competitive-programming.md --- problem-sets-competitive-programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/problem-sets-competitive-programming.md b/problem-sets-competitive-programming.md index 67eab4f9..4623eef1 100644 --- a/problem-sets-competitive-programming.md +++ b/problem-sets-competitive-programming.md @@ -90,6 +90,7 @@ * [PEG Judge](http://wcipeg.com) * [PKU Online Judge](http://poj.org) * [Ponder This!](https://www.research.ibm.com/haifa/ponderthis/index.shtml) +* [Practice Python](https://www.practicepython.org) * [ProblemBook.NET](https://github.com/AndreyAkinshin/ProblemBook.NET) * [Project Euler](https://projecteuler.net) * [Python Practice Projects](http://pythonpracticeprojects.com) -- GitLab