Library

Explore 200,000 online courses/books/problem sets in over 2,050 subjects. From Computer Science, Business, and Personal Development to Arts, STEM, and more. Find your perfect MOOC.

Library

Learning Product
Subject
Difficulty
Cost
Certificate
Provider
Publisher
University
Institution
Tag

Provider : 4 ×

Financing Innovative Ventures

This course will demystify key financial concepts to give aspiring and active entrepreneurs and innovators a guide for understanding their financials and securing funding. Assuming that our learners...

Online Courses EdX 💰 Business

Financing Innovative Ventures

This course will demystify key financial concepts to give aspiring and active entrepreneurs and innovators a guide for understanding their financials and securing funding. Assuming that our...

Six Sigma Part 1: Define and Measure

In this first course of the Six Sigma Program, you will understand the background and meaning of Six Sigma and the five steps of the DMAIC process improvement flow: Define, Measure, Analyze, Improve,...

Online Courses EdX 💰 Business

Six Sigma Part 1: Define and Measure

In this first course of the Six Sigma Program, you will understand the background and meaning of Six Sigma and the five steps of the DMAIC process improvement flow: Define, Measure, Analyze,...

Managing Conflicts on Projects with Cultural and Emotional Intelligence

Every program and project has a social world. The program managers, project managers, project teams, and stakeholders mutually agree on roles and interact based on those roles. Great program...

Online Courses EdX 💰 Business

Managing Conflicts on Projects with Cultural and Emotional Intelligence

Every program and project has a social world. The program managers, project managers, project teams, and stakeholders mutually agree on roles and interact based on those roles. Great...

Persuasion and Presence for Program and Project Managers

Persuasion is the central to leading leaders. As a program manager or project manager, you may lead a team with many senior contributors. Often they will have more experience, more skin in the game,...

Online Courses EdX 💰 Business

Persuasion and Presence for Program and Project Managers

Persuasion is the central to leading leaders. As a program manager or project manager, you may lead a team with many senior contributors. Often they will have more experience, more skin in the...

Effective Communication for Program and Project Stakeholders and Teams

“Everyone communicates, but few connect” is a famous book and message by John C. Maxwell on leadership. The meaning behind this message is that as leaders of programs and projects, we need to be...

Online Courses EdX 💰 Business

Effective Communication for Program and Project Stakeholders and Teams

“Everyone communicates, but few connect” is a famous book and message by John C. Maxwell on leadership. The meaning behind this message is that as leaders of programs and projects, we need to...

Designing Project Information Hubs for Program and Project Performance

Communication complexity rapidly increases even with a few program or project team members and stakeholders. Project managers are the “hub” of their project communication. Program managers are...

Online Courses EdX 💰 Business

Designing Project Information Hubs for Program and Project Performance

Communication complexity rapidly increases even with a few program or project team members and stakeholders. Project managers are the “hub” of their project communication. Program managers...

Product Management Fundamentals

Product management is one of the fastest growing and most lucrative jobs available today. Companies have awoken to the desperate need for product managers to create products that customers love, that...

Online Courses EdX 💰 Business

Product Management Fundamentals

Product management is one of the fastest growing and most lucrative jobs available today. Companies have awoken to the desperate need for product managers to create products that customers love,...

Agile Leadership Principles and Practices

Agile can often challenge project managers in the realm of leadership. Old styles of command-control are now a thing of the past, except for the most conservative organizations. While good leaders...

Online Courses EdX 💰 Business

Agile Leadership Principles and Practices

Agile can often challenge project managers in the realm of leadership. Old styles of command-control are now a thing of the past, except for the most conservative organizations. While good...

Modern Product Leadership

Product Managers are masters at internal sales, team building, delegation, and empowerment. They also know that great product management careers are not built alone. From envisioning a product...

Online Courses EdX 💰 Business

Modern Product Leadership

Product Managers are masters at internal sales, team building, delegation, and empowerment. They also know that great product management careers are not built alone. From envisioning a...

Achieving Product-Market Fit

Entrepreneur and investor Marc Andreessen coined the term product-market fit in 2007 when he said, “Product-market fit means being in a good market with a product that can satisfy that market.”...

