Difference between revisions of "Programming"

From RiceFamily Wiki
Jump to: navigation, search
(IDE)
Line 7: Line 7:
 
** [https://www.youtube.com/watch?v=-nh9rCzPJ20 YouTube - Visual Studio Code (Windows) - Setting up a Python Development Environment and Complete Overview]
 
** [https://www.youtube.com/watch?v=-nh9rCzPJ20 YouTube - Visual Studio Code (Windows) - Setting up a Python Development Environment and Complete Overview]
 
** [https://code.visualstudio.com/docs/setup/windows Setting Visual Studio Code for Windows]
 
** [https://code.visualstudio.com/docs/setup/windows Setting Visual Studio Code for Windows]
 +
 +
= Tutorial =
 +
* [https://www.youtube.com/watch?v=-nh9rCzPJ20&t=510s Visual Studio Code (Windows) - Setting up a Python Development Environment and Complete Overview]
 +
 +
= Downloads =
 +
* VSCode Site - https://code.visualstudio.com/
 +
* Python Installation - https://youtu.be/YYXdXT2l-Gg
 +
* Source Code Pro - https://github.com/adobe-fonts/source...
 +
* VENV Tutorial - https://youtu.be/APOPm01BVrk
 +
* Git Tutorial - https://youtu.be/HVsySz-h9r4
 +
* Unit Testing Tutorial - https://youtu.be/6tNS--WetLI
 +
* My VSCode Settings - http://bit.ly/vscode-coreyms
  
 
[[Category:Programming]]
 
[[Category:Programming]]
 
[[Category:Python]]
 
[[Category:Python]]

Revision as of 18:53, 2 October 2019

IDE

Tutorial

Downloads