Now is the time to get certified for Python!Python Institute PCAP-31-03: Certified Associate in Python ProgrammingThere are six Practice Tests with preparation questions from all knowledge areasto prepare for the PCAP-31-03 exam at the Python Institute.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.)Official Exam FormatOn the official PCAP exam, you’ll get 40 questions and 65 minutes to complete them.Practice Test DesignI wanted to include as many questions as possible. However, Udemy only allows six practice tests per course. To maximize content, I set each practice test to 100 questions.What This MeansYou won’t be able to accurately test your speed, since the real exam has only 40 questions in 65 minutes.However, you can download the Python code from each question and practice running and modifying it directly in your IDE.Exam SyllabusModules and Packagesimport variants; advanced qualifiying for nested modulesdir(); sys.path variablemath: 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__ pyExceptionsexcept, except:-except; except:-else:, except (e1,e2)the hierarc
What you'll learn
understanding of Python modules and packages
knowledge of mathematical and random functions in Python
familiarity with exception handling in Python
ability to work with system and environment variables