|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/pcep-certification-python-exam-practice-tests/
课程评论:没有评论
**课程名称:Python认证考试PCEP-30-02 - 备考 (2025)** **课程概述:** 本课程旨在帮助您为Python Institute的PCEP-30-02(认证入门级Python程序员)考试做好充分准备。课程包含六套模拟测试,涵盖了考试的所有知识领域。 **课程重点:** * **六套模拟测试:** 其中一套将在练习模式下完成,其余五套将在考试模式下完成。 * **考试模式:** 每套模拟测试包含30道题目,限时40分钟,旨在模拟真实考试的压力和节奏。 * **详尽的解答与代码示例:** 每道题目都提供详细的解释和可运行的“动手实践代码”,帮助您深入理解相关概念。您可以下载所有代码示例。 **考试大纲(重点涵盖):** 1. **计算机编程与Python基础:** * 理解基础术语和定义:解释器、编译器、词法、语法、语义。 * 掌握Python的逻辑与结构:关键字、指令、缩进、注释。 * 学习字面量和变量的用法,以及不同的数值系统。 * **数值类型:** 布尔型、整型、浮点型、科学计数法。 * **数值系统:** 二进制、八进制、十进制、十六进制。 * **变量:** 变量命名规范,遵循PEP-8推荐。 2. **运算符与数据类型:** * **数值运算符:** `** * / % // + -` * **字符串运算符:** `* +` * **赋值与快捷运算符。** * **一元与二元运算符:** 优先级与结合性。 * **位运算符:** `~ & ^ >` * **布尔运算符:** `not and or` * **布尔表达式与关系运算符:** `== != > >= < <=` 本课程将帮助您全面掌握PCEP-30-02考试所需的核心知识和技能。
Now is the time to get certified for Python!Python Institute PCEP-30-02: Certified Entry-Level Python ProgrammerThere are six Practice Tests with preparation questions from all knowledge areasto prepare for the PCEP-30-02 exams at the Python Institute.The first Practice Test should be worked through in Practice Mode.The other five Practice Tests should be taken in Exam Mode.They have the same number of questions as the official exam.You will have 30 questions and only 40 minutes.This is not a lot of time and you should practice for it!Every question has an explanation and a Try-It-Yourself-Codewhich you can run to better understand the topic.You can download the Try-It-Yourself-Code for all questions.(The download link will be in your welcome message.)Exam SyllabusComputer Programming and Python FundamentalsUnderstand fundamental terms and definitionsinterpreting and the interpreter, compilation and the compiler, lexis, syntax and semanticsUnderstand Python's logic and structurekeywords, instructions, indenting, commentsIntroduce literals and variables into code and use different numeral systemsBoolean, integers, floating-point numbers, scientific notation, strings, binary, octal, decimal, and hexadecimal numeral system, variables, naming conventions, implementing PEP-8 recommendationsChoose operators and data types adequate to the problemnumeric operators: ** * / % // + -, string operators: * +, assignments and shortcut operators, operators: unary and binary, priorities and binding, bitwise operators: ~ & ^ >, Boolean operators: not and or, Boolean expressions, relational operators ( ==!= > >= <