PCEP | Certified Entry-Level Python Programmer Certification
Certified Entry-Level Python Programmer Certification is a professional credential that tells the ability to accomplish coding tasks related to the importance of programming in the Python language. A test candidate should show enough knowledge of computer programming, the syntax, and semantics of the Python and the skills in resolving implementation difficulties with the help of Python.
PCEP course certification tells that each and everyone is familiar with computer programming concepts like data types, containers, functions, conditions, loops, and Python programming language syntax, semantics, and the runtime environment.
Becoming PCEP Certification empowers that each and everyone is acquainted with the most essential means provided by Python 3 to enable her/him to start their own studies at an intermediate level and to continue their professional development.
-
Module 1: Basic Concepts (17%)
- Lesson 1: fundamental Concepts: Interpreting and the Interpreter, Compilation and the Compiler, Language Elements, Lexis, Syntax and Semantics, Python Keywords, Instructions, Indenting.
- Lesson 2: Literals: Boolean, Integer, Floating-point numbers, Scientific Notation, Strings
- Lesson 3: Comments
- Lesson 4: The print() Function
- Lesson 5: The input() Function
- Lesson 6: Numeral Systems (binary, octal, decimal, hexadecimal)
- Lesson 7: Numeric Operators
- Lesson 8: String Operators
- Lesson 9: Assignments and Shortcut Operators
-
Module 2:- Data Types, Evaluations, and Basic I/O Operations (20%)
- Lesson 1: Operators: Unary and Binary, Priorities and Binding
- Lesson 2: Bitwise Operators
- Lesson 3: Boolean Operators
- Lesson 4: Boolean Expressions
- Lesson 5: Relational Operators ( == != > >= < <= ), Building Complex Boolean Expressions
- Lesson 6: Accuracy of Floating-point Numbers
- Lesson 7: Basic Input and Output Operations using the input(), print(), int(), float(), str(), len() functions
- Lesson 8: Formatting print() output with end= and sep= arguments
- Lesson 9: Type Casting
- Lesson 10: Basic Calculations
- Lesson 11: Simple Strings: Constructing, Assigning, Indexing, Slicing Comparing, Immutability
-
Module 3:- Flow Control – loops and conditional blocks (20%)
- Lesson 1: Conditional Statements
- Lesson 2: Multiple Conditional Statements
- Lesson 3: The Pass Instruction
- Lesson 4: Building Loops: while, for, range(), in
- Lesson 5: Iterating Through Sequences
- Lesson 6: Expanding Loops: while-else, for-else
- Lesson 7: Nesting Loops and Conditional Statements
- Lesson 8: Controlling Loop Execution: break, continue
-
Module 4:- Data Collections – Lists, Tuples, and Dictionaries (23%)
- Lesson 1: Simple Lists: constructing vectors, indexing and slicing, the len() function
- Lesson 2: 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
- Lesson 3: Lists in Lists: matrices and cubes
- Lesson 4: Tuples: indexing, slicing, building, immutability
- Lesson 5: Tuples vs. Lists: similarities and differences, lists inside tuples and tuples inside lists
- Lesson 6: 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
- Lesson 7: Strings in Detail: ASCII, UNICODE, UTF-8, immutability, escaping using the character, quotes and apostrophes inside strings, multiline strings, copying vs. cloning, advanced slicing, string vs. string, string vs. non-string, basic string methods (upper(), lower(), isxxx(), capitalize(), split(), join(), etc.) and functions (len(), chr(), ord()), escape characters
-
Module 5:- Functions (20%)
- Lesson : Defining and Invoking your own Functions and Generators
- Lesson 2: Return and Yield Keywords, Returning Results,
- Lesson 3: The None Keyword
- Lesson 4: Recursion
- Lesson 5: Parameters vs. Arguments,
- Lesson 6: Positional Keyword and Mixed Argument Passing
- Lesson 7: Default Parameter Values
- Lesson 8: Converting Generator Objects into Lists Using the List() Function
- Lesson 9: Name Scopes, Name Hiding (shadowing), the Global Keyword
0.00 average based on 0 ratings