Identifying Useful Links
- Stack Overflow is useful for answering specific coding questions (but try to find posts with lots of upvotes)
- Websites with tutorials such as GeeksForGeeks are more useful for explaining a particular concept or algorithm
- If an answer contains concepts that you haven’t seen before, keep searching – there are often many ways to implement the same feature, and a different one might be more familiar
- If you’re not sure why an answer isn’t working, double check that it uses Python 3.7 or higher (and not Python 2)
Identifying Useful Links