Python Certification Training

Similar documents
About Intellipaat. About the Course. Why Take This Course?

Python Certification Training

IN: US:

Apache Spark and Scala Certification Training

IN: US:

Selenium Testing Training

MS SQL Server DBA Training and Certification Course

SAP HANA Certification Training

Oracle PL SQL Training & Certification

Big Data Hadoop Certification Training

Microsoft Business Intelligence - MSBI Certification Training

Test Architect Masters Course

Certified Data Science with Python Professional VS-1442

IN: US:

Data Science Bootcamp Curriculum. NYC Data Science Academy

Big Data, Data Science Master Course

Data Science with Python Course Catalog

Python Certification Training

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

Webgurukul Programming Language Course

JatinSir - Mastering Python

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

DATA SCIENCE INTRODUCTION QSHORE TECHNOLOGIES. About the Course:

SQL Server Machine Learning Marek Chmel & Vladimir Muzny

Data Analyst Nanodegree Syllabus

Data Analytics Training Program using

Programming with Python with Software Automation & Data Analytics

A Tutorial on Apache Spark

Introduction to Data Science. Introduction to Data Science with Python. Python Basics: Basic Syntax, Data Structures. Python Concepts (Core)

Data Analytics Job Guarantee Program

Specialist ICT Learning

Overview. : Cloudera Data Analyst Training. Course Outline :: Cloudera Data Analyst Training::

ARTIFICIAL INTELLIGENCE AND PYTHON

Python With Data Science

Data Analytics Training Program

Blended Learning Outline: Cloudera Data Analyst Training (171219a)

Data Science Training

DATA ANALYTICS BOOT CAMP

Blended Learning Outline: Developer Training for Apache Spark and Hadoop (180404a)

UCF DATA ANALYTICS AND VISUALIZATION BOOT CAMP

Big Data Hadoop Developer Course Content. Big Data Hadoop Developer - The Complete Course Course Duration: 45 Hours

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

Overview. Prerequisites. Course Outline. Course Outline :: Apache Spark Development::

Flask Web Development Course Catalog

DATA STRUCTURE AND ALGORITHM USING PYTHON

DATA SCIENCE NORTHWESTERN BOOT CAMP CURRICULUM OVERVIEW DATA SCIENCE BOOT CAMP

THE DATA ANALYTICS BOOT CAMP

Python for Data Analysis. Prof.Sushila Aghav-Palwe Assistant Professor MIT

Innovatus Technologies

About Intellipaat. About the Course. Why Take This Course?

Data Science Training

Programming for Data Science Syllabus

ACHIEVEMENTS FROM TRAINING

Ivy s Business Analytics Foundation Certification Details (Module I + II+ III + IV + V)

Course Syllabus. Course Information

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

Command Line and Python Introduction. Jennifer Helsby, Eric Potash Computation for Public Policy Lecture 2: January 7, 2016

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

Data Analyst Nanodegree Syllabus

We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info

Hadoop Development Introduction

BEST BIG DATA CERTIFICATIONS

Data Acquisition and Processing

Django with Python Course Catalog

CERTIFICATE IN SOFTWARE DEVELOPMENT LIFE CYCLE IN BIG DATA AND BUSINESS INTELLIGENCE (SDLC-BD & BI)

Automation.

HANDS ON DATA MINING. By Amit Somech. Workshop in Data-science, March 2016

Apache Spark is a fast and general-purpose engine for large-scale data processing Spark aims at achieving the following goals in the Big data context

Integrating Advanced Analytics with Big Data

Data Science. Data Analyst. Data Scientist. Data Architect

Business Analytics Nanodegree Syllabus

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

DATA SCIENCE USING SPARK: AN INTRODUCTION

NEW BRUNSWICK. IT Systems Administrator

Salesforce Certified Force.com Developer Study Guide

IT Systems Administrator

SOFTWARE DEVELOPMENT: DATA SCIENCE

Delving Deep into Hadoop Course Contents Introduction to Hadoop and Architecture

