Advanced Diploma in Python Programming(ADPP)

Course Coveage:

Duration:

1hr/Day - 4Months(Normal Track)

2hrs/Day - 2Months(Fast Track)

C Language

C1 intro

C2 basic

C3 variables

C4 data types

C5 input/output st

C6 escape sequence

C7 arithmetic op

C8 relational op

C9 logical op

C10 operatore others

C11 if st

C12 if else st

C13 if else if st

C14 nested if st

C15 switch st

C16 do loop

C17 while loop

C18 do loop


C19   break

C20  continue

C21   goto

C22   arrays

C23   two dim array

C24  addition

C25   multiplication

C26  function

C27   No Return 

C28  Para-No Return

C29  With Para, With Return

C30  No Para-With Return 

C31   recursive function

C32   storage classes

C33  string fn

C34  math fn

C35  pointers

C36  array of pointers


C37 fun with pointer

C38 calloc

C39 malloc

C40 realloc

C41 free

C42 structure

C43 nested struct

C44 struct with pointer

C45 union

C46 files

C47 fgetc

C48 fputc

C49 fgets

C50 fputs

C51 fscanf

C52 fprintf

C53 files - others

C54 graphics


C++ Language

CP1 intro

CP2 basics

CP3 manipulators

CP4 Act,For,Def Arg

CP5 fn overloding

CP6 inline fn

CP7 class

CP8 function inside clas

CP9 fn outside class

CP10 private member

CP11 static variable

CP12 static fn

CP13 array of object

CP14 mem fn overloading

CP15 class with pointer

CP16 friend fn

CP17 friend class

CP18 default cons

CP19 para const

CP20 copy cons

CP21 cons overloading

CP22 destructor

CP23 unary op overloading

CP24 binary op overloading

CP25 overload with friend

CP26 single inheritance

CP27 multilevel

CP28 heirarchical

CP29 hybrid

CP30 multiple

CP31 overriding

CP32 order of execution

CP33 ambiguities

CP34 comp. time poly

CP35 runtime poly

CP36 virtual fn

CP37 fles

CP38 ifstream

CP39 ofstream

CP40 fstream

CP41 fn template

CP42 class template

CP43 others

Python

P1 INTRO

P2 VARIABLES & DATATYPES

P3 CONVERSIONS

P4 PRINT FUNCTION

P5 OPERATORS

P6 CONDITIONAL STATEMENT

P7 LOOPING STATEMENT

P8 BREAK, CONTINUE, PASS

P9 FUNCTIONS

P10 DEFAULT ARGUMENTS

P11 KEYWORD ARGUMENT

P12 ARBITARY ARGUMENT

P13 RECURSION

P14 MODULES

P15 PACKAGE

P16 DECIMAL FUNCTION

P17 MATH, RANDOM

P18 LIST

P19  TUPLE

P20 ARRAY

P21   SORTING ALGORITHM

P22  SEARCH

P23  STRING

P24  SET

P25  DICTIONARY

P26  FILES

P27  BINARY FILES

P28 DIR & FILE MANAGEMENT

P29  EXCEPTION HANDLING

P30 NAMESPACE  ESCAPE

P31    CLASS & OBJECT

P32         CONSTRUCTOR

P33         DESTRUCTION

P34        DATA ATTRIBUTES

P35  CLASS ATTRIBUTES

P36  PRIVATE

P37         INHERITANCE

P38 OVERRIDING

P39         OPERATOR OVERLOADING

P40 NETWORK PROGRAMMING

P41         MULTITHREAD

P42    DATABASE ACCESS

P43       TKINTER

P44 LABEL,LABELFRAME

P45         ENTRY BUTTON

P46 CHECKBUTTON,RADIOBUTTON

P47          SPINBOX, LISTBOX

P48 MENU, MESSAGE

P49 OPTION MENU

P50 SCALE

P51          TOPLEVEL

P52         TK MESSAGEBOX

P53         SCROLL BAR

P54 IMAGE PROCRESSING