• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

The Quick Python Book, Third Edition: Certification?

 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recently the Python Institute introduced Python certification as noted here https://home.pearsonvue.com/Clients/Python-Institute.aspx.
Could you book be used as a study guide of sorts to help with this certification? If so in which way(s)?
 
Author
Posts: 25
5
Python
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In looking the syllabus for the associate level (I didn't see one for the professional yet) I would say that the QPB, 3e should be helpful to prepare for that exam, and I'd expect it should be helpful for the professional exam, as well.

Of course, in preparing for an exam like this, it would probably also be pretty helpful to have the Python tutorial (https://docs.python.org/3/tutorial/) and the standard library docs (https://docs.python.org/3/library/index.html) handy to explore questions that need more depth.

JMHO, of course.
 
Pete Letkeman
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is indeed good news for those looking into Python certification and thanks for providing extra links Python learners.
 
Greenhorn
Posts: 6
1
Eclipse IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
https://education.pythoninstitute.org/ has a free course materials in preparation for taking PCAP-31-02 EXAM, I myself is interested to take the exam this year. Is there anyone here who have taken this exam? Any tips on which topic should i  concentrate more would be much appreciated.  Thanks.
 
MyExamCloud Software Support
Posts: 755
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Python Certification provided by the Python Institute is a good way for individuals to gain an understanding of the fundamentals of Python programming. This certification has two levels - PCEP for entry level programmers and PCAP for more advanced learners.

The PCEP certification covers the basics of Python such as syntax, data types, control structures, functions, and modules. It is a great starting point for those who are new to Python and want to establish a strong foundation in the language.

On the other hand, the PCAP certification is more advanced and covers topics like file handling, object-oriented programming, advanced data structures, and standard libraries. It is designed for those who have already grasped the basics of Python and want to further enhance their skills and knowledge.

While certifications may not be the only measure of one's programming skills, they can be helpful in showcasing your knowledge and expertise to potential employers. The Python Institute certifications are recognized and respected in the industry, making them valuable assets to have on your resume.

To prepare for these certifications, you can utilize free courses offered by pythoninstitute.org along with books. MyExamCloud offers Python Certification Practice Tests which can help you assess your knowledge and identify areas where you need improvement.

 
Climb the rope! CLIMB THE ROPE! You too tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic