Contents
Of your course.
module 1
Introduction in Cloud Architecture
+
-
Introduction to Cloud Architecture
In this lesson, you will learn the basics of Python by exploring the programming language briefly. You will also install the required software to get you started with programming.Types of Cloud Computing
Variables are one of the foundations of programming. In this lesson, you will learn why variables are so important and the various primitive data types often used when creating variables.Centralised, Decentralised and Distributed Structures
In this you will learn how to use Python operators to perform commonly used operations. This includes assignment, arithmetic, comparison and logic.Introduction to Cloud Databases
More often than not your program will require decision-making capabilities. In this lesson you will learn how to use control structures, such as the if… else… logic to perform specific operations based on a condition.Oracle APEX: Importing Data into the Cloud
In this lesson you will learn the importance of code reusability by developing your very own Python functions to perform a specific task.Oracle APEX: CRUD Operations
Iteration is fundamental to programing when you need to perform a specific task over and over. In this lesson you will explore the different types of commonly used loops that are used to perform repetitive tasks.Oracle APEX: Developing a Web Application
The use of modules is a great way to package relatable functions that can be called in other script environments. In this lesson you will learn how to use existing built-in Python modules and you will also create your own.Oracle APEX: Data Analytics
In this lesson, you will learn how to store multiple data items in a single variable. This is an important aspect of object-orientated programming - objects often consist of layers and dimensions. You will learn the key differences between lists and dictionaries and how to interact with them as objects based on their native functions.