Displaying results 1 - 20 of 2,793 results for "sayloracademy cs404 programming languages"

404: Programming Languag

. Course Length: 0 hours estimated

This course is an upper division computer science course that studies the design of programming languages. While most of the industry uses either procedural or object-oriented programming languages, there are entire families of other languages with certain...

Offered through Saylor Academy


Python Programming for Beginners

Cost $14 · . Course Length: 3 hours estimated

Learn Python with Python Programming for Beginners from Stone River eLearning. Delving into the world of coding can be intimidating. With so many complex languages and implementation possibilities, it's easy to become overwhelmed. By starting off with Python...

Offered through Udemy | Taught by Stone River eLearning


The Go Programming Language

Cost $29 · . Course Length: 4 hours estimated

Go is awesome! It looks like C, but don't be deceived - it is completely different! The Go Programming Language is a new programming language from Google. It is very different than many other modern programming languages, and is a great substitute for C or C++. In...

Offered through Pluralsight | Taught by John Sonmez


Introduction to Functional Programming

Rated 4.1★ stars based on | 11 ratings · . . Course Length: 24 hours estimated

Broadly speaking, functional programming is a style of programming in which the primary method of computation is the application of functions to arguments. Among other features, functional languages offer a compact notation for writing programs, powerful...

Offered through edX | and created by Delft University of Technology (TU Delft), DelftX, Delft University of Technology | Taught by Erik Meijer


Programming Languages â…¡

Cost $49 · . Course Length: 32 hours estimated

The goal of this course is to help students

Offered through Coursera | and created by Korea Advanced Institute of Science and Technology(KAIST) | Taught by Sukyoung Ryu


Programming Languages â… 

Cost $49 · . Course Length: 32 hours estimated

The goal of this course is to help students

Offered through Coursera | and created by Korea Advanced Institute of Science and Technology(KAIST) | Taught by Sukyoung Ryu



Start Programming in Kotlin (Part I)

Cost $9 · . Course Length: 1 hours estimated

This 1.5 hour project-based course is the first of a two part class that will get you started programming using one of the newest programming languages, Kotlin. Kotlin has a bright future as the new Google preferred language for Android application development. It...

Offered through Coursera | and created by Coursera Project Network | Taught by Harrison Kong


Create C Control Constructs using DevC++

Cost $9 · . Course Length: 2 hours estimated

By the end of this project you will implement a C program that determines how many words, characters, and lines are in a file using C control constructs. The C programming language is the basis for many other programming languages. Its syntax has been used in...

Offered through Coursera | and created by Coursera Project Network | Taught by David Dalsveen


Programming Foundations: Object-Oriented Design

Become a Programmer

Cost $29 · . Course Length: 3 hours estimated

Most modern programming languages, such as Java, C#, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself is not a language; it's simply a set of ideas...

Offered through LinkedIn Learning | Taught by Simon Allardice


Create a C Program using DevC++ to Demonstrate Scope

Cost $9 · . Course Length: 2 hours estimated

By the end of this project you will implement a program using C that demonstrates the notion of scope and its effect on variables. The C programming language is the basis for many other programming languages. Its syntax has been used in languages such as C++,...

Offered through Coursera | and created by Coursera Project Network | Taught by David Dalsveen


Process File Data using C Pointers

Cost $9 · . Course Length: 2 hours estimated

By the end of this project you will implement a program using C that uses pointers to access a csv file and searches the file for a character string. The C programming language is the basis for many other programming languages. Its syntax has been used in...

Offered through Coursera | and created by Coursera Project Network | Taught by David Dalsveen


Programming for Everyone – An Introduction to Visual Programming Languages

Rated 4.5★ stars based on | 2 ratings · . Cost $39 · . Course Length: 24 hours estimated

The world around us becomes immersed in technology, which is ultimately driven by programming and governed by its laws. We believe that high-level knowledge of means for programming ‒ past, present, and most importantly, future ‒ is of crucial interest to many....

Offered through edX | and created by IsraelX | Taught by David Harel, Dr. Michal Gordon, Michal Gordon


Quantum Computing for Everyone

A MicroMasters from edX

Cost $358 · . Contains 2 courses · . Course Total length: 40 hours estimated

This program serves as an introduction to quantum computing by teaching learners the foundations. It helps them develop an intuitive understanding of the physics that underlie quantum computation, the basics of the mathematical operations, and the rudiments of...

Offered through edX | and created by University of Chicago | Taught by Diana Franklin, Kate Smith


Assembly Language: The (Sega) Genesis of Programming: CodeMash

CodeMash Conference 2020

Cost $35 · . Course Length: 0 hours estimated

Have you wondered how many popular video games of the 70s, 80s, and 90s managed to look, sound, and play well despite running on very limited hardware? One reason is that many of these games were written in assembly languages. Unlike compiled or interpreted...

Offered through Pluralsight | Taught by CodeMash


Visual Studio 2015 Essential Training: 04 Surveying the Programming Languages

Cost $25 · . Course Length: 0 hours estimated

You have many choices when you start coding in Visual Studio. Language is one of the most exciting. In this installment of Visual Studio 2015 Essentials, Walt Ritscher surveys the programming languages available, including C#, Visual Basic, C++, and F#, as...

Offered through LinkedIn Learning | Taught by Walt Ritscher


Object-Oriented Programming Concepts

Introduction to Application Development

Cost $49 · . Course Length: 12 hours estimated

In Object-Oriented Concepts, we will introduce the core concepts behind modern, object-oriented, programming. We will discuss objects, classes, messaging, inheritance, polymorphism, and more. As with Fundamentals of Programming, we will illustrate the concepts...

Offered through Coursera | and created by LearnQuest | Taught by Noel J. Bergman


Programming Languages, Part A

Rated 4.9★ stars based on | 402 ratings · . Cost $39 · . Course Length: 72 hours estimated

This course is an introduction to the basic concepts of programming languages, with a strong emphasis on functional programming. The course uses the languages ML, Racket, and Ruby as vehicles for teaching the concepts, but the real intent is to teach enough about...

Offered through Coursera | and created by University of Washington | Taught by Dan Grossman


Programming Languages, Part B

Rated 4.9★ stars based on | 106 ratings · . Cost $29 · . Course Length: 48 hours estimated

[As described below, this is Part B of a 3-part course. Participants should complete Part A first -- Part B "dives right in" and refers often to material from Part A.] This course is an introduction to the basic concepts of programming languages, with a strong...

Offered through Coursera | and created by University of Washington | Taught by Dan Grossman


Introduction to C Programming Variables Input Output

Cost $9 · . Course Length: 2 hours estimated

In this project you will implement a program using C that demonstrates the basic data types and how to input and output them. The C programming language is the basis for many other programming languages. Its syntax has been used in languages such as C++, Java,...

Offered through Coursera | and created by Coursera Project Network | Taught by David Dalsveen


Object-Oriented Programming with Java

Cost $9 · . Course Length: 1 hours estimated

In this project you will create a fun social media profile app for pets while learning the principles of object-oriented programming. By the end of the project, you will understand the 4 principles of object-oriented programming, write object-oriented code in...

Offered through Coursera | and created by Rhyme, Coursera Project Network | Taught by Harrison Kong

< Previous Page
Advanced Search Filters
Level: Any
Length: Any
Start: Anytime
Price: Any