

دوراتنا

Algebra: Elementary to Advanced - Functions & Applications
After completing this course, students will learn how to successfully apply functions to model different data and real world occurrences. This course reviews the concept of a function and then provide multiple examples of common and uncommon types of functions used in a variety of disciplines. Formulas, domains, ranges, graphs, intercepts, and fundamental behavior are all analyzed using both algebraic and analytic techniques. From this core set of functions, new functions are created by arithmetic operations and function composition.
-
Course by
-
Self Paced
-
6 ساعات
-
الإنجليزية

計算機程式設計 (Computer Programming)
課程介紹 (About the course) This course will introduce computer programming in C. We will cover basic operations about computer, then move on to how to write computer program in a language called C. Various C concepts will be introduced. 授課形式 (Course format) We will have video lecture to introduce the concept of programming. The video will switch between the presentation slides and the actual coding process. After that we will have weekly programming homework to ensure that the students are able to practice what they learned from the video presentation.
-
Course by
-
Self Paced
-
صيني

Python Basics: Interacting with the Internet
If you do not yet code and want to learn, this course is a great place to start. It will teach you how to use existing Python code to interact with data on the Internet in fun new ways. Instruction focuses on the conceptual basics of the programming language as it relates to working with online data. You'll be introduced to Python arithmetic operators, variables, values, and modules. At a higher level, you'll experience what an API is and how it works by playing with cat memes. Separate from the technical part of coding, there's the psychological part.
-
Course by
-
Self Paced
-
9 ساعات
-
الإنجليزية

C Programming: Pointers and Memory Management - 4
In this course, we will examine a key concept, foundational to any programming language: the usage of memory. This course builds upon the basic concept of pointers, discussed in C Programming: Modular Programming and Memory Management, and introduces the more advanced usage of pointers and pointer arithmetic. Arrays of pointers and multidimensional arrays are addressed, and you will learn how to allocate memory for your own data during program execution.
-
Course by
-
Self Paced
-
7 ساعات
-
الإنجليزية

Data Analysis in Python: Using Numpy for Analysis
This Guided Project Data Analysis in Python: Using Numpy for Analysis is for Intermediate Python learners. In this 1-hour long project-based course, you will learn how to: Transform 1 and 2-dimensional data in Python Lists and Dictionaries into Numpy Arrays, leveraging the real world data of the Lakers starting players to calculate their BMIs and their player efficiency rates.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Managing Relational Databases
Students will learn about the structure and design of relational databases including primary and foreign key fields, one-to-many and one-to-one relationships. Students will learn about the Structured Query Language (SQL) and use SQL to examine the database structure. They will also learn to create and manage databases, tables, and records. The focus of the course is on data analysis. Students will start with basic SQL queries then learn to add conditional statements, and logical, comparison and arithmetic operators.
-
Course by
-
Self Paced
-
18 ساعات
-
الإنجليزية

TypeScript Operators
This guided project will teach you Typescript operators in Typescript playground such as Arithmetic, Logical, Relational, Bitwise, Assignment and many more which will help to design many math related programming applications. This will take your TypeScript skills to the next level. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
-
Course by
-
Self Paced
-
4 ساعات
-
الإنجليزية

Discrete Mathematics
Discrete mathematics forms the mathematical foundation of computer and information science. It is also a fascinating subject in itself. Learners will become familiar with a broad range of mathematical objects like sets, functions, relations, graphs, that are omnipresent in computer science. Perhaps more importantly, they will reach a certain level of mathematical maturity - being able to understand formal statements and their proofs; coming up with rigorous proofs themselves; and coming up with interesting results. This course attempts to be rigorous without being overly formal.
-
Course by
-
42 ساعات
-
الإنجليزية

Python Scripting Fundamentals
Students will start with a brief discussion of the programming process and the history of Python, including fundamental rules for authoring Python code and Python syntax. Students will learn about variables, data types, functions, and arithmetic operators. Then they will master core concepts including using conditional statements, logical operators, identity operators, and loops. They will learn to use complex variable types including lists, tuples, sets, ranges and dictionaries. They will write code to process sequences, use nested sequences, and add loop control.
-
Course by
-
Self Paced
-
33 ساعات
-
الإنجليزية

Introduction to C++ Programming: Create a Tic-Tac-Toe Game
By the end of this project you will create a fully functioning Tic-Tac-Toe game on a console application in which 2 players could play against each other, this will be achieved through applying and practicing many concepts of programming which programmers use all the time through their programming careers such as advanced if statements, advanced arithmetic operations, loops, Arrays, and 2D arrays. By applying these concepts you will also be able to create different types of programs that users can interact with.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

