Skip to content

Commit 82b5792

Browse files
authored
Merge pull request #1281 from CodingTrain/beginner-guide
Updating the "Getting Started Guide"
2 parents 1d88a91 + f855072 commit 82b5792

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/pages/guides/getting-started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Get Started Guide'
2+
title: 'Getting Started Guide'
33
description: 'Guide with simple tips to get started into coding!'
4-
date: '2022-04-19'
4+
date: '2023-11-03'
55
---
66

77
## Welcome!
@@ -12,17 +12,17 @@ If you’re new to coding, getting started can feel overwhelming, hopefully this
1212

1313
There are two main tracks you can follow for total and complete beginners.
1414

15-
### Code! Programming with p5.js
15+
### Creative Coding for Beginners - Full Course!
1616

17-
<Video videoId="HerCR8bw_GE" listId="PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA"/>
17+
<Video videoId="4JzDttgdILQ" />
1818

19-
The [Code! Programming with p5.js Track](/tracks/code-programming-with-p5-js) focuses on the fundamentals of computer programming (variables, conditionals, iteration, functions & objects) with JavaScript.
19+
The [Learning Processing Track](/tracks/learning-processing) is the newest beginner series on the Coding Train! It covers all of the fundamentals of computer programming (variables, conditionals, loops, functions, objects, arrays) in Java with Processing.
2020

21-
### Learning Processing
21+
### Code! Programming with p5.js
2222

23-
<Video videoId="2VLaIr5Ckbs" list="PLzJbM9-DyOZyMZzVda3HaWviHqfPiYN7e"/>
23+
<Video videoId="HerCR8bw_GE" listId="PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA"/>
2424

25-
The [Learning Processing Track](https://youtube.com/playlist?list=PLzJbM9-DyOZyMZzVda3HaWviHqfPiYN7e) was recorded over 10 years ago in 2012 (!!) but the concepts and syntax remain the same today. It follows the textbook [Learning Processing](http://learningprocessing.com/) to walk you through all the basics of coding in Java with Processing.
25+
The [Code! Programming with p5.js Track](/tracks/code-programming-with-p5-js) focuses on the fundamentals of computer programming (variables, conditionals, iteration, functions & objects) with JavaScript.
2626

2727
## Languages
2828

@@ -34,9 +34,9 @@ If you are interested in learning web development, p5.js is a way to get started
3434

3535
## Tools
3636

37-
<Video videoId="gJa6wri8YNQ" listId="PLRqwX-V7Uu6Zu_uqEA6NqhLzKLACwU74X"/>
37+
<Video videoId="46WOuOrMwTQ" />
3838

39-
For a beginner, I recommend the [p5.js web editor](https://editor.p5js.org/), it’s probably the most used coding environment! You can also explore a downloadable text editor like [Visual Studio Code](https://code.visualstudio.com/). I cover all of these elements in [my 2018 workflow series](/tracks/2018-workflow). If you are using Processing, it comes [with its own development environment](https://processing.org/download)! There are many text editors out there – feel free to use whichever makes your coding experience comfortable!
39+
For a beginner, I recommend the [p5.js web editor](https://editor.p5js.org/), it’s probably the most used coding environment! If you are using Processing, it comes [with its own development environment](https://processing.org/download)! You can also explore a downloadable text editor like [Visual Studio Code](https://code.visualstudio.com/) for either! I cover tools beyond p5.js and Processing in [my 2023 workflow video](/tracks/2018-workflow/workflow/2023-update). There are many text editors out there – feel free to use whichever makes your coding experience comfortable!
4040

4141
## Version Control
4242

0 commit comments

Comments
 (0)