Certificate In Python Language - (CPL)
- Course Code : ED147
- Course Type : gold
- Duration : 03 months
- Eligibility : 10
- Status : Active
1 - SETTING UP PYTHON AND DEVELOPING A SIMPLE APPLICATION
- Topic A: Set Up the Development Environment
- Topic B: Write Python Statements
- Topic C: Create a Python Application
- Topic D: Prevent Errors
2 - PROCESSING SIMPLE DATA TYPES
- Topic A: Process Strings and Integers
- Topic B: Process Decimals, Floats, and Mixed Number Types
3 - PROCESSING DATA STRUCTURES
- Topic A: Process Ordered Data Structures
- Topic B: Process Unordered Data Structures
4 - WRITING CONDITIONAL STATEMENTS AND LOOPS IN PYTHON
- Topic A: Write a Conditional Statement
- Topic B: Write a Loop
5 - STRUCTURING CODE FOR REUSE
- Topic A: Define and Call a Function
- Topic B: Define and Instantiate a Class
- Topic C: Import and Use a Module
6 - WRITING CODE TO PROCESS FILES AND DIRECTORIES
- Topic A: Write to a Text File
- Topic B: Read from a Text File
- Topic C: Get the Contents of a Directory
- Topic D: Manage Files and Directories
7 - DEALING WITH EXCEPTIONS
- Topic A: Handle Exceptions
- Topic B: Raise Exceptions