Programming Languages

Sort options

Programming with Golang (Coursera)

Apr 29th 2024
Programming with Golang (Coursera)
Course Auditing
Categories
Effort
Languages
Step into the world of Programming with Golang course, where you will explore an in-depth understanding of the Go programming language from its fundamentals to advanced concepts. During this course, you will empower your coding journey. This is not just about learning a programming language; it's a transformative experience [...]

Learn Imba (Coursera)

Apr 29th 2024
Learn Imba (Coursera)
Course Auditing
Categories
Effort
Languages
In this class, you'll dive into Imba, the programming language used to build scrimba.com. Imba, a compile-to-JavaScript language, packs a punch with nifty features for whipping up web apps, including built-in tags and styles. We'll cover the ABCs of Imba syntax and work on creating a Dopamine Box app. [...]

Learn JavaScript (Coursera)

Apr 29th 2024
Learn JavaScript (Coursera)
Course Auditing
Categories
Effort
Languages
This is perhaps the most interactive JavaScript course ever recorded. It contains 140+ coding challenges, meaning that you will finally build that ever-so-important JavaScript muscle memory. You will solve the challenges directly in the browser thanks to Scrimba's interactive video technology, so there's not setup needed. Say goodbye to [...]

Programming Languages Ⅱ (Coursera)

The goal of this course is to help students: learn new languages quickly; evaluate various languages and pick the most suitable one for a given task; know when and how to design a little language, and understand the effects of languages on thought and communication.

Computational Thinking with Javascript 1: Draw & Animate (Coursera)

Apr 29th 2024
Computational Thinking with Javascript 1: Draw & Animate (Coursera)
Course Auditing
Categories
Effort
Languages
This is the first course in a sequence of four courses that develops essential 21st century computational thinking (CT) skills using the popular JavaScript language as a vehicle. At the end of this first course you will: know a framework for CT to help you learn about it and [...]

Introduction to R Programming for Data Science (Coursera)

Apr 29th 2024
Introduction to R Programming for Data Science (Coursera)
Course Auditing
Categories
Effort
Languages
When working in the data science field you will definitely become acquainted with the R language and the role it plays in data analysis. This course introduces you to the basics of the R language such as data types, techniques for manipulation, and how to implement fundamental programming tasks. [...]

Introduction to Java as a Second Language (Coursera)

Apr 29th 2024
Introduction to Java as a Second Language (Coursera)
Course Auditing
Categories
Effort
Languages
This course is meant to be an introduction to Java as a second language, if you are familiar with any computer programming language. It could be shell scripting, knowledge of older Java versions, JavaScript, etc. This course will allow you to quickly pick up the Java programming language. You [...]

Concurrency in Go (Coursera)

Learn how to implement concurrent programming in Go. Explore the roles of channels and goroutines in implementing concurrency. Topics include writing goroutines and implementing channels for communications between goroutines. Course activities will allow you to exercise Go’s capabilities for concurrent programming by developing several example [...]

Getting Started with Go (Coursera)

Learn the basics of Go, an open source programming language originally developed by a team at Google and enhanced by many contributors from the open source community. This course is designed for individuals with previous programming experience using such languages as C, Python, or Java, and covers the fundamental [...]

Functions, Methods, and Interfaces in Go (Coursera)

Continue your exploration of the Go programming language as you learn about functions, methods, and interfaces. Topics include the implementation of functions, function types, object-orientation in Go, methods, and class instantiation. As with the first course in this series, you’ll have an opportunity to create your own Go applications [...]