Site icon Treehouse Blog

The Top 5 Programming Languages to Learn This Year

programming languages to learn

If you’re reading this, you’ve either decided to learn to code this year as a complete beginner or maybe you’re already a programmer and want to expand your skill set. Either way, you’re likely familiar with the reasons why learning to code is a worthwhile commitment and use of your time. But, you may also be wondering: Are there certain programming languages I should learn this year?

Here are the top 5 programming languages the Treehouse team recommends for 2018, alongside the most compelling reasons why you should learn them.

Start learning to code today.
Free Trial

1. JavaScript

JavaScript is an essential programming language to learn because it’s everywhere and in everything. What’s particularly great about JavaScript is that it works on both the client and server side so you can build offline apps, desktop apps, native apps, and even run it on IoT (Internet of Things) devices. It’s the universal programming language of the web and will continue to be, so if you’re unsure what to learn this year, you can’t go wrong with learning JavaScript.

Start learning JavaScript with one of our most popular courses, JavaScript Basics

BONUS TIP: If you already know JavaScript, check out TypeScript next, which is an enhanced version of JavsScript that provides static typing, classes, and interfaces. Check out the Getting Started with TypeScript course.

2. Python

Python has always been a popular programming language to learn as it’s incredibly beginner friendly. It isn’t verbose, and you’ll be able to build your coding skills quickly. In fact, we recently asked a selection of expert developers to share which programming language they recommended for a complete beginner and Python came out on top. It’s also a great language to learn due to the ever-growing demand for it in the job market. Whatsmore, Python will be even more relevant to learn this year as it’s also the most popular language for machine learning, which is becoming increasingly important. If you want to learn more about Python and what you can do with it, check out this great post by Kenneth Love.

Start learning Python with the Python Basics course

3. C#

Even though it was first released in 2000, C# has evolved at a steady pace and is still considered one of the most modern and popular programming languages used today. It’s easy to code and used in all types of software development. From writing web applications that run on most web servers, to mobile applications that run on practically any mobile device, and even in 3D games. In fact, C# will be a particularly valuable to learn this year as it’s used in Unity, which is the game engine that powers AR (Augmented Reality) and VR (Virtual Reality) experiences.

Another bonus to learning C# is that it can help prepare you to learn other languages. For example, C# and Java not only have similar syntax, they also share conceptual, architectural, and runtime similarities. So once you’ve grasped the fundamentals of C#, you ‘ll find yourself able to apply your understanding to other languages as well.

Start learning C# with the introductory C# Basics course

4. Go

The Go programming language is simple, powerful, and rapidly rising in popularity. The story of Go started with a team at Google writing a “wishlist” of goals they’d like to see in their ideal programming language. They wanted it to compile fast, the resulting programs to execute fast, to make it easy to write programs that support concurrency, and it to support garbage collection (the automatic freeing of unused memory, so they didn’t have to explicitly free memory in their code). The outcome was Go, and once you’ve started programming with it this year, you’ll see for yourself how well it meets all of their expectations. (We would recommend that you start learning Go once you’re comfortable with another language as you’ll find it easier to pick up if you’ve got some basic programming foundations.)

Start learning Go with the Go Language Overview course

5. Android with Kotlin

Compared to the other languages we’ve mentioned, Kotlin is relatively recent and only appeared back in 2011 as an open source project by JetBrains. Since then, Kotlin has grown to become a drop-in replacement for Java, giving Java developers the opportunity to upgrade to a more expressive language. JetBrains focused on efficiency when creating their new language, and you’ll experience the benefits of that early on when coding in Kotlin. In 2017, Google announced Kotlin was officially a supported language on the Android platform – which created a surge in popularity – and they’re working hard to get it on more platforms, making now the perfect time to invest in learning this rapidly growing language. To read more about Kotlin, check out the absolute beginner’s guide to Kotlin.

Learn how to build a simple Android App with Kotlin

Aside from these top 5, there are so many other programming languages to learn, depending on what you’re interested in and what you want to build with your code. Browse through the Treehouse Library to check out all of the topics we teach and ask us any questions you have in the comments below. We’re here to help you find the right language for you.

10 Popular Coding Courses at Treehouse

Exit mobile version