0% found this document useful (0 votes)
40 views

PROGRAMMING IN PYTHON

introduction about python language

Uploaded by

ashok
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

PROGRAMMING IN PYTHON

introduction about python language

Uploaded by

ashok
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Subject Title PROGRAMMING IN PYTHON

subject Code 22UCA11

I Python – origins – features – variable and assignment - Python basics – statement and syntax –
Identifiers – Basic style guidelines – Python objects – Standard types and other built-in types –
Internal types – Standard type operators – Standard type built-in functions.

II Numbers – Introduction to Numbers – Integers – Double precision floating point numbers –


Complex numbers – Operators – Numeric type functions – Sequences: Strings, Lists and Tuples –
Sequences – Strings and strings operators – String built-in methods – Lists – List type Built in
Methods – Tuples.

III Mapping type: Dictionaries – Mapping type operators – Mapping type Built-in and Factory
Functions - Mapping type built in methods – Conditionals and loops – if statement – else Statement –
elif statement – conditional expression – while statement – for statement – break statement –
continue statement – pass statement – Iterators and the iter( ) function - Files and Input/Output –
File objects – File built-in functions – File builtin methods – File built-in attributes – Standard files –
command line arguments.

IV Functions and Functional Programming – Functions – calling functions – creating functions –


passing functions – Built-in Functions: apply( ), filter( ), map( ) and reduce( ) - Modules – Modules
and Files – Modules built-in functions - classes – class attributes – Instances.

V Database Programming – Introduction - Basic Database Operations and SQL - Example of using
Database Adapters, Mysql - Regular Expression – Special Symbols and Characters – REs and Python.

K5 20 Learning Resources Text Books Title of Book Publisher Year of Publication 1 Wesley J. Chun
Core Python Programming Pearson Education Publication 2012

Reference Books 1.Wesley J. Chun Core Python Application Programming Pearson Education

You might also like