JavaScript Arithmetic Operators
In this intermediate-level project you will write JavaScript code to use arithmetic operators in calculations. Many programming applications require calculations to determine tax amounts, coordinates, and square footage, among others. Your ability to recognize and use the arithmetic operators correctly moves your JavaScript programming skills to the next level.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Machine Learning Under the Hood: The Technical Tips, Tricks, and Pitfalls
Machine learning. Your team needs it, your boss demands it, and your career loves it. After all, LinkedIn places it as one of the top few "Skills Companies Need Most" and as the very top emerging job in the U.S. If you want to participate in the deployment of machine learning (aka predictive analytics), you've got to learn how it works. Even if you work as a business leader rather than a hands-on practitioner – even if you won't crunch the numbers yourself – you need to grasp the underlying mechanics in order to help navigate the overall project.
-
Course by
-
Self Paced
-
17 ساعات
-
الإنجليزية

Computer Vision with Embedded Machine Learning
Computer vision (CV) is a fascinating field of study that attempts to automate the process of assigning meaning to digital images or videos. In other words, we are helping computers see and understand the world around us!
-
Course by
-
Self Paced
-
31 ساعات
-
الإنجليزية

Introduction to Embedded Machine Learning
Machine learning (ML) allows us to teach computers to make predictions and decisions based on data and learn from experiences. In recent years, incredible optimizations have been made to machine learning algorithms, software frameworks, and embedded hardware.
-
Course by
-
Self Paced
-
17 ساعات
-
الإنجليزية

Java Primitive Types to Calculate Expenses
In this project you will create an application that calculates a monthly expense estimation using a calculated monthly house payment and grocery bills using Java. Java is an Object-Oriented language that contains many Classes but also contains what are called Primitive Data Types. These primitive data types are used to store numbers and characters in Java and have all the Arithmetic operations needed to perform various calculations. To get started with Java, it is important to know how to use these built in data types as they are found throughout the language.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Basic Cryptography and Programming with Crypto API
In this MOOC, we will learn the basic concepts and principles of crytography, apply basic cryptoanalysis to decrypt messages encrypted with mono-alphabetic substitution cipher, and discuss the strongest encryption technique of the one-time-pad and related quantum key distribution systems.
-
Course by
-
Self Paced
-
17 ساعات
-
الإنجليزية

Asymmetric Cryptography and Key Management
Welcome to Asymmetric Cryptography and Key Management! In asymmetric cryptography or public-key cryptography, the sender and the receiver use a pair of public-private keys, as opposed to the same symmetric key, and therefore their cryptographic operations are asymmetric. This course will first review the principles of asymmetric cryptography and describe how the use of the pair of keys can provide different security properties.
-
Course by
-
Self Paced
-
9 ساعات
-
الإنجليزية

Mechanics: Motion, Forces, Energy and Gravity, from Particles to Planets
Most of the phenomena in the world around you are, at the fundamental level, based on physics, and much of physics is based on mechanics. Mechanics begins by quantifying motion, and then explaining it in terms of forces, energy and momentum. This allows us to analyse the operation of many familiar phenomena around us, but also the mechanics of planets, stars and galaxies. This on-demand course is recommended for senior high school and beginning university students and anyone with a curiosity about basic physics.
-
Course by
-
Self Paced
-
29 ساعات
-
الإنجليزية

Computer Science: Programming with a Purpose
The basis for education in the last millennium was “reading, writing, and arithmetic;” now it is reading, writing, and computing. Learning to program is an essential part of the education of every student, not just in the sciences and engineering, but in the arts, social sciences, and humanities, as well. Beyond direct applications, it is the first step in understanding the nature of computer science’s undeniable impact on the modern world.
-
Course by
-
Self Paced
-
88 ساعات
-
الإنجليزية

Introduction to Data Analysis Using Excel
The use of Excel is widespread in the industry. It is a very powerful data analysis tool and almost all big and small businesses use Excel in their day to day functioning. This is an introductory course in the use of Excel and is designed to give you a working knowledge of Excel with the aim of getting to use it for more advance topics in Business Statistics later. The course is designed keeping in mind two kinds of learners - those who have very little functional knowledge of Excel and those who use Excel regularly but at a peripheral level and wish to enhance their skills.
-
Course by
-
Self Paced
-
24 ساعات
-
الإنجليزية