/Python-Essentials-1-PCEP-30-02

Examples and exercises from the Python Essentials 1 course (Edube Interactive/ OpenEDG Python Institute)

Primary LanguagePython

Python-Essentials-1-PCEP-30-02

Examples and exercises from the Python Essentials 1 course (Edube Interactive/ OpenEDG Python Institute)

OPENEDG (About this course)

Python Essentials 1

This course is the first in a 2-course series that will prepare you for the PCEP - Certified Entry-Level Python Programmer and PCAP: Certified Associate in Python Programming certification exams.

The main goal of the course is to guide you from a state of complete programming illiteracy to a level of programming knowledge which allows you to design, write, debug, and run programs encoded in the Python language, and to understand the basic concepts of software development technology.

Course Syllabus

# Title
01 Introduction to Python and computer programming Examples
02 Data types, variables, basic input-output operations, basic operator Examples Exercises
03 Boolean values, conditional execution, loops, lists, logical and bitwise operations Examples Exercises
04 Functions, tuples, dictionaries, and data processing Examples Exercises