Page cover

Programming 101

The beginners guide to coding. A great place to start for those with zero experience!

circle-info

This area is still under construction and is currently incomplete.

circle-info

This guide is designed for beginners to intermediate programmers and focuses a lot on python basics. You can see other supported languages on the side navigation as well.

Imagine you want to write an albeit simple but still very important programme in many different programming languages, so that the phrase "Hello World!" is outputted.

print("Hello, World!")

Last updated

Was this helpful?