Skip to content

Commit 46d28e5

Browse files
committed
modifying links from medium to original sources where possible
1 parent e4f7a4b commit 46d28e5

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

content/pages/01-introduction/04-python-2-or-3.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ gone through the process and have advice for making it less painful.
130130
strongly encourages Python 3 adoption by publicly stating their
131131
intentions.
132132

133-
* Only 28% of dependencies still only support Python 2, according to
134-
[this post's analysis of 6000 Python libraries](https://medium.com/broken-window/python-3-support-for-third-party-libraries-dcd7a156e5bd).
135-
The other 72% of libraries either support both Python 2 & 3 (14%), or only
136-
support Python 3 (58%).
137-
138133
* [There isn’t really a Python 2 vs Python 3 Problem](http://pythonforengineers.com/there-isnt-really-a-python-2-vs-python-3-problem/)
139134
tries to cut past the concern about the Python 2 vs 3 divide and explain
140135
that it's really not a major concern as a Python programmer. The

content/pages/01-introduction/08-best-python-resources.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ should skip down to the next section for "experienced developers".
7979
is a book of Python exercises to help you learn the basic language syntax.
8080

8181
* Looking for ideas about what projects to use to learn to code? Check out
82-
[this list of 5 programming projects for Python beginners](https://medium.com/learning-journalism-tech/five-mini-programming-projects-for-the-python-beginner-21492f6ce0f3).
82+
[this list of 5 programming projects for Python beginners](https://knightlab.northwestern.edu/2014/06/05/five-mini-programming-projects-for-the-python-beginner/).
8383

8484
* There's a Udacity course by one of the creators of Reddit that shows how to
8585
[use Python to build a blog](https://www.udacity.com/course/web-development--cs253).

0 commit comments

Comments
 (0)