Displaying results 21 - 40 of 2,793 results for "sayloracademy cs404 programming languages"

Programming Languages, Part C

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

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

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


Programming Languages

. Course Length: 0 hours estimated

This class will give you an introduction to the fundamentals of programming languages. Key concepts include how to specify and process valid strings, sentences and program structures. Prerequisites and Requirements

Offered through Udacity | Taught by Westley Weimer


Problem Solving, Python Programming, and Video Games

Rated 3.4★ stars based on | 7 ratings · . Cost $49 · . Course Length: 99 hours estimated

This course is an introduction to computer science and programming in Python. Upon successful completion of this course, you will be able to: 1. Take a new computational problem and solve it, using several problem solving techniques including abstraction and...

Offered through Coursera | and created by University of Alberta | Taught by Duane Szafron, Paul Lu


Application Programming Fundamentals

Introduction to Application Development

Cost $49 · . Course Length: 10 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 Evan Bergman, Noel J. Bergman


C Programming: Getting Started - 1

C Programming with Linux

Cost $49 · . Course Length: 4 hours estimated

Start learning one of the most powerful and widely used programming languages

Offered through Coursera | and created by Dartmouth College, Institut Mines-Télécom | Taught by Rémi Sharrock, Petra Bonfert-Taylor


Write a Mini Game in Scala

Cost $9 · . Course Length: 2 hours estimated

In this 1 hour class you will learn Scala by writing a mini number guessing game. The product might seem simple but we will cover important Scala concepts such as type inference, objects, collection class, iterators, implicit class, and post-fix operators, in...

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



Julia: Getting Started

Cost $35 · . Course Length: 2 hours estimated

Every language has pros and cons... but what if I tell you that there is a language that was created with the experience of many other programming languages, with performance in mind, and that is able to provide all kinds of features available in general...

Offered through Pluralsight | Taught by Xavier Morera


Learning JVM Languages: JVM, Java, Scala

Cost $29 · . Course Length: 3 hours estimated

Java virtual machine (JVM) interprets Java bytecode and translates it into action, enabling Java applications to be run on any computer. JVM apps can be written in Java or Scala—two object-oriented languages with their own feature and benefits. This course...

Offered through LinkedIn Learning | Taught by Vincent van der Leun


Configure Your IDE with Visual Studio Code

Cost $9 · . Course Length: 1 hours estimated

In this 1 hour guided project, you will learn how to configure your IDE (integrated development environment) with Visual Studio Code. This project was designed with beginners in mind. You do not need extensive development knowledge to follow along. Although we...

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


Learn Java with no prior programming experience

Cost $9 · . Course Length: 2 hours estimated

Absolute beginners welcome! In this guided project, we’ll draw upon 40 years of research into the best ways to introduce new programming concepts in an enjoyable but rapid manner. Many courses with titles like "Java for Beginners" really mean “Java for people...

Offered through Coursera | and created by Coursera Project Network | Taught by Ravi Puralena


F# Fundamentals

Cost $29 · . Course Length: 5 hours estimated

F# continues the grand tradition of ML style functional programming languages, adding the power of the .NET runtime (CLR) and base class library. F# is an excellent general purpose language that extends the capabilities of C# with type providers, immutable data,...

Offered through Pluralsight | Taught by Liam McLennan


Hardware Description Languages for FPGA Design

FPGA Design for Embedded Systems

Rated 2.7★ stars based on | 11 ratings · . Cost $99 · . Course Length: 40 hours estimated

This course can also be taken for academic credit as ECEA 5361, part of CU Boulder’s Master of Science in Electrical Engineering degree. Hardware Description Languages for Logic Design enables students to design circuits using VHDL and Verilog, the most...

Offered through Coursera | and created by University of Colorado Boulder | Taught by Timothy Scherr, Benjamin Spriggs


C++ Programming: A Hands-on Introduction

A MicroMasters from edX

Cost $402 · . Contains 3 courses · . Course Total length: 30 hours estimated

Learn by doing! Codio courses are designed to engage and excite learners. Instead of reading or watching a video, you’ll be asked to write and run code (don’t worry, we provide code snippets to help get you started!). Course materials are presented in smaller,...

Offered through edX | and created by Codio | Taught by Anh Le


Compose and Program Music in Python using Earsketch

Cost $9 · . Course Length: 2 hours estimated

By the end of this course, you will create a basic composition using the Python programming language in Earsketch. You will learn basic Python functions in order to create a basic music composition. Learning basic Python functions will allow you to develop your...

Offered through Coursera | and created by Rhyme, Coursera Project Network | Taught by Stacey Shanklin-Langford, Melissa Al-Shaer


Programming in Java: A Hands-on Introduction

A Specialization from Coursera

. Contains 5 courses · . Course Total length: 69 hours estimated

This specialization is intended for people without programming experience who seek to develop Java programming skills and learn about the underlying computer science concepts that will allow them to pick up other programming languages quickly. In these four...

Offered through Coursera | and created by Codio | Taught by Anh Le, Patrick Ester, Elise Deitrick and others


Coding for Everyone: C and C++

A Specialization from Coursera

. Contains 4 courses · . Course Total length: 100 hours estimated

This Specialization is intended for all programming enthusiasts, as well as beginners, computer and other scientists, and artificial intelligence enthusiasts seeking to develop their programming skills in the foundational languages of C and C++. Through the four...

Offered through Coursera | and created by University of California, Santa Cruz | Taught by Ira Pohl


What Is Programming?

Cost $29 · . Course Length: 2 hours estimated

If you want to begin programming, start here. In this fast-paced and entertaining course, What Is Programming, you'll learn the fundamentals, the essential ideas, and the concepts for success in any programming language. First, you'll learn how to write a computer...

Offered through Pluralsight | Taught by Simon Allardice


Introduction to Programming in Swift 5

Swift 5 iOS Application Developer

Rated 4.2★ stars based on | 4 ratings · . Cost $99 · . Course Length: 20 hours estimated

Welcome to Introduction to Programming in Swift 5. In this course we will introduce you to the absolute basics of the Swift programming language. Whether you are a brand new programmer or have experience with other programming languages this course is for...

Offered through Coursera | and created by LearnQuest | Taught by Mark Price


Learn C# with no prior programming experience

Cost $9 · . Course Length: 2 hours estimated

Absolute beginners welcome! Did you know that programming has one of the highest dropout rates of all undergraduate majors? When approached in the wrong way, learning Java can be an incredibly frustrating process. In this guided project, we’ll draw upon 40 years...

Offered through Coursera | and created by Coursera Project Network | Taught by Ravi Puralena


Learn Python with no prior programming experience

Cost $9 · . Course Length: 2 hours estimated

Absolute beginners welcome! Did you know that programming has one of the highest dropout rates of all undergraduate majors? When approached in the wrong way, learning Java can be an incredibly frustrating process. In this guided project, we’ll draw upon 40 years...

Offered through Coursera | and created by Coursera Project Network | Taught by Ravi Puralena

Advanced Search Filters
Level: Any
Length: Any
Start: Anytime
Price: Any