Training with Certification

Similar documents
PYTHON CONTENT NOTE: Almost every task is explained with an example

Table of Contents. Preface... xxi

About Python. Python Duration. Training Objectives. Training Pre - Requisites & Who Should Learn Python

Introduction to Python

Programming in Python

Python INTRODUCTION: Understanding the Open source Installation of python in Linux/windows. Understanding Interpreters * ipython.

This course is designed for anyone who needs to learn how to write programs in Python.

PYTHON TRAINING COURSE CONTENT

Basic Python 3 Programming (Theory & Practical)

Webgurukul Programming Language Course

PTN-102 Python programming

Course Outline - COMP150. Lectures and Labs

Python Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd.

DOT NET TRAINING PROGRAM

Organizers. Finland Labs, Revert Technology Pvt. Ltd New Delhi. In Association with. Entrepreneurship Development Cell.

Django with Python Course Catalog

Programming in Python Advanced

Al al-bayt University Prince Hussein Bin Abdullah College for Information Technology Computer Science Department

,

GE PROBLEM SOVING AND PYTHON PROGRAMMING. Question Bank UNIT 1 - ALGORITHMIC PROBLEM SOLVING

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours

ActiveNET. #202, Manjeeraa Plaza, Ameerpet, HYD

[CHAPTER] 1 INTRODUCTION 1

Python Basics. Lecture and Lab 5 Day Course. Python Basics

DIABLO VALLEY COLLEGE CATALOG

Course Text. Course Description. Course Objectives. StraighterLine Introduction to Programming in C++

Flask Web Development Course Catalog

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

Data Science with Python Course Catalog

PHP CURRICULUM 6 WEEKS

Welcome to MCS 275. Course Content Prerequisites & Expectations. Scripting in Python from OOP to LAMP example: Factorization in Primes

CO Java SE 8: Fundamentals


Perl (5 Days Content)

PTN-202: Advanced Python Programming Course Description. Course Outline

Cambridge TECHNICALS LEVEL 3

L1/L2 NETWORK PROTOCOL TESTING

Course Syllabus. Course Title. Who should attend? Course Description. PHP ( Level 1 (

Sahaj Computer Solutions OOPS WITH C++

Python for Astronomers. Week 1- Basic Python

Murach s Beginning Java with Eclipse

Syllabus & Curriculum for Certificate Course in Java. CALL: , for Queries

Introduction to Programming Using Java (98-388)

Programming for Data Science Syllabus

Course Syllabus C # Course Title. Who should attend? Course Description

Programming with Python with Software Automation & Data Analytics

Core Java Syllabus. Pre-requisite / Target Audience: C language skills (Good to Have)

Lotus IT Hub. Module-1: Python Foundation (Mandatory)

COMPUTER INFORMATION SYSTEMS

Study Abroad Programme

UNNATI Development and Training Center Pvt. Ltd.

CERTIFICATE IN WEB PROGRAMMING

Programming in C# (20483)

JatinSir - Mastering Python

Course Details Duration: 3 days Starting time: 9.00 am Finishing time: 4.30 pm Lunch and refreshments are provided.

Merge Sort Quicksort 9 Abstract Windowing Toolkit & Swing Abstract Windowing Toolkit (AWT) vs. Swing AWT GUI Components Layout Managers Swing GUI

5/23/2015. Core Java Syllabus. VikRam ShaRma

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview

Perl Scripting. Students Will Learn. Course Description. Duration: 4 Days. Price: $2295

KLiC C++ Programming. (KLiC Certificate in C++ Programming)

Glossary. For Introduction to Programming Using Python By Y. Daniel Liang

PHP + ANGULAR4 CURRICULUM 6 WEEKS

Course Structure of Python Training: UNIT - 1: COMPUTER FUNDAMENTALS. Computer Fundamentals. Installation of Development Tools:

Lecture 1: Overview of Java

Course Description. Call Us CRAW Security

SCIENCE. An Introduction to Python Brief History Why Python Where to use

ADMINISTRATIVE MANAGEMENT COLLEGE

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

2.Raspberry PI: Architecture & Hardware Specifications

SCHEME OF COURSE WORK

University of Asia Pacific (UAP) Department of Computer Science and Engineering (CSE)

Descriptions for CIS Classes (Fall 2017)

AN ISO 9001:2008 CERTIFIED COMPANY ADVANCED. Java TRAINING.

DEPARTMENT OF COMPUTER APPLICATIONS CO 2009 REGULATION

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS CIW JAVASCRIPT FUNDAMENTALS CERTIFICATION WEB 2391

PT Timmins Konsultan Utama. Python Basic and Beyond

Python Unit

CENG 256 Internet Programming Draft

Introduction to Programming: Variables and Objects. HORT Lecture 7 Instructor: Kranthi Varala

Senthil Kumaran S

GIS 4653/5653: Spatial Programming and GIS. More Python: Statements, Types, Functions, Modules, Classes

Object Oriented Programming CS104 LTPC:

Hands-On Perl Scripting and CGI Programming

CEU s (Continuing Education Units) 12 Hours (i.e. Mon Thurs 5 9PM or Sat Sun 8AM 5PM)

Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering. Fifth Semester

Data Analytics Job Guarantee Program

Syllabus of C++ Software for Hands-on Learning: This course offers the following modules: Module 1: Getting Started with C++ Programming

Interactive use. $ python. >>> print 'Hello, world!' Hello, world! >>> 3 $ Ctrl-D

T.Y.B.Sc. Syllabus Under Autonomy Mathematics Applied Component(Paper-I)

Variable and Data Type I

Java Programming. Price $ (inc GST)

Course Title: Python + Django for Web Application

Java 1.8 Programming

FOR BEGINNERS 3 MONTHS

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix

PYTHON. p ykos vtawynivis. Second eciitiovl. CO Ve, WESLEY J. CHUN

CSC 210 COMPUTER SCIENCE II

CSE450. Translation of Programming Languages. Lecture 11: Semantic Analysis: Types & Type Checking

Java Programming with Eclipse

Diploma in Android Programming (DAP)

Transcription:

Python Course Module Training with Certification Overview In this course, Participant will learn to write reusable scripts with Python. Through intensive exercises, participant learn to use Python in your operating system and application environments as well as apply built-in functions of the language and make use of external modules. Pre-Requisites Students should already be comfortable using the operating system (Linux, Unix, Windows, Solaris, Mac OS X, etc.) on which they will be running Python. While not mandatory, basic skills with at least one other programming language are desirable. Course Objectives: How to program in Python. Implementing Data types, Statements, Operators and Strings etc. Implementing OOPs in Python. Create GUI Applications using Python. Connecting with Databases. Implementing TCP Socket connectivity. Course Outcomes: Create your First Program in Python IDLE. Use Arrays and Data Structures. Implementing Error Handling. Implement OOPs concepts in your programming. Create Application with support of Graphics in Python.

Duration- 50 Hours 1) Python Introduction Python: AnOverview History ofpython Version of Python Feature ofpython Simple Open Source High Level ProgrammingLanguage Portable Object Oriented & ProcedureOriented Interpreted Easy tomaintain Comparisons of Python with OtherLanguage Java C++ JavaScript Perl Execution of Programs Python Comment

2) Python Variables & DataTypes What isvariables AssignVariables DataTypes: Numeric DataTypes Boolean Data Types Compound Data Types Dictionaries Sets Array 3) Operators: Types of Operators ArithmeticOperators Relational Operators Assignment Operators Logical / BooleanOperators IdentityOperators Membership Operators BitwiseOperators Operators Precedence &Associativity Precedence ofoperators Associativity ofoperators 4) Python ConditionalStatements: The IfStatements The if-elsestatements The ElifStatements The Nested If ElseStatements 5) Python LoopingConcept: Python for Loop Python While Loop 6) Python ControlStatements: The Break Statements The ContinueStatements The Pass Statements 7) Python Data Type Casting

