Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PCAP - Python Certified Associate Programmer 2023 - Must Do
Rating: 5.0 out of 5(1 rating)
10 students

PCAP - Python Certified Associate Programmer 2023 - Must Do

PCAP-31-0x Most Relevant Questions
Created byAnant Rungta
Last updated 6/2023
English

What you'll learn

  • PCAP-31-0x Certification Must Do Questions
  • Helps you get the certification
  • Helps you get a role as Python Programmer
  • Test your knowledge of Python.

Included in This Course

40 questions
  • Must Do Questions (Part 1)20 questions
  • Must Do Questions (Part 2)20 questions

Description

I'm PCAP certified and here to guide you to reach your goal to complete the certification.


Get certified for Python in 2023! Prepare for your Python Certification Exam PCAP-31-03 with the most relevant questions as per the exam.


Exam Syllabus:


Modules and Packages

  • import variants; advanced qualifiying for nested modules

  • dir(); sys.path variable

  • math: ceil(), floor(), trunc(), factorial(), hypot(), sqrt(); random: random(), seed(), choice(), sample()

  • platform: platform(), machine(), processor(), system(), version(), python_implementation(), python_version_tuple()

  • idea, __pycache__, __name__, public variables, __init__ py

Exceptions

  • except, except:-except; except:-else:, except (e1,e2)

  • the hierarchy of exceptions

  • raise, raise ex, assert

  • event classes, except E as e, arg property

  • self-defined exceptions, defining and using

Strings

  • ASCII, UNICODE, UTF-8, codepoints, escape sequences

  • chr/ord(), literals

  • indexing, slicing, immutability

  • iterating through,

  • concatenating, multiplying, comparing (against strings and numbers)

  • in, not in

  • .isxxx(), .join(), .split()

  • .sort(), sorted(), .index(), .find(), .rfind()

Object-Oriented Programming

  • ideas: class, object, property, method, encapsulation, inheritance, grammar vs class, superclass, subclass

  • instance vs class variables: declaring, initializing

  • __dict__ property (objects vs classes)
    private components (instance vs classes), name mangling

  • methods: declaring, using, self parameter

  • instrospection: hasattr() (objects vs classes), __name__, __module__, __bases__ properties

  • inheritance: single, multiple, isinstance(), overriding, not is and is operators

  • inheritance: single, multiple, isinstance(), overriding, not is and is operators

  • constructors: declaring and invoking

  • polymorphism

  • __name__, __module__, __bases__ properties, __str__() method
    multiple inheritance, diamonds

Miscellaneous (List Comprehensions, Lambdas, Closures, and I/O Operations)

  • list comprehension: if operator, using list comprehensions

  • lambdas: defining and using lambdas, self-defined functions taking lambda as as arguments; map(), filter();

  • closures: meaning, defining, and using closures

  • I/O Operations: I/O modes, predefined streams, handles; text/binary modes, open(), errno and its values; close(), .read(), .write(), .readline(); readlines() (along with bytearray())

Who this course is for:

  • Must join if you are planning for the Python certification PCAP-31-0x