A complete list of MOOCs and free online courses.

Upcoming MOOCs and Free Online Courses

Sort options

The Teacher's Social and Emotional Learning (Coursera)

Social and emotional learning, or SEL, programs have flourished in schools during the last decade. While this growth has been impressive, inadequate attention has been paid to teachers’ social and emotional learning. In this course Dan Liston and Randy Testa introduce you to various rationales for why [...]

¿Cómo viajamos por la ciudad? Asignación y equilibrio en redes de transporte (Coursera)

El movimiento de personas en una ciudad es un proceso complejo, pero que es muy importante de entender en profundidad para poder planificar adecuadamente el desarrollo de una ciudad. En este curso se presenta una introducción a diferentes herramientas que son aplicadas en la Ingeniería de Transporte para predecir [...]

Product Cost and Investment Cash Flow Analysis (Coursera)

This course discusses costs and business practices to establish the cost of a product. The concept of time value of money (TVM) is developed to determine the present and future values of a series of cash flows. TVM principles are then applied to personal finances and retirement planning. This [...]

Smart Contracts (Coursera)

This second course of the Blockchain specialization will help you design, code, deploy and execute a smart contract – the computational element of the blockchain technology. Smart contracts allow for implementing user-defined operations of arbitrary complexity that are not possible through plain cryptocurrency protocols. They allow users to implement [...]

Real-World Cloud Product Management 2 of 3 (Coursera)

Sponsored by AMAZON WEB SERVICES (AWS). Learn real-world technical and business skills for product managers or any job family involved in the rapidly expanding cloud computing industry. Ace the AWS Certified Cloud Practitioner Exam.

Last submitted or updated MOOCs and Free Online Courses

Algorithmic Toolbox (Coursera)

The course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. We will learn a lot of theory: how to sort data and how it helps for searching; how to break a large problem [...]

Algorithms for DNA Sequencing (Coursera)

We will learn computational methods -- algorithms and data structures -- for analyzing DNA sequencing data. We will learn a little about DNA, genomics, and how DNA sequencing is used. We will use Python to implement key algorithms and data structures and to analyze real genomes and DNA sequencing [...]

Algorithms for Searching, Sorting, and Indexing (Coursera)

This course covers basics of algorithm design and analysis, as well as algorithms for sorting arrays, data structures such as priority queues, hash functions, and applications such as Bloom filters. Algorithms for Searching, Sorting, and Indexing can be taken for academic credit as part of CU Boulder’s Master of [...]

Algorithms on Graphs (Coursera)

If you have ever used a navigation service to find optimal route and estimate time to destination, you've used algorithms on graphs. Graphs arise in various real-world situations as there are road networks, computer networks and, most recently, social networks! If you're looking for the fastest time to get [...]

Algorithms on Strings (Coursera)

World and internet is full of textual information. We search for information using textual queries, we read websites, books, e-mails. All those are strings from the point of view of computer science. To make sense of all that information and make search efficient, search engines use many string algorithms. [...]