2021-07-14 20:01:48 -07:00
# Help
Below are some resources for getting help if you run into trouble:
2021-09-01 05:17:49 -07:00
- [The PSF ](https://www.python.org ) hosts Python downloads, documentation, and community resources.
2023-04-07 04:19:47 -07:00
- [The Exercism Community on Discord ](https://exercism.org/r/discord )
2021-07-14 20:01:48 -07:00
- [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.
2022-03-29 18:45:14 -07:00
- [#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.
2021-07-14 20:01:48 -07:00
- [Python Community Forums ](https://discuss.python.org/ )
2022-03-29 18:45:14 -07:00
- [Free Code Camp Community Forums ](https://forum.freecodecamp.org/ )
- [CodeNewbie Community Help Tag ](https://community.codenewbie.org/t/help )
2021-07-14 20:01:48 -07:00
- [Pythontutor ](http://pythontutor.com/ ) for stepping through small code snippets visually.
2021-09-01 05:17:49 -07:00
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.