Algorithmic Toolbox
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. read more...
An Introduction to Interactive Programming in Python (Part 1)
This two-part course is designed to help students with very little or no computing background learn the basics of building simple interactive applications. read more...
Computational Thinking for Problem Solving
In this course, you will learn about the pillars of computational thinking, how computer scientists develop and analyze algorithms, and how solutions can be realized on a computer using the Python programming language. read more...
Easy to Advanced Data Structures
Data structures are amongst the most fundamental ingredients in the recipe for creating efficient algorithms and good software design. read more...
Getting Started with Python
This course aims to teach everyone the basics of programming computers using Python. We cover the basics of how one constructs a program from a series of simple instructions in Python. The course has no pre-requisites and avoids all but the simplest mathematics. read more...
Introduction to Programming with MATLAB
This course teaches computer programming to those with little to no previous experience. read more...
Kotlin for Java Developers
The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is concise, safe, pragmatic, and focused on interoperability with Java code. read more...
Learn Programming with Python in 100 Steps
We love Programming. Our aim with this course is to create a love for Programming. In more than 150 Steps, we explore the most important Python Programming Language Features. read more...
Learn to Program: Crafting Quality Code
In this course, we'll focus on writing quality code that runs correctly and efficiently. read more...
Learn to Program: The Fundamentals
This course introduces the fundamental building blocks of programming and teaches you how to write fun and useful programs using the Python language. read more...
Machine Learning In The Cloud With Azure
The history of data science, machine learning, and artificial Intelligence is long, but it’s only recently that technology companies - both start-ups and tech giants across the globe have begun to get excited about it… Why? Because now it works. read more...
Programming Foundations with JavaScript, HTML and CSS
Learn foundational programming concepts (e.g, functions, for loops, conditional statements) and how to solve problems like a programmer read more...