Python Essentials Final Test with explanation

preview_player
Показать описание
Python Essentials is a series of two courses from Python Institute that helps to prepare for the Python Institute certifications.
Python Essentials 1 prepares for PCEP exam – Certified Entry-Level Python Programmer
Python Essentials 2 prepares for PCAP exam – Certified Associate in Python Programming
Both of these courses are also available via Cisco Networking Academy (NetAcad).
This video series is an overview of the course quizzes and tests with explanation of the correct answers and selected technical concepts.
Рекомендации по теме
Комментарии
Автор

Thank you I have a exam on couple of things like mips and c++ and majority is python and you helped me understand the problems on previous exams that were given. I just gotta grind out on mips.

Shak
Автор

Thank you this was very helpful and helped me feel a bit more confident in my knowledge <3. i got a 76% so im going to revise and then see where my errors were. again i can't thank you enough

bubblejinx
Автор

thank you so much.. this video very helpful for me.. you are the KING!

kiira.corporation
Автор

Thank you so much. Cleared PCEP. The videos helped a lot in exam preparation!

rrohhan
Автор

Hi Team,
Can someone help me please by sharing information.
I completed Final test and passed the exam as well but I did not download discount on that particular date whether I will be able to download after 20 days

carolinebonpapa
Автор

Can I prefer this videos for PCPP1 exam test?
I have test on PCPP1(Certified Professional in Python Programming 1) exam.

ldujser
Автор

Very insightful sir. Great effort. Thankyou

viveknair
Автор

i cannot found final test link can you provide me or help me where i can found that

gunasekhar
Автор

Firstly thank you for going through all of these questions, it really helps. I have a query with question 16. When I run this code exactly as printed it comes up with the following error:

line 3, in <module>
c =
AttributeError: partially initialized module 'calendar' has no attribute 'Calendar' (most likely due to a circular import)

I had a look at the Python documentation but am now even more confused. Any suggestions what is wrong?

xecumfg
Автор

Wich exam code related this questions ? PCEP-30-0x or PCAP-31-03?

Tks a lot

MrDionmar
Автор

Does this test include both python essentials one and two, and if so, how is the test split up between the two?

t.m.tforce
Автор

Can someone tell me if the pcep exam is the exact same as the video? Besides the numbering of the questions

Zayyan.
Автор

Is the questions will be the same for pe1 pcep

MRB.
Автор

What's the thing with 35 questions vs 60 questions for PE1? According to some videos, there are 35 questions. Confusing....

WorkingClass
Автор

can someone help me regarding this certification test i have exam in one week.thanks in advance

i need answer for the following doubts
1. what type of ques we will get in final certification test?
2. is the exam proctored

lakshmipravallikagattupall
Автор

str1='string'
str2=str1[:]
actually both str2 and str1 points to same string object.this mechanism is called string interning, so that question's answer would be 2 technically..

skirfan
Автор

This certification exam is not supposed to be with camera on with someone from Python institute?

ddpadilla
Автор

Hi
I've completed PE2 - Summary test. But I couldn't find PE Final test. Could you tell me how to get that? When and how do I get 50% voucher?
Thanks in advance ☺

TheSudhananth
Автор

Question 38 will result in printing list [2, 4, 6, 8]
To result be as shown operation should be

print(*my_list, end=" ")

kastore