Skip to content

Commit 3ab482b

Browse files
authored
Remove 'Learn Python the Hard Way'
Unfortunately, I no longer feel comfortable recommending this resource -- [this article][0] betrays that the author seems to have a fundamental misunderstanding of several aspects of computer science and Python, and no longer seems to be a credible source to learn from. [0]: https://learnpythonthehardway.org/book/nopython3.html
1 parent 234c8af commit 3ab482b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@ That said, when working on your own programs, I would always pick Python 3 unles
615615
A fantastic and thorough introduction to Python via making games. For beginners.
616616
- [Invent with Python][python-invent]
617617
Teaches programming through the creation of computer games with Python and Pygame. For beginners.
618-
- [Learn Python the Hard Way][python-lpthw]
619-
Part of the "Learn X the Hard Way" series. Focuses on teaching by making the students work through a large number of exercises.
620618
- [The Hitchhiker's Guide to Python][python-hitchhiker]
621619
A comprehensive introduction to the Python ecosystem. Covers how to properly configure and set up a development environment in Python, best practices, writing idiomatic code, what the best 3rd party libraries are for different tasks, and shipping your code. Useful for both beginners and experts (however, the guide does not actually teach Python itself).
622620
- [pycrumbs][python-pycrumbs]

0 commit comments

Comments
 (0)