python online training | online it training | seasoft it solutions

7

Click here to load reader

Upload: seasofttraining

Post on 05-Jul-2015

26 views

Category:

Technology


1 download

DESCRIPTION

We Seasoft it solutions provides Online IT Training to the students and the employees who lives in USA, UK, and Canada and all over the world. Find many courses at http://www.seasofttraining.com/courses/

TRANSCRIPT

Page 1: Python Online Training | Online IT Training | Seasoft It Solutions

PYTHON ONLINE TRAINING BY SEASOFT IT SOLUTION

COURSE CONTENT:

Part I Getting Started

History

A Python Q&A Session

How Python Runs Programs

How You Run Programs

www.seasofttraining.com [email protected]

Contact Us: 408-620-5290 | 408-620-4906

Page 2: Python Online Training | Online IT Training | Seasoft It Solutions

PYTHON ONLINE TRAINING BY SEASOFT IT SOLUTION

www.seasofttraining.com [email protected]

Contact Us: 408-620-5290 | 408-620-4906

Part II Types and Operations

Introducing Python Object Types

Numeric Types

The Dynamic Typing Interlude

Strings

Lists and Dictionaries

Tuples, Files and Everything Else

Page 3: Python Online Training | Online IT Training | Seasoft It Solutions

PYTHON ONLINE TRAINING BY SEASOFT IT SOLUTION

www.seasofttraining.com [email protected]

Contact Us: 408-620-5290 | 408-620-4906

Part III Statements and Syntax

Introducing Python Statements

Assignments, Expressions, and Prints

if Tests and Syntax Rules

while and for Loops

Iterations and Comprehensions - I

The Documentation Interlude

Page 4: Python Online Training | Online IT Training | Seasoft It Solutions

PYTHON ONLINE TRAINING BY SEASOFT IT SOLUTION

www.seasofttraining.com [email protected]

Contact Us: 408-620-5290 | 408-620-4906

Part IV Functions

Function Basics

Scopes

Arguments

Advance Function Topics

Iterations and Comprehensions – II

Page 5: Python Online Training | Online IT Training | Seasoft It Solutions

PYTHON ONLINE TRAINING BY SEASOFT IT SOLUTION

www.seasofttraining.com [email protected]

Contact Us: 408-620-5290 | 408-620-4906

Part V Modules

Modules : The Big Picture

Module Coding Basics

Module Package

Advance Module Topics

Page 6: Python Online Training | Online IT Training | Seasoft It Solutions

PYTHON ONLINE TRAINING BY SEASOFT IT SOLUTION

www.seasofttraining.com [email protected]

Contact Us: 408-620-5290 | 408-620-4906

Part VI Classes and OOP

OOP : The Big Picture

Class Coding Basics

A More Realistic Example

Class Coding Details

Operator Overloading

Designing with Classes

Advanced Class Topics

Page 7: Python Online Training | Online IT Training | Seasoft It Solutions

PYTHON ONLINE TRAINING BY SEASOFT IT SOLUTION

www.seasofttraining.com [email protected]

Contact Us: 408-620-5290 | 408-620-4906

Part VII Exceptions and Tools

Exception Basics

Exception Coding Detail

Exception Objects

Designing With Exception