Online Courses EdX 💰 Business

Achieving Product-Market Fit

Entrepreneur and investor Marc Andreessen coined the term product-market fit in 2007 when he said, “Product-market fit means being in a good market with a product that can satisfy that...

Supply Chain Fundamentals

This Supply Chain Fundamentals course is part of the MITx MicroMasters Credential in Supply Chain Management, offered by #1 ranked SCM Master's program at the Massachusetts Institute of...

Online Courses EdX 💰 Business

Supply Chain Fundamentals

This Supply Chain Fundamentals course is part of the MITx MicroMasters Credential in Supply Chain Management, offered by #1 ranked SCM Master's program at the Massachusetts Institute...

Introduction to Functional Programming

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...

Online Courses EdX 💰 Programming

Introduction to Functional Programming

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...

Computing in Python I: Fundamentals and Procedural Programming

This course starts from the beginning, covering the basics of how a computer interprets lines of code; how to write programs, evaluate their output, and revise the code itself; how to work with...

Online Courses EdX 💰 Programming

Computing in Python I: Fundamentals and Procedural Programming

This course starts from the beginning, covering the basics of how a computer interprets lines of code; how to write programs, evaluate their output, and revise the code itself; how to work...

HTML5 Coding Essentials and Best Practices

HTML5 is the standard language of the Web, developed by W3C. For application developers and industry, HTML5 represents a set of features that people are able to rely on for years to come. HTML5 is...

Online Courses EdX 💰 Programming

HTML5 Coding Essentials and Best Practices

HTML5 is the standard language of the Web, developed by W3C. For application developers and industry, HTML5 represents a set of features that people are able to rely on for years to come. HTML5...

Programming Basics

Basic concepts of computer programming are introduced, starting with the notion of an algorithm. Emphasis is on developing the ability to write programs to solve practical computational...

Online Courses EdX 💰 Programming

Programming Basics

Basic concepts of computer programming are introduced, starting with the notion of an algorithm. Emphasis is on developing the ability to write programs to solve practical...

Product Design, Prototyping, and Testing

Designing the customer and user experience is essential to creating great products today. Gone is the old paradigm of “form follows function” model of design. The process must be iterative and...

Online Courses EdX 💰 Art & Design

Product Design, Prototyping, and Testing

Designing the customer and user experience is essential to creating great products today. Gone is the old paradigm of “form follows function” model of design. The process must be iterative...

计算几何 | Computational Geometry

Geometry can be traced back to ancient Greece, but Computational Geometry evolved less than 40 years as a branch of computer science. The Computational Geometry taught in this course is derived from...

Online Courses EdX 💰 Computer Science

计算几何 | Computational Geometry

Geometry can be traced back to ancient Greece, but Computational Geometry evolved less than 40 years as a branch of computer science. The Computational Geometry taught in this course is derived...

算法设计与分析(高级) | Advanced Design and Analysis of Algorithms

算法设计与分析是计算机科学的核心课程之一。在了解了分治策略、动态规划、贪心法、回溯和分支限界等基本的算法设计技术的基础上,通过线性规...

Online Courses EdX 💰 Computer Science

算法设计与分析(高级) | Advanced Design and Analysis of Algorithms

算法设计与分析是计算机科学的核心课程之一。在了解了分治策略、动态规划、贪心法、回溯和分支限界等基本的算法设计技术的基础上,通过线性规...

算法基础 | Fundamental Algorithms

Note - This is an Archived course 点击上方绿色按钮报名 关于课程: 本课程内容程涵盖枚举、二分、贪心、递归、深度优先搜索、广度优先搜索、动态...

Online Courses EdX 💰 Computer Science

算法基础 | Fundamental Algorithms

Note - This is an Archived...

Z/OS REXX Programming

This course is designed to teach you the basic skills required to write programs using the REXX language in z/OS. The course covers the TSO extensions to REXX and interaction with other environments...

Online Courses EdX 💰 Computer Science

Z/OS REXX Programming

This course is designed to teach you the basic skills required to write programs using the REXX language in z/OS. The course covers the TSO extensions to REXX and interaction with other...

Records : 40 of 1976 | Page : of 99