CO Java SE 8: Fundamentals


BIG DATA COURSE CONTENT

Hortonworks Certified Developer (HDPCD Exam) Training Program

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

90 Hours for online Live Training

pandas: Rich Data Analysis Tools for Quant Finance

Azure Certification BootCamp for Exam (Developer)

We are ready to serve Latest Testing Trends, Are you ready to learn?? New Batches Info

microsoft

Introduction to Programming

Big Data. Big Data Analyst. Big Data Engineer. Big Data Architect

ORACLE PL/SQL DATABASE COURSE

David J. Pine. Introduction to Python for Science & Engineering

Activator Library. Focus on maximizing the value of your data, gain business insights, increase your team s productivity, and achieve success.

,

Analyzing Big Data with Microsoft R

The Evolution of Big Data Platforms and Data Science

Python for. Data Science. by Luca Massaron. and John Paul Mueller

SALESFORCE CERTIFIED MARKETING CLOUD SPECIALIST

: 20488B: Customized Developing Microsoft SharePoint Server

Microsoft. Exam Questions Perform Data Engineering on Microsoft Azure HDInsight (beta) Version:Demo

Transcription:

About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over 32 countries and growing. For job assistance and placement we have direct tie-ups with 80+ MNCs. Key Features of Intellipaat Training: Instructor Led Training Self-Paced Training Exercise and project work Lifetime Access 39 Hrs of highly interactive instructor led training 24 Hrs of Self-Paced sessions with Lifetime access 50 Hrs of real-time projects after every module Lifetime access and free upgrade to latest version Support Lifetime 24*7 technical support and query resolution Get Certified Get global industry recognized certifications Job Assistance Job assistance through 80+ corporate tie-ups Flexi Scheduling Attend multiple batches for lifetime & stay updated. About the Course This Intellipaat Python training course is a complete course that will help you to clearly understand the programming language that is exclusively used for Data Science. In this Python programming training, you will be exposed to both the basic and advanced concepts of Python like machine learning, Deep Learning, Hadoop streaming, MapReduce in Python, and work with packages like Scikit and Scipy. Instructor Led Duration 39 Hrs Weekend Batch 3 Hrs/Session Self Paced Duration 24 Hrs

Why take this Course? Python is a highly popular object-oriented language that is fast to learn and easy to deploy. It can run on various systems like Windows, Linux and Mac thus make it highly coveted for the data analytics domain. Upon completion of Python certification training, you can work in the Big Data Hadoop environment for very high salaries. Python s design & libraries provide 10 times productivity compared to C, C++, or Java A Senior Python Developer in the United States can earn $102,000 indeed.com Course Content Introduction to Python Module /Topic What are Python Language and features? Why Python and why it is different from other languages? Installation of Python Anaconda Python distribution for Windows, Mac, Linux Run a sample python script, working with Python IDE's Running basic python commands - Data types, Variables, Keywords, etc. Hands on exercises Install Anaconda Python distribution for your OS (Windows/Linux/Mac) Basic constructs of Python language Indentation(Tabs and Spaces) and Code Comments (Pound # character) Variables and Names Built-in Data Types in Python o Numeric: int, float, complex o Containers: list, tuple, set, dict o Text Sequence: Str (String) o Others: Modules, Classes, Instances, Exceptions, Null Object, Ellipsis Object o Constants: False, True, None, Not Implemented, Ellipsis, debug Basic Operators: Arithmetic, Comparison, Assignment, Logical, Bitwise, Membership, Identity Write your first Python program Write a Python Function (with and without parameters) Use Lambda expression Write a class, create a member function and a variable, Create an object Write a for loop to print all odd numbers

