

(All operating systems) A download from typically use the Download Python 3.9.1 button that appears first on the page (or whatever is the latest version).

Install a version of Python 3 (for which this tutorial is written). To successfully complete this Django tutorial, you must do the following (which are the same steps as in the general Python tutorial): If you have any problems, you can search for answers or ask a question on the Python extension Discussions Q&A. The completed code project from this Django tutorial can be found on GitHub: python-sample-vscode-django-tutorial. For guidance on those aspects, refer to the Django documentation links at the end of this tutorial. This tutorial does not explore various details about Django itself, such as working with data models and creating an administrative interface. You create this app in the context of Visual Studio Code in order to understand how to work with Django in the VS Code terminal, editor, and debugger.

In this Django tutorial, you create a simple Django app with three pages that use a common base template. Django includes rich support for URL routing, page templates, and working with data.
