RC: 9558454
Industry Standard Tracks in Nigeria

Featured Training Programs

Choose an industry-aligned learning path designed to take you from foundational understanding to job-ready technical competence.

Python Programming: Fundamentals to OOP & Automation
Beginner to Intermediate8 Weeks
OpenEDG PCEP & PCAP Standard
Python Programming: Fundamentals to OOP & Automation
Master Python programming from ground zero to object-oriented architecture, packages, and file automation. Aligned with OpenEDG Python Institute and global industry standards.
Python 3PCEP-30-0xPCAP-31-0xOOP
Key Competencies:
  • Covers complete Python Essentials 1 (PCEP) and Python Essentials 2 (PCAP) syllabi
  • Deep dive into Object-Oriented Programming, custom exceptions, and inheritance
  • Hands-on labs every week with real-world CLI and data processing projects
Web Development & JavaScript: HTML5, CSS3 & Modern JS (ES6+)
Beginner10 Weeks
OpenEDG JSE & JSA Standard
Web Development & JavaScript: HTML5, CSS3 & Modern JS (ES6+)
Master modern web development and core JavaScript. Aligned with OpenEDG JavaScript Essentials 1 (JSE) and JavaScript Essentials 2 (JSA) certification standards.
HTML5CSS3JavaScript ES6+JSE-40-0x
Key Competencies:
  • Aligned with OpenEDG JavaScript Essentials 1 (JSE) and JavaScript Essentials 2 (JSA)
  • Covers modern ECMAScript (ES6+) through classes, decorators, and async patterns
  • 10 practical hands-on labs aligned directly with each module's core programming concepts
Information Technology: Hardware, OS & Linux Administration
Foundation4 Weeks
CompTIA & LPI Industry Standard
Information Technology: Hardware, OS & Linux Administration
Comprehensive Operating Systems foundations covering Windows architecture & administration, Linux CLI mastery, mobile connectivity, and OS security hardening.
Windows 11Linux / UbuntuCLI & BashMobile OS
Key Competencies:
  • Curriculum directly mapped to industry-standard Operating Systems & IT Administration benchmarks
  • Windows administration, Registry, Task Manager, and PowerShell CLI
  • Linux/Ubuntu shell mastery, directory structure, user permissions, and SSH access
Syllabus & Lab Modules

Explore the Course Curriculums

Click on any course track to review the structured module breakdown, learning objectives, and hands-on laboratory exercises.

Beginner to Intermediate LevelOpenEDG PCEP & PCAP Standard8 Weeks

Python Programming: Fundamentals to OOP & Automation

Master Python programming from ground zero to object-oriented architecture, packages, and file automation. Aligned with OpenEDG Python Institute and global industry standards.

View Full Curriculum PageQuick WhatsApp Enrollment
Target Credential:Python Institute PCEP-30-0x (Certified Entry-Level Python Programmer) & PCAP-31-0x (Certified Associate in Python Programming)

Core Competencies Covered

  • Covers complete Python Essentials 1 (PCEP) and Python Essentials 2 (PCAP) syllabi
  • Deep dive into Object-Oriented Programming, custom exceptions, and inheritance
  • Hands-on labs every week with real-world CLI and data processing projects
  • File I/O, JSON serialization, and modular packaging with PIP

Prerequisites & Tools

Basic computer literacy and enthusiasm to code. No prior programming background required.

Python 3PCEP-30-0xPCAP-31-0xOOPFile I/OData StructuresAutomation

Structured Module Curriculum

Module 1 • Week 1
PE1: Module 1 — Introduction to Python and Computer Programming

Understand how computers execute code, compilation vs. interpretation, Python runtime architecture, downloading and installing Python, and writing first programs.

  • 1.0 Welcome to Python Essentials 1
  • 1.1 Section 1: Introduction to Programming
  • 1.2 Section 2: Introduction to Python
  • 1.3 Section 3: Downloading and Installing Python
  • 1.4 Module 1 Completion: Module Test
Lab 1: Python Setup, IDLE / VS Code Configuration & First Script with print() and Formatting
Module 2 • Week 2
PE1: Module 2 — Python Data Types, Variables, Operators, and Basic I/O Operations

Master the 'Hello, World!' program, literals (integers, floats, strings, booleans), operators and expressions, variable assignment, comments, and console I/O.

  • 2.1 Section 1: The "Hello, World!" Program
  • 2.2 Section 2: Python Literals
  • 2.3 Section 3: Operators — Data Manipulation Tools
  • 2.4 Section 4: Variables
  • 2.5 Section 5: Comments
  • 2.6 Section 6: Interaction with the User
  • 2.7 Module 2 Completion: Module Test
Lab 2: Simple Interactive Salary & Currency Converter using Variables, Operators, and input()
Module 3 • Week 3
PE1: Module 3 — Boolean Values, Conditional Execution, Loops, Lists, Logical & Bitwise Operations

Learn conditional decision-making structures, while/for loops, logical and bitwise operators, list data structures, Bubble Sort, and multi-dimensional matrices.

  • 3.1 Section 1: Making Decisions in Python
  • 3.2 Section 2: Loops in Python
  • 3.3 Section 3: Logic and Bit Operations in Python
  • 3.4 Section 4: Lists
  • 3.5 Section 5: Sorting Simple Lists — Bubble Sort Algorithm
  • 3.6 Section 6: Operations on Lists
  • 3.7 Section 7: Lists in Advanced Applications
  • 3.8 Module 3 Completion: Module Test