Slicing and The Slice Operator [n:m] Control and Loop Statements: if, for, while, range(), break, continue, else Writing Object-Oriented Program in Python and connecting with Database Classes - classes and objects, access modifiers, instance and class members OOPS paradigm - Inheritance, Polymorphism, and Encapsulation in Python Functions: Parameters and Return Types Lambda Expressions, Making a connection with Database for pulling data File Handling, Exception Handling in Python Open a File, Read from a File, Write into a File Resetting the current position in a File The Pickle (Serialize and Deserialize Python Objects) The Shelve (Overcome the limitation of Pickle) What is an Exception Raising an Exception Catching an Exception Open a text file and read the contents Write a new line in the opened file Use pickle to serialize a python object, deserialize the object Raise an exception and catch it Mathematical Computing with Python (NumPy) Arrays and Matrices, ND-array object Array indexing, Datatypes, Array math Broadcasting Std Deviation, Conditional Prob, Covariance, and Correlation Scientific Computing with Python (SciPy) Builds on top of NumPy SciPy and its characteristics Sub-packages: cluster, fftpack, linalg, signal, integrate, optimize, stats Bayes Theorem using SciPy Import Numpy module Create an array using ND-array Calculate std deviation on an array of numbers Calculate correlation between two variables Import SciPy Apply Bayes theorem using SciPy on the given dataset

Data Visualization (Matplotlib) Plotting Graphs and Charts (Line, Pie, Bar, Scatter, Histogram, 3-D). Subplots The Matplotlib API Plot Line, Pie, Scatter, Histogram and other charts using Matplotlib Data Analysis and Machine Learning (Pandas) OR Data Manipulation with Python Dataframes, NumPy array to a dataframe Import Data (CSV, JSON, Excel, SQL database) Data operations: View, Select, Filter, Sort, Group by, Cleaning, Join/Combine, Handling Missing Values Introduction to Machine Learning(ML) Linear Regression Time Series Import Pandas Use it to import data from a JSON file Select records by a group and apply a filter on top of that View the records Perform Linear Regression analysis Create a Time Series Natural Language Processing, Machine Learning (Scikit- Learn) Introduction to Natural Language Processing (NLP) NLP approach for Text Data Environment Setup (Jupyter Notebook) Sentence Analysis ML Algorithms in Scikit-Learn What is Bag of Words Model Feature Extraction from Text Model Training Search Grid Multiple Parameters Build a Pipeline Setup Jupyter Notebook environment Load a dataset in Jupyter Use algorithm in Scikit-Learn package to perform ML techniques Train a model Create a search grid Web Scraping for Data Science What is Web Scraping Web Scraping Libraries (Beautifulsoup, Scrapy) Installation of Beautifulsoup Install lxml Python Parser Making a Soup Object using an input HTML Navigating Py Objects in the Soup Tree Install Beautifulsoup and lxml Python parser Make a Soup object using an input HTML file Navigate Py objects in the soup tree Search tree

Searching the Tree Output Print Parsing Full or Partial Print output Python on Hadoop Understanding Hadoop and its various components Hadoop ecosystem and Hadoop common HDFS and MapReduce Architecture Python scripting for MapReduce Jobs on Hadoop framework Write a basic MapReduce Job in Python and connect with Hadoop Framework to perform the task Writing Spark code using Python What is Spark, understanding RDDs, Spark Libs, Writing Spark code using python Spark Machine Libraries Mlib Regression, Classification, and Clustering using Spark MLlib Implement sandbox Run a python code in a sandbox Work with HDFS file system from the sandbox Project Work Project 1: Python Web Scraping for Data Science Objective: In this project, you will be introduced to the process of web scraping using Python. It involves installation of Beautiful Soup, web scraping libraries, working on common data and page format on the web, learning the important kinds of objects, Navigable String, deploying the searching tree, navigation options, parser, search tree, searching by CSS class, list, function, and keyword argument. Project 2: Create a password generator Objective: To generate a password using Python code which would be tough to guess Requirements: To generate a password that is 8-12 characters long Password contains at least two special characters The password doesn t start with a special character

