Difference between revisions of "Programming"

From RiceFamily Wiki
Jump to: navigation, search
(Created page with "* http://www.visualbuilder.com/csharp/tutorial/ * C Sharp Coding Notes * Python")
 
(Tutorial)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
* [[C Sharp Coding Notes]]
 
* [[C Sharp Coding Notes]]
 
* [[Python]]
 
* [[Python]]
 +
 +
= IDE =
 +
* [https://code.visualstudio.com/docs/?dv=win Code.VisualStudio.com] from Microsoft
 +
** [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]
 +
 +
= 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:Python]]

Latest revision as of 05:41, 12 November 2023

IDE

Tutorial

Downloads