Lab 3: Number Guessing Game & Student Grade Sorter using if-else, while/for Loops, and Lists
Module 4 • Week 4
PE1: Module 4 — Functions, Tuples, Dictionaries, Exceptions, and Data Processing

Write modular code using functions, manage scopes, pass parameters, work with immutable tuples and key-value dictionaries, handle exceptions, and prepare for PCEP exam.

  • 4.1 Section 1: Functions
  • 4.2 Section 2: How Functions Communicate with Their Environment
  • 4.3 Section 3: Returning a Result from a Function
  • 4.4 Section 4: Scopes in Python
  • 4.5 Section 5: Creating Multi-Parameter Functions
  • 4.6 Section 6: Tuples and Dictionaries
  • 4.7 Section 7: Exceptions
  • 4.8 Module 4 Completion: Module Test
Lab 4: Simple Contact Directory & BMI Calculator using Custom Functions, Dictionaries, and try-except
Module 5 • Week 5
PE2: Module 1 — Modules, Packages, and PIP

Transition into Python Essentials 2 (PCAP level). Learn to organize modular codebases using standard modules (math, random, platform), custom packages, and PIP package manager.

  • 1.1 Section 1: Introduction to Modules
  • 1.2 Section 2: Selected Python Modules (math, random, platform)
  • 1.3 Section 3: Modules and Packages
  • 1.4 Section 4: Python Package Installer (PIP)
  • 1.5 Module 1 Completion: Module Test
Lab 5: Building a Multi-File Math Helper Module, Importing math/random, and Installing Packages via PIP
Module 6 • Week 6
PE2: Module 2 — Strings, String and List Methods, Exceptions

Deep dive into character encodings, string properties and methods, string manipulation programs, error types, exception anatomy, and advanced exception handling.

  • 2.1 Section 1: Characters and Strings vs. Computers
  • 2.2 Section 2: Properties of Strings
  • 2.3 Section 3: String Methods
  • 2.4 Section 4: Strings in Action
  • 2.5 Section 5: Four Simple Programs
  • 2.6 Section 6: Errors, Failures, and Other Mishaps
  • 2.7 Section 7: Anatomy of an Exception
  • 2.8 Section 8: Useful Exceptions
  • 2.9 Section 9: Exceptions in Action
  • 2.10 Module 2 Completion: Module Test
Lab 6: Text Analyzer & Password Validator using String Methods and Custom Exception Handling
Module 7 • Week 7
PE2: Module 3 — Object-Oriented Programming (OOP)

Master OOP principles: class declarations, instance vs. class variables, method declarations, single/multiple inheritance, polymorphism, and objective exceptions.

  • 3.1 Section 1: Basic Concepts of Object-Oriented Programming
  • 3.2 Section 2: A Short Journey from Procedural to Object Approach
  • 3.3 Section 3: Properties: Instance Variables
  • 3.4 Section 4: Properties: Class Variables
  • 3.5 Section 5: Methods in Detail
  • 3.6 Section 6: Inheritance: Why and How?
  • 3.7 Section 7: Inheritance in Detail
  • 3.8 Section 8: Multiple Inheritance and Polymorphism
  • 3.9 Section 9: Objective Exceptions
  • 3.10 Module 3 Completion: Module Test
Lab 7: Bank Account & Vehicle Simulator using Classes, Objects, Methods, and Inheritance
Module 8 • Week 8
PE2: Module 4 — Miscellaneous: Generators, Iterators, Closures, Files, and Modules

Build memory-efficient generators, iterators, and closures. Handle text and binary file streams, and interact with the OS, datetime, and calendar modules.

  • 4.1 Section 1: Generators, Iterators, and Closures
  • 4.2 Section 2: Processing Files: Text and Binary Streams
  • 4.3 Section 3: Working with Real Files: The os and os.path Modules
  • 4.4 Section 4: The datetime and time Modules
  • 4.5 Section 5: The calendar Module
  • 4.6 Module 4 Completion: Module Test
Lab 8: File-Based Daily Note Taker & Directory Scanner using File I/O, os, and datetime Modules
The Learning Journey

How You Will Learn & Grow

Our 4-step pedagogical structure guarantees that theory translates immediately into practical software development capability.

01

Guided Interactive Lectures

Learn core foundational theories, architectural concepts, and live instructor demonstrations.

02

Hands-on Practical Labs

Build real code in terminals, assemble hardware components, and construct prompt engineering workflows.

03

Checkpoint Assessments

Reinforce learning with modular quizzes and debugging challenges aligned with certification standards.

04

Capstone & Certification

Deliver a portfolio-ready project and earn your verified certificate to demonstrate job readiness.

Got Questions?

Frequently Asked Questions

Find answers to common questions about admissions, schedules, equipment requirements, and international certification readiness.

Our curriculums are carefully structured based on official competency frameworks used by OpenEDG Python and JavaScript Institutes, CompTIA, Linux Professional Institute (LPI), and Google's Coursera Professional programs. This ensures that what you learn directly matches recognized global industry certifications (such as Python PCEP/PCAP, JavaScript JSE/JSA, CompTIA A+, Linux Essentials, and Google AI Essentials).
Next Cohort Enrolling in Nigeria

Ready to Build Your Tech Career with Certified Standards?

Join our upcoming cohort and gain hands-on skills in Python, Web Development, IT Hardware & Systems, or Google AI. Limited seats available per cohort to guarantee personalized mentorship.