Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  

       

Microsoft Python Certification Course Details
 

Subcribe and Access : 5200+ FREE Videos and 21+ Subjects Like CRT, SoftSkills, JAVA, Hadoop, Microsoft .NET, Testing Tools etc..

Batch Date: Sept 14th @ 8:00PM

Faculty: Mr. DURGA Sir

Duration : 30 days

Venue :
DURGA SOFTWARE SOLUTIONS at Maitrivanam
Plot No : 202, IInd Floor,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.

Ph.No: +91 - 9246212143, 80 96 96 96 96

Syllabus:

Mr. Mahesh

Name: Mr. DURGA Sir (17+ Yrs of Exp,..)


Microsoft Python Certification
(98-381)

Introduction to Programming Using Python

UNIT 1: Perform Operations using Data Types and Operators (20-25%)

Evaluate an expression to identify the data type Python will assign to each variable

  • Identify str, int, float, and bool data types.

Perform data and data type operations

  • Convert from one data type to another type; construct data structures; perform indexing and slicing operations

Determine the sequence of execution based on operator precedence

  • Assignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in).

Select the appropriate operator to achieve the intended result

  • Assignment; Comparison; Logical; Arithmetic; Identity (is); Containment (in).


UNIT 2: Control Flow with Decisions and Loops (25-30%)

Construct and analyze code segments that use branching statements

  • if; elif; else; nested and compound conditional expressions.

Construct and analyze code segments that perform iteration

  • while; for; break; continue; pass; nested loops and loops that include compound conditional expressions


UNIT 3: Perform Input and Output Operations (20-25%)

Construct and analyze code segments that perform file input and output operations

  • Open; close; read; write; append; check existence; delete; with statement.

Construct and analyze code segments that perform console input and output operations

  • Read input from console; print formatted text; use of command line arguments.


UNIT 4: Document and Structure Code (15-20%)

Document code segments using comments and documentation strings

  • Use indentation, white space, comments, and documentation strings; generate documentation by using pydoc.

Construct and analyze code segments that include function definitions

  • Call signatures; default values; return; def; pass


UNIT 5:
Perform Troubleshooting and Error Handling (5-10%)

Analyze, detect, and fix code segments that have errors

  • Syntax errors; logic errors; runtime errors.

Analyze and construct code segments that handle exceptions

  • Try; except; else; finally; raise


UNIT 6: Perform Operations Using Modules and Tools (1-5%)

Perform basic operations using built-in modules

  • Math; datetime; io; sys; os; os.path; random.

Solve complex computing problems by using built-in modules

  • Math; datetime; random