Difference between revisions of "Programming"

From RiceFamily Wiki
Jump to: navigation, search
(Tutorial)
 
(2 intermediate revisions by the same user not shown)
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]
 +
* [https://www.youtube.com/watch?v=CFRhGnuXG-4 Why You Shouldn't Nest Your Code]
 +
* [https://www.youtube.com/watch?v=JJ9zZ8cyaEk Debugging 101: Replace print() with icecream ic()]
 +
 +
= 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]]

Latest revision as of 05:41, 12 November 2023

IDE

Tutorial

Downloads