Skip to content

Commit 39129bf

Browse files
author
Adimote
committed
Mention googling things instead of stackoverflow
1 parent b706e39 commit 39129bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/python-whirlwind-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Below is a list of websites that have some Python tutorials:
1414
* [Learn Microsoft](https://docs.microsoft.com/en-us/learn/modules/intro-to-python/)
1515
* [FreeCodeCamp (YouTube)](https://www.youtube.com/watch?v=rfscVS0vtbw&t=1s)
1616

17-
If you are stuck, then you can check if someone else had a similar issue on StackOverflow.
17+
Remember, if you are stuck, then you can usually Google the issue and find other people who have had a similar problem. [StackOverflow](https://stackoverflow.com) is a great question and answer site for programming, so if you see it on Google, it's usually a good result to look at.
1818

1919
## A short overview on how programs work
2020

0 commit comments

Comments
 (0)