image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

**** This course contains pretty much everything you need to pass the exams. ****
Welcome to the
PCEP – Certified Python Programmer Complete Course
by Dr. Chris Mall. This course covers everything you need to know to pass the Python PCEP-30-01 & PCAP-31 Certification Exam.
This course includes an overview of the
Python PCEP Programmer Exams
methodology used in a programming environment.
WHAT YOU'LL RECEIVE IN THIS PYTHON PCEP PROGRAMMER
 
PREPARTION COURSE
Exam block #1: Basic Concepts (17%)
Objectives covered by the block
(5 exam items)
fundamental concepts: interpreting and the interpreter, compilation and the compiler, language elements, lexis, syntax and semantics, Python keywords, instructions, indenting
literals: Boolean, integer, floating-point numbers, scientific notation, strings
comments
the print() function
the input() function
numeral systems (binary, octal, decimal, hexadecimal)
numeric operators:
** * / % // + –
string operators:
* +
assignments and shortcut operators
Exam block #2: Data Types, Evaluations, and Basic I/O Operations (20%)
Objectives covered by the block
(6 exam items)
operators: unary and binary, priorities and binding
bitwise operators:
~ & ^ | << >>
Boolean operators:
not and or
Boolean expressions
relational operators (
== != > >= < <=
), building complex Boolean expressions
accuracy of floating-point numbers
basic input and output operations using the
input()
,
print()
,
int()
,
float()
,
str(), len()
functions
formatting
print()
output with
end=
and
sep=
arguments
type casting
basic calculations
simple strings: constructing, assigning, indexing, immutability
Exam block #3: Flow Control – loops and conditional blocks (20%)
Objectives covered by the block
(6 exam items)
conditional statements:
if
,
if-else
,
if-elif
,
if-elif-else
multiple conditional statements
the
pass
instruction
building loops:
while
,
for
,
range()
,
in
iterating through sequences
expanding loops:
while-else
,
for-else
nesting loops and conditional statements
controlling loop execution:
break
,
continue
Exam block #4: Data Collections – Lists, Tuples, and Dictionaries (23%)
Objectives covered by the block
(7 exam items)
simple lists: constructing vectors, indexing and slicing, the
len()
function
lists in detail: indexing, slicing, basic methods (
append()
,
insert()
,
index()
) and functions (
len()
,
sorted()
, etc.),
del
instruction, iterating lists with the
for
loop, initializing,
in
and
not in
operators, list comprehension, copying and cloning
lists in lists: matrices and cubes
tuples: indexing, slicing, building, immutability
tuples vs. lists: similarities and differences, lists inside tuples and tuples inside lists
dictionaries: building, indexing, adding and removing keys, iterating through dictionaries as well as their keys and values, checking key existence,
keys()
,
items()
and
values()
methods
strings in detail: escaping using the
\
character, quotes and apostrophes inside strings, multiline strings, basic string functions.
Exam block #5: Functions (20%)
Objectives covered by the block
(6 exam items)
defining and invoking your own functions and generators
return
and
yield
keywords, returning results,
the
None
keyword,
recursion
parameters vs. arguments,
positional keyword and mixed argument passing,
default parameter values
converting generator objects into lists using the
list()
function
name scopes, name hiding (shadowing), the
global
keyword
Once you complete this course, you'll know everything you need to know to pass the
PCEP – Certified Entry-Level Python Programmer Certification

Exam
.
So What Are You Waiting For?
Enroll Today!
Who this course is for:
This course is perfect for absolute beginners with no previous coding experience, to intermediates looking to sharpen their skills to the expert level
Complete Programming Beginners.
Anyone who want to learn Python Fundamentals.

What you'll learn

Learn how to develop impressing Python applications in a few minutes/ hours.

Add Python 3 to your Resume by Understanding Advanced Object-Oriented Programming (OOP)

Create Programs using your logic and data structures.

How to program the right way.

Automate Coding Tasks By Building Custom Python Functions.

Use Loops to Improve Efficiency, Save Time, Maximize Productivity.

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction
5
1.1-Introduction
1.2-3 Tips to Get Even More Value Out of this Course
1.3-PCEP: Exam Information
1.4-Installing Visual Studio Code
1.5-Introduction to Python 3
2-Exam block #1: Basic Concepts (17%)
2
2.1-Variables
2.2-Python Variables
3-Exam block #2: Data Types, Evaluations, and Basic I/O Operations (20%)
4
3.1-Data Types
3.2-Python Data Types
3.3-Python Data Type Conversion
3.4-Variable Operators
4-Exam block #3: Flow Control – loops and conditional blocks (20%)
6
4.1-If-Statements and Conditional Logic
4.2-If-Statements and Conditional Logic in Python 3
4.3-Determining the Sign of an Integer. Positive or Negative?
4.4-Loops and Iteration
4.5-Loops and Iteration in Python - Part 1
4.6-Loops and Iteration in Python - Part 2
5-Exam block #4: Data Collections – Lists, Tuples, and Dictionaries (23%)
3
5.1-Arrays
5.2-2D Arrays
5.3-Multidimensional Arrays & Examples
6-Exam block #5: Functions (20%)
16
6.1-Functions
6.2-Function in Python
6.3-File Input/ Output
6.4-Input/ Output and Files in Python
6.5-Write a simple "Hello World" Program
6.6-Create a function that will add 2 integers and print their sum.
6.7-Write a "Greetings" Function
6.8-Print the sum of the numbers 1 to n
6.9-Python Program to Find the Factorial of a Number
6.10-Python Program to Check Armstrong Number
6.11-Write a Program to Check if a Given Number is an Ugly Number
6.12-Write a Program to Check if a Given Number is a Lucas Number
6.13-Write a Program to Check if a Given Number is Abundant
6.14-Write a Function to Count the Number of Digits in a Number using Python
6.15-Write a Function in Python to check if a number is Kaprekar
6.16-Practical Tips for Passing the PCEP – Certified Python Programmer Exam