|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-pcep-certified-entry-level-python-programmer/
课程评论:没有评论
**Coursera 课程总结:PCEP 30-02 认证初级 Python 程序员考试准备** 本课程旨在帮助您顺利通过 PCEP (Certified Entry-Level Python Programmer) 认证考试。课程提供了 306 道精心挑选的、与真实考试高度相关的练习题,涵盖了 PCEP-30-02 考试大纲的各个方面。 **课程亮点:** * **高仿真练习题:** 306 道独特练习题,模拟真实考试环境,助您熟悉考试题型和难度。 * **全面知识覆盖:** 课程内容紧扣 PCEP-30-02 考试大纲,包括但不限于: * **计算机编程与 Python 基础 (18%):** 理解常用术语(解释器、编译器)、Python 的逻辑结构(关键字、指令、缩进、注释)、数字系统(二进制、八进制、十进制、十六进制)以及变量的定义和命名规范(PEP 8)。 * **运算符与数据类型:** 熟练运用数字运算符(乘方、乘、除、取模、整除、加、减)、字符串运算符(乘法、加法)、赋值运算符、优先级和结合性、位运算符(~ & ^ >)、布尔运算符(not, and, or)以及关系运算符(==!= > >= <)。 * **考试信息清晰:** 提供详细的考试信息,包括考试名称 (PCEP Certified Entry-Level Python Programmer)、考试代码 (PCEP-30-01)、考试级别 (Entry)、先决条件 (无)、时长 (45分钟考试 + 5分钟 NDA/教程)、题目数量 (30题)、题型(单选、多选、拖拽、填空)、Python 版本 (3.x)、通过分数 (70%)、语言 (英语) 和交付渠道 (OpenEDG Testing Service)。 **谁适合参加本课程?** 任何计划参加 PCEP 认证考试并希望在第一次尝试中就取得成功的学习者。 **学习目标:** 通过本课程的学习和练习,您将: * 深刻理解 Python 的基本概念和语法。 * 熟练掌握 Python 中常用的运算符和数据类型。 * 熟悉 PCEP 认证考试的题型和难度。 * 有效提升应试技巧,增强通过考试的信心。 **重要提示:** 本课程专注于考试准备,以大量练习题的形式帮助您巩固知识和熟悉考试。建议学习者在修读此课程前,已具备一定的 Python 编程基础。
Certified Entry-Level Python Programmer (PCEP) Exam Preparation - Carefully selected Certified Entry-Level Python Programmer (PCEP) Exam Questions to help you pass on your first attempt. 306 Unique Questions.If you are planning to take Certified Entry-Level Python Programmer (PCEP) Exam and want to see what kind of questions are coming in the Certified Entry-Level Python Programmer (PCEP) - Real Exam, these practice questions are the best for you.Certification is a professional credential that measures the candidate's ability to accomplish coding tasks related to advanced programming in the Python language and related technologies, advanced notions and techniques used in object-oriented programming, the use of selected Python Standard Library modules and packages, designing, building and improving programs and applications utilizing the concepts of GUI and network programming, as well as adopting the coding conventions and best practices for code writing.Exam details:Exam Name: PCEP Certified Entry-Level Python ProgrammerExam Code: PCEP-30-01Exam Level: EntryPre-requisites: NoneDuration: 45 minutes (exam) + approx. 5 minutes (Non-Disclosure Agreement/Tutorial)Number of Questions: 30Format: Single-choice and multiple-choice questions, drag & drop, gap fill Python 3. xPassing score: 70%Language: EnglishDelivery Channel: OpenEDG Testing ServicePCEP-30-02 Syllabus - Python InstituteComputer Programming and Python Fundamentals (18%)Understand fundamental terms and definitionsinterpreting and the interpreter, compilation, and the compilerlexis, syntax, and semanticsUnderstand Python's logic and structurekeywordsinstructionsindentationcommentsIntroduce literals and variables into code and use different numeral systemsBoolean, integers, floating-point numbersscientific notationstringsbinary, octal, decimal, and hexadecimal numeral systemsvariablesnaming conventionsimplementing PEP-8 recommendationsChoose operators and data types adequate to the problemnumeric operators: ** * / % // + -string operators: * +assignment and shortcut operatorsunary and binary operatorspriorities and bindingbitwise operators: ~ & ^ >Boolean operators: not, and, orBoolean expressionsrelational operators ( ==!= > >= <