Project 3: Impact of pre-paid plans on the preferences of investors Domain: Finance Objective: The project aims to find the most impacting factors in preferences of the pre-paid model, also identifies which are all the variables highly correlated with impacting factors Requirements: To identify the various reasons for Pre-paid model preference and non-preference among the investors. And also understand the penetration of the Pre-paid model in the brokerage firms To identify the Pre-paid scheme advantages and disadvantages and also identify brand wise market share. In addition to this, the project also looks to identify various insights that would help a newly established brand to foray deeper into the market on a large scale Project 4: Machine Learning Prediction of stock prices Domain: Stock Market Objective This project focuses on Machine Learning by creating a predictive data model to predict future stock prices Requirements: Quantitative Value Investing: Predict 6-month price movements based fundamental indicators from companies quarterly reports Forecasting: Build time series models on the delta between implied and actual volatility Predict 6-month price movements based fundamental indicators from companies quarterly reports Build time series models on the delta between implied and actual volatility? Project 5: Server logs/firewall logs Objective: This includes the process of loading the server logs into the cluster using Flume. It can then be refined using Pig Script, Ambari, and HCatlog. You can then visualize it using elastic search and excel. This project task includes: Server logs Potential uses of server log data Pig script

Firewall log Workflow editor Intellipaat Job Assistance Program Intellipaat is offering comprehensive job assistance to all the learners who have successfully completed the training. A learner will be considered to have successfully completed the training if he/she finishes all the exercises, case studies, projects and gets a minimum of 60% marks in the Intellipaat qualifying exam. Intellipaat has exclusive tie-ups with over 80 MNCs for placement. All the resumes of eligible candidates will be forwarded to the Intellipaat job assistance partners. Once there is a relevant opening in any of the companies, you will get a call directly for the job interview from that particular company. Frequently Asked Questions: Q 1. What is the criterion for availing the Intellipaat job assistance program? Ans. All Intellipaat learners who have successfully completed the training post April 2017 are directly eligible for the Intellipaat job assistance program. Q 2. Which are the companies that I can get placed in? Ans. We have exclusive tie-ups with MNCs like Ericsson, Cisco, Cognizant, Sony, Mu Sigma, Saint-Gobain, Standard Chartered, TCS, Genpact, Hexaware, and more. So you have the opportunity to get placed in these top global companies. Q 3. Does Intellipaat help learners to crack the job interviews? Ans. Intellipaat has an exclusive section which includes the top interview questions asked in top MNCs for most of the technologies and tools for which we provide training. Other than that our support and technical team can also help you in this regard. Q 4. Do I need to have prior industry experience for getting an interview call?

Ans. There is no need to have any prior industry experience for getting an interview call. In fact, the successful completion of the Intellipaat certification training is equivalent to six months of industry experience. This is definitely an added advantage when you are attending an interview. Q 5. What is the job location that I will get? Ans. Intellipaat will try to get you a job in your same location provided such a vacancy exists in that location. Q 6. Which is the domain that I will get placed in? Ans. Depending on the Intellipaat certification training you have successfully completed, you will be placed in the same domain. Q 7. Is there any fee for the Intellipaat placement assistance? Ans. Intellipaat does not charge any fees as part of the placement assistance program. Q 8. If I don t get a job in the first attempt, can I get another chance? Ans. Definitely, yes. Your resume will be in our database and we will circulate it to our MNC partners until you get a job. So there is no upper limit to the number of job interviews you can attend. Q 9. Does Intellipaat guarantee a job through its job assistance program? Ans. Intellipaat does not guarantee any job through the job assistance program. However, we will definitely offer you full assistance by circulating your resume among our affiliate partners. Q 10. What is the salary that I will be getting once I get the job? Ans. Your salary will be directly commensurate with your abilities and the prevailing industry standards.

What makes us who we are? My motivation for doing the course was to make the best of the emerging market opportunities and upgrade my career. I feel my knowledge curve has grown tremendously -Dileep I thought of enrolling for a professional training in order to upgrade my skills in the most demanding technologies of the corporate world to further my career.it was a nicely conducted training program in order to help me to up my skills and get ahead in my career - Subhroshmita