Python Pragathi Contents PDF
Python Pragathi Contents PDF
PYTHON-AN INTRODUCTION
➔ Python : An Overview
➔ History of Python
➔ Versions of Python
➔ Features of Python
Simple
Open Source
High-Level Programming Language
Portable
Object-Oriented and Procedure-Oriented
Interpreted
Easy to Maintain
Scalable
➔ Innards of Python
Introducing Python Interpreter
➔ Implementations of Python
CPython
Jython
Python.NET
Frozen Binaries
➔ Comparison of Python with Contemporary Languages
JAVA
C++
PRAGATHI TECHNOLOGIES
BTM *** MARATHAHALLI *** KALYAN NAGAR
Python Course Curriculum
JavaScript
Perl
Defing a Function
Calling a Function
The ‘Return’ Statement
➔ Parameters and Arguments
Function Parameters
Function Arguments
Arbitary Arguments
➔ Anonymous / Lambda Functions
➔ Scope of Variables
➔ Recursive Functions in Python
➔ Modules
The import Statement
The ‘from…import’ Statement
Deleting List
➔ List Slices
➔ List Methods
➔ Aliasing
➔ Cloning
➔ List Comprehension
➔ Tuples
Creating a Tuple
Accessing a Tuple
Modifying a Tuple
Deleting a Tuple
Tuple Operators and Built-in Functions
Tuples as Return Values
Stacks
Queues
Linked List
Class Methods
Static Methods
➔ Built in Class methods and attributes
➔ Privacy in Python
REGULAR EXPRESSIONS
➔ Matching Simple Patterns
Metacharacters
➔ Using Regular Expressions
Functions in Regular Expressions