5
Visit: http://www.cognitecht.com/ Contact: [email protected] Cognitech Trainings is a pioneer in giving high quality online training in Python 2.7 Course. We are the leading Python 2.7 Online Trainers in the market provides best online training in latest version by a Real Time Industry faculty with reasonable fees along with the training materials and best practices documents. Introduction to Python & Python Fundamentals: - Python Interpreter and its Environment - Python programming building blocks like Variables - Data Types and their functions Python Basics: - Arrays, Lists and Tuples - Dictionaries and Sets - Array and List related functions

Python 2.7 Online Training By Realtime Faculty With High Quality From India

Embed Size (px)

DESCRIPTION

Python 2.7 Online Training By Realtime Faculty With High Quality From India

Citation preview

Page 1: Python 2.7 Online Training By Realtime Faculty With High Quality From India

Visit: http://www.cognitecht.com/

Contact: [email protected] Trainings is a pioneer in giving high quality onlinetraining in Python 2.7 Course.

We are the leading Python 2.7 Online Trainers in the marketprovides best online training in latest version by a Real TimeIndustry faculty with reasonable fees along with the trainingmaterials and best practices documents.

Introduction to Python & Python Fundamentals:

- Python Interpreter and its Environment

- Python programming building blocks like Variables

- Data Types and their functions

Python Basics:

- Arrays, Lists and Tuples

- Dictionaries and Sets

- Array and List related functions

Page 2: Python 2.7 Online Training By Realtime Faculty With High Quality From India

- Arithmetic Operators

- Assignment Operators

- Comparison Operators

- Logical Operators

- Conditional/ ternary Operators

Python Control Structures:

- If Statements

-While construct

- For Statements

-Looping Techniques over data structures

-The range() function

- Break and Continue Statements

- Statements and else clauses in loops

- Pass Statements

- List Comprehensions

Functions

- Local variables

- Default Argument Values

- Returning Values

- Keyword & Positional Arguments

- Arbitrary Argument Lists

- Unpacking Argument Lists

Page 3: Python 2.7 Online Training By Realtime Faculty With High Quality From India

- Lambda Forms

- Documentation Strings

Modules

- Executing modules as scripts

- The Module Search Path

- Building Modules

- 'Compiled' Python files

- various Standard Modules/libraries

- The dir() function

- Debugging Python Code

- Logging in Python

-Unit testing in Python

- Static code analysis

I/O & Exception handling :

- Standard Input and Output I/O

- File I/O

-Python File & Directory functions

- Introduction to subprocess module

- Handling Exceptions

- Raising Exceptions

- User-defined Exceptions

- Clean-up Actions

Page 4: Python 2.7 Online Training By Realtime Faculty With High Quality From India

- Try/finally clauses

Regular Expressions :

- What are regular expressions

- Matching characters

-Compiling regular expressions

- Strings and Slices

- Modifying Strings

- Use of triple quotes

- Repetition

- Emails example

- Group extraction and Substitution

OOPs in Python :

- Class definition syntax

- Class Objects, Instance Objects, Method Objects; Instantiation

- Inheritance

- Data Member - Class variable/Instance

- Function overloading

- Operator overloading

- Pickle module

- The dir() function

- Packages

Page 5: Python 2.7 Online Training By Realtime Faculty With High Quality From India

- Intra-package References

Threads:

- Thread creation.

- Java style threads

- Locking mechanisms

Database Programming :

- Connecting to a database server

- Connecting to different databases like MySQL, SQLite

- Database Operations

- Using SQLAlchemy package