Note: Please be aware that this project has been archived, and is read-only. It is not being maintained and might contain out of date code.
Learn Python and Django using Microsoft Visual Studio for Windows!
- Visual Studio does not support python for MacOS or Linux. You can instead use an extension for Visual Basic Code
- To install python on Windows: VB 2017, VB 2015, or VB 2013 and Earlier
- To test if everything worked, press
alt + I
to open the Python Interactive window, and then entering2 + 2
. You should see the output of4
.
This repo contains three folders, the solutions to the Django tutorials that Microsoft offers (docs.microsoft.com/visualstudio/python)
Follow the tutorial and then you can check your answers/get unstuck in the solutions. These files should get you through steps 1-3.
Once again, follow the tutorial and check your work with the solutions. These files should get you through steps 4 and 5.
Finally, follow the tutorial and check your work with the solutions. This finishes off the Django tutorials that Microsoft offers. Good job!
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.