Getting help
When coding in Python, it's common to refer back to Python's documentation frequently: https://www.python.org/doc. In particular, check out https://docs.python.org/3.
If you'd like to read more about Python, there's no shortage of books to choose from: https://wiki.python.org/moin/PythonBooks.
When you come across errors, or some new or confusing code, I recommend you use Python Tutor to debug or test it out: https://pythontutor.com.
Last but not least: when you're stuck, ask someone in the Python community! We recommend you join our community on Slack: http://go.unimelb.edu.au/6mhi.
Last updated