You are on page 1of 6

PYTHON COURSE

www.balujalabs.com
BALUJA INSTITUTE OF TECHNOLOGY &
MANAGEMENT

Python is a dynamic, interpreted language. Source code does not declare the types
of variables or parameters or methods. This makes the code short and flexible, and
you lose the compile-time type checking in the source code. Python tracks the types
of all values at runtime and flags code that does not make sense as it runs
PYHTON COURSE
www.balujalabs.com
BALUJA INSTITUTE OF TECHNOLOGY &
MANAGEMENT
Introduction to Python
Variables, Expressions and Statements
Operators and Operands in Python
Functions

Programming with Python
String functions and methods
List functions and methods
Strings
Lists

PYTHON COURSE
www.balujalabs.com
BALUJA INSTITUTE OF TECHNOLOGY &
MANAGEMENT
Introduction to Python- an interpreted high level language, interactive mode and
script mode.

Variables, Expressions and Statements: Values, Variables and keywords.

Operators and Operands in Python: (Arithmetic, relational and logical operators),
operator precedence, Expressions and Statements (Assignment statement), Taking
input (using raw_input() and input()) and displaying output (print statement), Putting
Comments.

Borders
Colors
Background
Name space
Media Queries
PYTHON COURSE
www.balujalabs.com
BALUJA INSTITUTE OF TECHNOLOGY &
MANAGEMENT

Functions: Importing Modules (entire module or selected objects), invoking built in
functions, functions from math module (for example, ceil, floor, fabs, exp, log, log10,
pow, sqrt, cos, sin, tan, degrees, radians), using random() and randint() functions of
random module to generate random numbers, composition. Defining functions,
invoking functions, passing parameters (default parameter values, keyword
arguments), scope of variables, void functions and functions returning values, flow of
execution.

Conditional constructs and looping: if else statement While, for (range function), break,
continue, else, pass.

Borders
Colors
Background
Name space
Media Queries
PYTHON COURSE
www.balujalabs.com
BALUJA INSTITUTE OF TECHNOLOGY &
MANAGEMENT

Strings: Creating, initialising and accessing the elements; string operators: +, *, in, not
in, range slice [n:m], comparing strings using relational operators.

String functions and methods: len, capitalize, find, isalnum, isalpha, isdigit, lower,
islower, isupper, upper, lstrip, rstrip.

Lists: Concept of mutable lists, creating, initializing and accessing the elements,
traversing, appending, updating and deleting elements, List operations (joining, list
slices).

List functions and methods: len, insert, append, extend, sort, remove, and reverse,
pop.

Borders
Colors
Background
Name space
Media Queries
Contact Us
Contact no. : +91-9015596280,
+91-9313565406, 011-65495934
Main Najafgarh Road, Janakpuri
A1/17, Top Floor, Opposite Metro Pillar no: 636,
New Delhi- 110058
Email Id :- contactus@balujalabs.com
www.balujalabs.com
BALUJA INSTITUTE OF TECHNOLOGY &
MANAGEMENT

You might also like