Courses
-
DesignKidio! Beginners Photoshop: Making Popping Colors
Join this fun beginner’s photoshop class where you can learn to turn a picture with low intensity colors into one with eye popping intensity. Learn to utilize adjustment layers like the vibrance layer and the hue/saturation adjustment layer. This c
-
DesignKidio! Beginners Photoshop: Creating Composites
Join this super exciting beginner’s photoshop class where you will learn how to create a composite photo and how to create a layer mask using the brush tool. This class will also cover how to create a layer mask from a selection.
-
Python 106: Looping
In this class learners will improve their coding by writing loops. They will learn two different types of loop sequences, while loops, and for loops.
-
Python 105: Manipulating String
In this class learners will be introduced to how to manipulate string. They will understand concatenation, casing, finding string length, counting elements of a string, using the index, replacing a string element, checking string, and creating a Boo
-
Python 104: Arrays and Lists
In this class we will cover how to create, use, and edit lists. A range of Python functions will be covered. Learners will understand writing and array/list, the structure of and array, and edit an array.
-
Python 103: If Statements, Logical Operators, and Boolean
Learners will understand logical operators such as >, <, =, !+. This class will also cover if statements, if-else statements, else-if statements, boolean operators and nested if statements.