[go: up one dir, main page]

0% found this document useful (0 votes)
10 views4 pages

PYTHON

The document outlines a 40-hour Python programming course offered by Annex Training Institute in Abu Dhabi, focusing on various applications of Python in fields like web development, data analysis, and machine learning. It includes a comprehensive curriculum covering Python fundamentals, data handling, control flow, user-defined functions, and object-oriented programming concepts. The institute emphasizes personalized training plans to enhance productivity for corporate clients.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views4 pages

PYTHON

The document outlines a 40-hour Python programming course offered by Annex Training Institute in Abu Dhabi, focusing on various applications of Python in fields like web development, data analysis, and machine learning. It includes a comprehensive curriculum covering Python fundamentals, data handling, control flow, user-defined functions, and object-oriented programming concepts. The institute emphasizes personalized training plans to enhance productivity for corporate clients.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Cour

seDur
ati
on:
40Hr
s.

Pyt hon is a popular object-


ori
ent ed pr ogrammi ng l anguage avai l
abl e as
open- sour
ce software.I
tsr eadabil
it
y,ver satil
e dat
at ypes,uncluttered visual
layout,andextensibi
li
tytootherprogr ammi nglanguagesmakei twel lsuitedfor
web devel opment ,machine learni
ng,finance,mar keti
ng,dat a analysis,and
other data science applicatons.The Pyt
i hon progr ammi ng l anguage i s
versatil
eandof t
enusedf orbot hl
arge- scal
edat aanal ysi
sanddat avisualizati
on
projects,and aut omate smaller t
asks i n mar ket
ing and finance l i
ke web
scrapingandcomput ati
on.

Annex Tr aini
ng Insti
tuteis based in Abu Dhabit he capitalcity ofUAE,
Approved byt heAbu DhabiCent erf orTechnicaland Vocat ionalEducat i
on
and Tr ai
ning (ACTVET).Our educat i
onalInsti
tuti
on focused on pr ovi di
ng
ser
vicesbymaki nguseofthelatesttechnology,updatedcour semat erialsand
cer
tified trai
ners.We devel
oped a cust omi
zed trai
ning pl
an foreach st udent
whichwi l
ltransl
atei
nt oi
ncreasedefficienci
esandi mpr oveproductivi
tyf orany
cor
por ati
on.

AboutUs

AnnexTr aini
ngi nst
ituteisbasedi nAbudhabit hecapi t
alcit
yofUAE,Appr oved
bu theAbu Dhabicent erforTechni caland vocati
onaleducat i
on and Training
(ACTVET)Oureducat ionalinst
itutef ocusedonpr ovi
dingservicebymaki nguse
ofthe latesttechnology,updat ed course materi
alsand certi
fied t r
ainers.We
developedacust omi zedt r
aini
ngpl anf oreachstudentwhi chwi l
ltranslat
ei nto
i
ncreasedef ficienci
esandi mpr ovepr oducti
vit
yforanycor porati
on.
Level1
:Fundament
alsofPyt
hon

GETTI
NG STARTED
History&needofPyt hon
Appl i
cationofPyt hon
Advant agesofPyt hon
Disadvant agesofPyt hon
I
nst all
ingPyt hon
Progr am St ructure
I
nt eractiveShel l
Execut ableorscr iptfiles
Useri nterfaceorI DE

PYTHON FUNDAMENTALS
WorkingwithInteract
ivemode
WorkingwithScriptmode
Pyt
honChar acterSet
Pyt
honTokens, Keywor ds,I
dent
ifier
s,Li
ter
als,
Operat
ors
Var
iables&Assignment sInput&OutputinPython

DATA HANDLI
NG

DATATYPES

Number s
Stri
ngs
Li
sts
Tuples
Dictionar
y
Set
Frozenset
Bool
Mut able&Immut
abl
e

LI
STMANI
PULATI
ON

Introduct i
ont oPyt
honLi
st
Creat i
ngLi st
Accessi ngList
JoiningLi st
Repl i
cat i
ngList
ListSlici
ng

STRI
NG MANI
PULATI
ON

I
ntroductiontoPythonStri
ng
Accessi
ngI ndivi
dualEl
ements
Str
ingOper ators
Str
ingSlices
Str
ingFunct i
ons&Met hods
TUPLES

Int
r oduct i
ontoTupl
e
Creat i
ngTupl es
Accessi ngTuples
JoiningTupl es
Repl i
cat i
ngTuple
Tupl eSlici
ng

SETAND FROZENSET

I
ntroduct i
ontoSetandFr ozenset
Creati
ngSetandFr ozenset
AccessingSetandFrozenset
Repli
cat i
ngandSli
cing

OPERATORS

Arit
hmet i
cOper ators
RelationalOper ators
LogicalOper ators
Member shipOper ators
IdentityOper at
or s
BitwiseOper ator s
AssignmentOper ators
Oper atorsPrecedence
EvaluatingExpr ession
TypeCast ing

PROGRAM CONTROLFLOW

CONDI
TIONALSTATEMENTS

TheifStatement
Theif-
elseStatement
Theif-
elifSt
atement
NestedifStatements
PythonIndent at
ion

LOOPI
NG AND LTERATI
ON

TheForLoop
TheW hil
eLoop
LoopelseStat
ement
NestedLoops
BreakandCont i
nue

THERANGEFUNCTI
ON

Int
roducti
ontor ange()
Typeofrange()functi
on
Useofrange()functi
on

USERDEFI
NED FUCTI
ONS

Structur
eofaPyt hon
Program w.r.
tUDF
TypesofFunct i
ons
InvokingUDF
Flow ofExecuti
on
Argument sandPar amet
ers
DefaultArgument s
NamedAr gument s
RECURSI
ON FUCTI
ON

UseofRecur
sionFunct
ion

MODULESAND PACKAGES

BUI
LT-
IN MODULES

I
mpor
tingModul
esi
nPyt
honPr
ogr
ams

USERDEFI
NED FUNCTI
ONS

St
ruct
ureofPyt
honModul
es

FI
LEOPERATI
ONS

TEXTAND BYTESFI
LE

OpeningaFile
Readi
ngandWr it
ingaFi
le
OtherFi
leTools

CLASSESAND OBJECTS

Cl
assesasuserdefineddat atype
ObjectasI
nstancesofClasses
Cr
eat i
ngClassandObjects
Cr
eat i
ngObjectsbyPassingValues

I
NTRODUCTI
ON TO OOPSCONCEPTS

TheObj ect-Orient
edPr
ogr
ammi
ng
Encapsul at
ion
Inher
itance
Polymor phism

PROJECTS

CONSOLEPROJECTS:
-

AnnexTrainingInst
itute,604AlFalahTower
,
NearAlFalahPlaza,AlFalahStreet
,AbuDhabi
Uni
tedAr abEmi r
ates

i
nfo@annexi
nst
itut
e.com
+97125463666 www.annexi
nst
itut
e.com +9715666481
04

You might also like