17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
# Help
|
|
|
|
Below are some resources for getting help if you run into trouble:
|
|
|
|
- [The PSF](https://www.python.org) hosts Python downloads, documentation, and community resources.
|
|
- [The Exercism Community on Discord](https://exercism.org/r/discord)
|
|
- [Python Community on Discord](https://pythondiscord.com/) is a very helpful and active community.
|
|
- [/r/learnpython/](https://www.reddit.com/r/learnpython/) is a subreddit designed for Python learners.
|
|
- [#python on Libera.chat](https://www.python.org/community/irc/) this is where the core developers for the language hang out and get work done.
|
|
- [Python Community Forums](https://discuss.python.org/)
|
|
- [Free Code Camp Community Forums](https://forum.freecodecamp.org/)
|
|
- [CodeNewbie Community Help Tag](https://community.codenewbie.org/t/help)
|
|
- [Pythontutor](http://pythontutor.com/) for stepping through small code snippets visually.
|
|
|
|
Additionally, [StackOverflow](http://stackoverflow.com/questions/tagged/python) is a good spot to search for your problem/question to see if it has been answered already.
|
|
If not - you can always [ask](https://stackoverflow.com/help/how-to-ask) or [answer](https://stackoverflow.com/help/how-to-answer) someone else's question.
|