coding

Courses tagged with "coding"

Your technical expertise and analytical precision could propel a cutting-edge digital career. You'll find a variety of relevant training resources as well as first-hand experiences of programmers and web developers on this page.

Your technical expertise and analytical precision could propel a cutting-edge digital career. You'll find a variety of relevant training resources as well as first-hand experiences of programmers and web developers on this page.

This free course will teach you how to write your own computer programs, one line of code at a time. You'll learn how to access open data, clean it and analyse it and to produce visualisations. You will also learn how to write up and share your analyses, privately or publicly.

Coding isn’t just something for computers or programmers. We all use it and it quietly powers much of our everyday life, but you don’t need to be a coder to understand or appreciate it, as these everyday examples demonstrate.

National Coding Week is here and this year's theme focuses on AI - so delve into our FREE courses, articles and video content on all things to do with coding and artificial intelligence. 

To celebrate the BBC's Make It Digital season, which includes three co-productions with The Open University, we have collated together a wide array of digital delights for you to get stuck into!
A summary of everything you have learned in the 'Simple Coding' collection. 
Learn how to do some more advanced tasks using strings and for loops.
Learn how a for loop is structured and how to write them.
Find out about another way to program repetition, for loops.
Learn how to work more in-depth with strings in JavaScript.
Learn to use sentinels within while statements to prevent infinite loops.
Learn how to start programming for repetition with the while statement.
Learn how to read and use more complex conditional statements in JavaScript.
Learn how to execute several actions at once by using compound statements.
Increase the power of your if statements with else.
Find out about some good ways to test your software, and why testing is important.
Learn how to use an if statement in order to carry out different courses of action based on differing conditions.
Learn how to write boolean expressions for use in JavaScript.
A quick primer on some of the good practices and styles you should use when writing JavaScript.