Привет!

Возникла идея поставить цель и сдать сертификаю на Python. Начну с PCEP - это начальный уровень. Здесь планирую помечать основные темы и ссылки по подготовке к ним, поехали с первой секции:

Section 1: Computer Programming and Python Fundamentals

PCEP-30-02 1.1 – Understand fundamental terms and definitions


PCEP-30-02 1.2 – Understand Python’s logic and structure

  • keywords - Keywords
  • instructions - Просто построчная запись
  • indentation - Отступы Indentation
  • comments - Комментарии Comments


PCEP-30-02 1.3 – Introduce literals and variables into code and use different numeral systems

  • Boolean, integers, floating-point numbers - тут всё просто
  • scientific notation - Python Scientific Notation
  • strings - тут всё просто
  • binary, octal, decimal, and hexadecimal numeral systems - Numbers
  • variables - Variables
  • naming conventions - PEP8
  • implementing PEP-8 recommendations


PCEP-30-02 1.4 – Choose operators and data types adequate to the problem


PCEP-30-02 1.5 – Perform Input/Output console operations