Sie sind auf Seite 1von 0

Certified Python Developer

VS-1055
Certified Python Professional
www.vskills.in



Certified Certified Certified Certified P PP Python ython ython ython Developer Developer Developer Developer

Certification Code Certification Code Certification Code Certification Code VS-1055
Vskills certification for Python Developers assesses the candidate for developing Python
based applications. The certification tests the candidates on varios areas in developing
Python based soft!are !hich incldes kno!ledge of installation" sage" synta# and
se$antics of Python progra$$ing langage.
%no!ledge of && '&b(ect &riented) %no!ledge of && '&b(ect &riented) %no!ledge of && '&b(ect &riented) %no!ledge of && '&b(ect &riented) progra$$ing progra$$ing progra$$ing progra$$ing principles is pre principles is pre principles is pre principles is pre- -- -re*isite for re*isite for re*isite for re*isite for
certification. certification. certification. certification.
+hy shold one take this certifi +hy shold one take this certifi +hy shold one take this certifi +hy shold one take this certification, cation, cation, cation,
This Corse is intended for professionals and gradates !anting to e#cel in their chosen
areas. -t is also !ell sited for those !ho are already !orking and !old like to take
certification for frther career progression.

.arning Vskills Python Developer Certification can help candidate differentiate in today/s
co$petitive (ob $arket" broaden their e$ploy$ent opportnities by displaying their
advanced skills" and reslt in higher earning potential.
+ho !ill benefit fro$ taking this certification, +ho !ill benefit fro$ taking this certification, +ho !ill benefit fro$ taking this certification, +ho !ill benefit fro$ taking this certification,
0ob seekers looking to find e$ploy$ent in varios -T co$panies or freelance" stdents
generally !anting to i$prove their skill set and $ake their CV stronger and e#isting
e$ployees looking for a better role can prove their e$ployers the vale of their skills
throgh this certification.
Test Details1 Test Details1 Test Details1 Test Details1
Dration1 Dration1 Dration1 Dration1 20 $intes
3o. of *estions1 3o. of *estions1 3o. of *estions1 3o. of *estions1 50
4a#i$$ $arks1 4a#i$$ $arks1 4a#i$$ $arks1 4a#i$$ $arks1 50" Passing $arks1 55 '506)7 There is no negative $arking in
this $odle.
8ee Strctre1 8ee Strctre1 8ee Strctre1 8ee Strctre1
9s. 5"000:- '-ncldes all ta#es)

Certified Python Professional
www.vskills.in

Co$panies that hire Co$panies that hire Co$panies that hire Co$panies that hire Vskills Vskills Vskills Vskills Cer Cer Cer Certified tified tified tified Python Python Python Python Developer Developer Developer Developer
Vskills Certified Python Developer finds e$ploy$ent in big or s$all Python based !ebsite
and soft!are develop$ent co$panies. There is a shortage of skilled professionals in this
field and co$panies are in a constant look ot of people !ell ac*ainted !ith the !ork
cltre and the processes involved.




















Certified Python Professional
www.vskills.in


Table of Contents



1. 1. 1. 1. -ntrodction -ntrodction -ntrodction -ntrodction
1.1 Need and evolution of Python
1.2 Features of Python
1.3 The Prompt
1.4 Editor and source file
1.5 Translation and executable

5. 5. 5. 5. -nstallation -nstallation -nstallation -nstallation
2.1 Windows and Linux installation

;. ;. ;. ;. <angage <angage <angage <angage =asics =asics =asics =asics
3.1 Language elements (constants, numbers and strings)
3.2 Strings types (single quotes, double quotes and triple quotes)
3.3 Escape Sequence, string concatenation and format method
3.4 Variables naming, types and objects
3.5 Indentation, logical and physical lines

>. >. >. >. &perators and .#pressions &perators and .#pressions &perators and .#pressions &perators and .#pressions
4.1 Operators and Expressions
4.2 Evaluation Order and Associativity

5. 5. 5. 5. Control 8lo! Control 8lo! Control 8lo! Control 8lo!
5.1 The if statement
5.2 The while statement
5.3 The for loop
5.4 The break and continue statement

2. 2. 2. 2. 8nctions 8nctions 8nctions 8nctions
6.1 Function parameters and local variables
6.2 Using global and nonlocal statement
6.3 Default Argument values and keyword arguments
6.4 VarArgs and keyword-only parameters
6.5 The return statement
6.6 DocStrings and annotations

?. ?. ?. ?. 4odles 4odles 4odles 4odles
7.1 Byte-compiled .pyc files
7.2 The from ..import ..statement
7.3 A module's __name__ and custom modules
7.4 The dir function and packages
Certified Python Professional
www.vskills.in

@. @. @. @. Data Strctres Data Strctres Data Strctres Data Strctres
8.1 List
8.2 Tuple
8.3 Dictionary
8.4 Sequences
8.5 Set

A. A. A. A. &b(ect &riented Progra$$ing &b(ect &riented Progra$$ing &b(ect &riented Progra$$ing &b(ect &riented Progra$$ing
9.1 The self
9.2 Classes
9.3 Object Methods and the __init__ method
9.4 Class And Object Variables
9.5 Inheritance

10. 10. 10. 10. -npt &tpt -npt &tpt -npt &tpt -npt &tpt
10.1 User input
10.2 Files I/O
10.3 Pickle

11. 11. 11. 11. .#ceptions .#ceptions .#ceptions .#ceptions
11.1 Errors and exceptions
11.2 Handling and raising Exceptions
11.3 Try .Finally and the with statement

15. 15. 15. 15. Standard <ibrary Standard <ibrary Standard <ibrary Standard <ibrary
12.1 sys module
12.2 logging module
12.3 urllib and json modules


Certified Python Professional
www.vskills.in



Corse &tline Corse &tline Corse &tline Corse &tline


-ntrodction -ntrodction -ntrodction -ntrodction
Describing the need and evolution of python
Illustrating the features of python programming language
Exploring the interpreter prompt
Elucidating the different editor and source file and extension
Details on translation process and executable generation

-nstallation -nstallation -nstallation -nstallation
Explaining the steps for Windows and Linux installation of python

<angage <angage <angage <angage =asics =asics =asics =asics
Describing the various language elements (constants, numbers and strings)
Explaining strings and its types (single quotes, double quotes and triple quotes)
Usage of escape sequence, string concatenation and format method
Detailing variables naming rules, types and objects
Techniques for indentation and usage of logical and physical lines

&perators and .#pressions &perators and .#pressions &perators and .#pressions &perators and .#pressions
Describing the various operators and expressions
Explaining the evaluation order and concept of associativity

Control 8lo! Control 8lo! Control 8lo! Control 8lo!
Explaining the if conditional statement
Illustrating the for and while loop construct
Describing the usage of the break and continue statement

8nctions 8nctions 8nctions 8nctions
Illustrating function parameters and local variables
Detailing the usage of global and nonlocal statement
Describing the concepts of default argument values and keyword arguments
Explaining the VarArgs, keyword-only parameters and return statement
Documentation using docstrings and annotations

4odles 4odles 4odles 4odles
Generating compiled .pyc files
Using the from ..import ..statement
Custom modules creation and usage of __name__
Packaging using the dir function and packages
Data Strctres Data Strctres Data Strctres Data Strctres
Explaining data structures in python like list, tuple, sequences, dictionary and set
Certified Python Professional
www.vskills.in

&b(e &b(e &b(e &b(ect &riented Progra$$ing ct &riented Progra$$ing ct &riented Progra$$ing ct &riented Progra$$ing
Implementing OOP with the usage of self, classes and objects
Detailing methods in object and the __init__ method
Describing the usage of class and object variables
Implementing inheritance

-npt &tpt -npt &tpt -npt &tpt -npt &tpt
Illustrating interactive user input
Detailing data storage in files
Object storage by pickle

.#ceptions .#ceptions .#ceptions .#ceptions
Illustrating the basics of error and exception
Describing the technique to handle and raise exceptions
Explaining the application of try, finally and with statement

Standard Standard Standard Standard <ibrary <ibrary <ibrary <ibrary
Details on using sys module for system specific functionality
Applying logging module for debugging
Ultilizing urllib and json modules for internet interaction



Certified Python Professional
www.vskills.in



Sa$ple Bestions Sa$ple Bestions Sa$ple Bestions Sa$ple Bestions

1. 1. 1. 1. S!itch sed for displaying of pythonCs version is S!itch sed for displaying of pythonCs version is S!itch sed for displaying of pythonCs version is S!itch sed for displaying of pythonCs version is DDDDDDDDDD DDDDDDDDDD DDDDDDDDDD DDDDDDDDDDD. D. D. D.
E. -v
=. -V
C. -ver
D. 3one of the above

5 55 5. . . . The The The The python sorce code python sorce code python sorce code python sorce code file file file file has an e#tension of has an e#tension of has an e#tension of has an e#tension of DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD.
E. pys
=. py
C. src
D. 3one of the above

; ;; ;. . . . -n python -n python -n python -n python" "" " $lti line strings are given by $lti line strings are given by $lti line strings are given by $lti line strings are given by DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD.
E. Single *otes
=. Doble *otes
C. Triple *otes
D. 3one of the above

> >> >. . . . F::G in python is F::G in python is F::G in python is F::G in python is a aa a DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD.
E. 8loor division operator
=. Co$$ent
C. 3e! line
D. 3one of the above

5 55 5. . . . FHHG in python is FHHG in python is FHHG in python is FHHG in python is a:a a:a a:a a:an nn n DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD. DDDDDDDDDDD.
E. .#ponentiation
=. Eddress of opearator
C. Vale redirection
D. 3one of the above

Answers: 1 (B), 2 (B), 3 (C), 4 (A), 5 (A)

Das könnte Ihnen auch gefallen