The way we teach coding is all wrong. Here’s how it needs to change – TechRepublic

https://www.techrepublic.com/article/the-way-we-teach-coding-is-all-wrong-heres-how-it-needs-to-change/

Getting started with Python – Pi My Life Up

https://pimylifeup.com/getting-started-with-python/

C++ is now the fastest-growing programming language – TechRepublic

https://www.techrepublic.com/article/c-is-now-the-fastest-growing-programming-language/

Visual C# Hello World Tutorial Part 1

CodeAcademy – Javascript

Here is CodeAcademy’s tutorial on Javascript … https://www.codecademy.com/learn/javascript

Getting Started with RPG Maker

Click Here

Text Editor for HTML / JDI Assignments – Sublime

Download this to get the Sublime Text Editor for the Mac.  

HTML / JDI Hint – Image Size

Consider using this tag … <img  src=”http://upload.wikimedia.org/wikipedia/commons/3/36/2006-ca-turkey.jpg”>   You will notice that the image takes up the entire screen because it is such a large size.   Now try adding…

Turn your browser into a text editor

Use this code to turn your browser into a text editor. Copy and past the following code into your browser address bar. data:text/html, <body contenteditable style=”font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;”> OR…

Can you program a Website?

What does it take to learn to program?