Python Essentials 2 0 FAQ
Python Essentials 2 0 FAQ
0)
(aka Python Essentials)
Frequently Asked Questions
Last updated: February 11, 2021
Please read this FAQ and review the courseware before contacting the Python
Institute staff. Thank you.
Table of contents
1. Who is sponsoring the course? ...................................................................................................................2
2. What are the main features of the course curriculum? .............................................................2
3. Why should I learn Python? ..........................................................................................................................3
4. What is Python actually used for? .............................................................................................................3
5. How long will it take to complete the course? ................................................................................ 4
6. Is there a Statement of Achievement? ................................................................................................. 4
7. What jobs align with this course? ............................................................................................................ 4
8. Does the course align with any industry-recognized certification? ...................................5
9. What is the value of the Python Institute certification? .............................................................5
10. Is there any discount for the certification exams? ................................................................... 6
11. What are the prerequisites for this course? ................................................................................. 7
12. Is instructor training or any certification required to teach this course? .................. 7
13. Is there a downloadable option for PCAP: Programming Essentials in Python? 7
14. Will the course be translated? ............................................................................................................... 7
15. What are the recommended browsers for the course? ....................................................... 8
16. Do I need any additional equipment for the course? ............................................................ 8
17. Are there any instructor materials available? .............................................................................. 9
18. Does the course include labs, quizzes, or assessments? ...................................................... 9
19. How does this course differ from other online courses? ...................................................... 9
20. Who should I contact if I have questions about the content of the course? ........ 10
Students who complete the course will be able to accomplish coding tasks related
to the basics of programming in the Python language, and to understand the
fundamental notions and techniques used in object-oriented programming.
Furthermore, they will be ready to attempt the qualifications PCEP – Certified
Entry-Level Python Programmer (aligned with PE1, Modules 1-4) and PCAP –
Certified Associate in Python Programming (aligned with PE2, Modules 1-4)
certifications from the Python Institute.
There have been millions (well, actually billions) of lines of code written in Python,
which means almost unlimited opportunities for code reuse and learning from
well-crafted examples. What’s more, there is a large and very active Python
community, always happy to help.
There are also a couple of factors that make Python great for learning:
• It is easy to learn – the time needed to learn Python is shorter than for many
other languages; this means that it’s possible to start the actual
programming faster;
• It is easy to use for writing new software – it’s often possible to write code
faster when using Python;
• It is easy to obtain, install and deploy – Python is free, open and
multiplatform; not all languages can boast that.
If you’re not familiar with any other languages, Python is great to begin with,
because it will give you a solid foundation and allow you to learn other
programming languages (e.g., C++, Java, or C) much easier and much faster.
Doing the course will teach you how to design, write, debug, and run programs
encoded in Python, the programming language used by start-ups and tech giants
alike.
Python is also frequently used for creating open-source, free games, e.g., OpenRTS,
PySol, Metin 2, or Frets On Fire – famous Guitar Hero-like games written in pygame.
Websites and services? Yes. Dropbox, UBER, Spotify, Pinterest, BuzzFeed, and many
more. They were all written, to a greater or lesser extent, in Python. Other examples
include:
The largest organizations that use Python include Cisco, Google, CERN, NASA,
Yahoo, Facebook, Instagram, Amazon, Spotify, and Wikipedia!
Becoming PCEP certified will help you stand out from other candidates and get
your foot in the door, while becoming PCAP certified ensures that you are fully
acquainted with all the primary means provided by Python 3 to enable you to start
your own studies, and to open a path to a career as a developer. The PCAP exam is
available through the network of Pearson VUE Testing Centers and OnVUE Online
Proctoring from Pearson VUE (see PCAP Testing Policies).
A certificate is frequently the first screening tool used by a recruiter to help select
those candidates who will then have a chance to show off their skills in an interview.
Failing to get through the first round of the selection process makes it impossible
for even a great programmer to be noticed, and this is a strong argument for
getting certified and paying particular attention to your self-development.
Python Institute certification can be a powerful weapon in the race for better
employment, first-rate expertise, and greater competitiveness.
The certification can open doors to a better job and a better salary. It is a great
motivator for self-improvement and self-development. It is one of the key
requirements set by an increasing number of IT managers and, frequently, a
standard criterion for candidates among recruiters.
Python Institute certification is proof to the employer that you possess the expertise
necessary to fulfil certain duties. At the same time, it is a sign for them that you are
willing to expand your knowledge. And because certified individuals directly
contribute to an increase in a company’s efficiency, productivity, and profit-making
capacity, Python Institute certification is an asset for every organization.
To read more about the value of Python Institute certification, please visit the Why
Get Certified page at http://pythoninstitute.org/why-get-certified.
The Python Institute will automatically process the application and immediately
assign the voucher (the candidate will see the voucher and related information on
the next screen).
Students can use the discount code to lower the price of the PCAP-31-03 exam
voucher by 50%. Exam vouchers can be purchased at OpenEDG Voucher Store
and redeemed during the Pearson VUE Exam Registration process.
Full information about how to get Python, how to install it, and how to use it is
available in Module 1 of the PCAP: Programming Essentials in Python course.
The second option does not require the installation of any software applications – it
is possible to use a dedicated, interactive on-line programming environment
(Edube Interactive) that allows Python code to be run in an Internet browser. Edube
Interactive is a tool integrated within the course, which can be used as a browser-
based Python sandbox that allows you to test the code discussed throughout the
course, as well as an interpreter that enables you to launch, perform, and test lab
exercises.
At the end of each module, the student is presented with a quiz (10 questions) that
helps them organize their knowledge and check if they are ready for the module
test (20 or 30 questions), which represents the final stage for verifying and testing
their skills. All the module tests are ungraded, which means the student does not
need to pass them to complete the course. There are also two summary tests (30
questions each) that cover Python Essentials 1 (PE1, Modules 1–4), and Python
Essentials 2 (PE2, Modules 1–4) respectively. The summary tests must be submitted
in order for the entire course to be completed.
For the final test (50 questions), covering both course parts (PE1 and PE2) and all
eight modules, students must answer at least 35 questions correctly to be able to
receive a 50% discount code for the PCAP – Certified Associate in Python
Programming certification exam voucher. All questions are scored, and results are
available in the course gradebook on NetAcad.
19. How does this course differ from other online courses?
The PCAP: Programming Essentials in Python (2.0) course is a self-contained
introductory course through which students with no prior background in coding
can learn the fundamentals of Python and the general concepts of computer
programming. The course offers a full-spectrum preparation for the PCEP –
Certified Entry-Level Python Programmer (aligned with PE1, Modules 1-4) and
PCAP – Certified Associate in Python Programming (aligned with PE2, Modules 1-4)
certification exams from the Python Institute.
In addition, those candidates who successfully complete the whole course receive
a Statement of Achievement, and are eligible for a 50% discount code on the exam
voucher for the PCAP – Certified Associate in Python Programming exam.
The course contains quizzes, module tests, interactive assessments, and lab
exercises that facilitate the understanding of programming concepts and the
conversion of knowledge into practical skills. It has been designed and reviewed by
experienced faculty and industry professionals, with the goal of meeting current
market trends, and equipping the student with the fundamental knowledge
necessary for a career in software development, software engineering, and
application development.
For questions not covered in this document, please contact the Python Institute via
the contact form. Thank you!