From 032769a6b8bf02103c2131e7cece003506971ebd Mon Sep 17 00:00:00 2001 From: SentinelWarren Date: Wed, 4 Jan 2017 23:17:20 +0300 Subject: [PATCH] Fixed Alphabetical Order --- free-courses-en.md | 2 +- problem-sets-competitive-programming.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index 708af507..1353c596 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -235,8 +235,8 @@ * [An Introduction to Interactive Programming in Python (Part 1)](https://www.coursera.org/learn/interactive-python-1) (Coursera) * [An Introduction to Interactive Programming in Python (Part 2)](https://www.coursera.org/learn/interactive-python-2) (Coursera) -* [Codesdope](https://www.codesdope.com/python-introduction) * [Berkeley's Structure and Interpretation of Computer Programs](http://cs61a.org) +* [Codesdope](https://www.codesdope.com/python-introduction) * [Google's Python Course](https://developers.google.com/edu/python/) * [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) (MIT's opencourseware) * [Learn Python](https://pythonspot.com) diff --git a/problem-sets-competitive-programming.md b/problem-sets-competitive-programming.md index 6b125918..b34528a9 100644 --- a/problem-sets-competitive-programming.md +++ b/problem-sets-competitive-programming.md @@ -65,8 +65,8 @@ * [Python Practice Projects](http://pythonpracticeprojects.com) * [Rosalind](http://rosalind.info/problems/locations/) * [Sphere Online Judge](http://www.spoj.com/problems/classical) +* [The Python Challenge](http://www.pythonchallenge.com) * [TalentBuddy](http://www.talentbuddy.co/blog/) * [Timus Online Judge](http://acm.timus.ru) -* [The Python Challenge](http://www.pythonchallenge.com) * [URI Online Judge](https://www.urionlinejudge.com.br/judge/login) * [UVa Online Judge](https://uva.onlinejudge.org/index.php?Itemid=8&option=com_onlinejudge) -- GitLab