For your information, I am going to use Microsoft Visual Code Studio to develop Python software based on django.
Prerequisites
Install a version of Python 3
brew install python3 |
If you face any issue while installing by brew, please run following command to get more help.
|
The documentation I referenced is actually located at https://code.visualstudio.com/docs/python/tutorial-django, so you can know more if you have any additional doubt or curious.