Python 5 Days
Python 5 Days
Day 1
Introduction to Python
The dynamic typing nature of Python
Basic Data Structures
Lists
Dictionaries
Strings
Tuples
Functions in Python
Overloading and keyword arguments
Case Study 1
Day 2
Object Oriented Coding
Classes and Objects
The special method – init,
Data hiding in Python
Functional Programming tools in Python
Using map and filter
Creating lambda expressions
Working with list comprehensions
Case study 2
Day 3
The os module
The os.path module
Walking the directory tree
Files and directories
Case study 3
Day 4
Case study 4
Day 5
Project Discussion
The project is all about un-structured data analysis using python. The project is
all about classifying the news items and categorising the same under different
headings like sports, health-care, politics etc.,
The project uses statistical algorithms and shows how powerful and easy to
build classifiers and recommendation systems using core python.