Language: English
Duration: 40 hours
Awarding Body: Python Institute (In collaboration with Cisco Network Academy)
Associated Certification: PCAP™ – Certified Associate Python Programmer
Associated Exam: PCAP™ – Certified Associate Python Programmer
Course Description:
PCAP™ – Certified Associate Python Programmer certification (Exam PCAP-31-0x) is a professional, high-stakes credential that measures the candidate’s ability to perform intermediate-level coding tasks in the Python language, including the ability to design, develop, debug, execute, and refactor multi-module Python programs, as well as measures their skills and knowledge related to analyzing and modeling real-life problems in OOP categories with the use of the fundamental notions and techniques available in the object-oriented approach.
Pre-Requisite
–
Course Objectives:
· Familiarize with Python as a computer programming language and create an execute a simple Python Program
· Control program execution paths using if-else instructions and loops.
· Define and use functions in Python
· Import and work with modules, packages and work with exceptions.
· Acquaint with the fundamentals of OOP as adopted in Python. Create classes and class Inheritance. Work with generators and closures
Course Content:
Module 1. Modules, Packages, and PIP
Module 2. Strings, String and List Methods, Exceptions
Module 3. Object-Oriented Programming
Module 4. Miscellaneous