Beginner Resources

Python

Python is a high-level programming language that serves as a great first coding language to learn and for general-purpose software engineering. Python can be valuable to know and has grown in popularity as it is an open-source language and has many resources that can support new coders.

Open Resource

Javascript

Five words: world's most popular programming language. If you’re interested in website development, this is the most important programming language to know! It’s the default language of the internet and very valuable for game designers (perfect for a hackathon…) It’s also easy to learn!

Open Resource

HTML/CSS

The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. Using HTML, you can define headers, paragraphs, links, images, and more, so your browser knows how to structure the web page you're looking at. Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.

Open Resource