8) Python Number Mathematical Function RandomFunction TrigonometricFunction 9) Python String Accessing Strings BasicOperations String slices String Built-InFunction 10) Python List Accessinglist Operations Working withlists List Slices Aliasing Cloning ListComprehension Deleting List Built-inFunction 11) Python Tuple Creating Tuple Accessing Tuple Modifying Tuple Deleting Tuple Built-in Function 12) Python Dictionary Creating Dictionary Accessing Dictionary Deleting Dictionary Built-InFunction 13) Python Array Importing anarrays Declaring anarray Operation onarrays

Built-In Function 14) Python Date &Time The TimeModule The CalendarModule 15) Python Function Defining afunction Calling afunction Types of functions Function Arguments Anonymous functions Global and localvariables 16) Module The Import Statement The From Import Statement The From Import*Statement 17) File Handling (Input /Output) Opening & closingfiles Reading & writingfiles Rename & RemoveFiles TheDirectories 18) Exception Handling Error in PythonProgram Syntax error Exception Types ofexception Handling Exception inpython Raising Exception User DefinedException 19) OOPs Concepts Class andobject Attributes Inheritance Overloading Overriding

Interface &Abstraction 20) Multithreading Thread Starting athread Threading module Synchronizingthreads Multithreaded Priority Queue 21) Python Mail SendingProgram Introducing Execute mail program 22) RegularExpression Match function Search function Matching VS Searching Modifiers Patterns 23) DatabaseConnection Connections Executing queries Transactions Handlingerror 24) Interacting withnetworks Socket inpython TCP/IP Client &Server Creating a Client / ServerProgram Executing SocketProgram 25) GUI (Graphical UserInterface) Tkinterprogramming Tkinterwidgets

26) Python WebScraping intro Scrape all the details of anywebsite 27) How to Execute Linux Commands in Python OS Module Subprocess Module 28) Python Data Science 29) Introduction with Python MatchingLearning 30) Introduction with Python ArtificialIntelligence 31) Automation Labs Implementing Expressions, Variables, Quotes, Basic Math operations, Strings: Basic Strings Operations & String Methods, List, Tuples, Dictionaries, Arrays. Implementing Statements and Functions. Implementing OOPs Concept. Implementing Exception Handling and Multithreading. Implementing GUI Programming using Tkinter. Connecting to MYSQL Database. Implementing connections with TCP and UDP Sockets in Python. Exam Information: Exam Code : 507-114 Exam Pattern : Multiple Choice Exam Duration : 2 Hrs Exam Delivery : AEPTC ( ACADEMIC EDUCATION & PROFFESIONAL TESTING CENTER) Passing Score : 70%

Address: C-3/207, Kanishk Complex, Near Maharaja Banquet, V3S Mall, Nirman Vihar, Metro Station, Delhi-92 Phone: - 011-42041399 / 011-45701457 Mobile: - +91-9555378418 Email: info@krnetworkcloud.org Python Certification Authorized Training Partner