[go: up one dir, main page]

0% found this document useful (0 votes)
25 views10 pages

Datamites Certified Python Developer Brochure

Uploaded by

baba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views10 pages

Datamites Certified Python Developer Brochure

Uploaded by

baba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

CERTIFIED PYTHON DEVELOPER

PROGRAM BROCHURE

Accreditations and Certifications

World’s 1st Data Science Indian Govt Apex body


Certification Body, Europe for AI and Data Science

TABLE OF CONTENTS
DATAMITES® ACCOLADES … 2
WHY DATAMITES® … 3
PROGRAM STRUCTURE … 4
CURRICULUM TOPICS … 5
INTERNSHIP … 8
JOB READY PROGRAM … 9
ADMISSIONS AND CONTACTS … 10

©2022 DataMites. All content are in this document is copyrighted,


Reproducing any part of the content requires written permission from DataMites®,
IABAC®, future skills®, NASSCOM® and JAINx 1
DATAMITES® ACCOLADES

10 YEARS 50,000+ 20+


PARTNERSHIPS WITH
IN DELIVERING EXCELLENCE LEARNERS W ORLDWIDE
UNIVERSITIES & BOARDS

RANKED TOP 5
GLOBAL DATA SCIENCE & AI INSTITUTES IN 2022
BY IABAC,A GLOBAL ACCREDITATION BODY BASED ON EUROPEAN COMMISSION FRAMEWORK

AWARDED TOP 10 BEST TRAINING METHODOLOGY


BEST INSTITUTE IN 2018 AND 2021 QUOTED BY INDUSTRY VETERAN MR.
LAKSHMI NARAYANAN, THE EX. CEO AND
PRESIDENT OF COGNIZANT

CII PARTNER FOR AI TRAINING NASSCOM PARTNER


DATAMITES® CHOSEN AS A PARTNER BY TO ALIGN COURSE CURRICULUM WITH
CII FOR PROVIDING AI TRAINING C-LEVEL INDUSTRY REQUIREMENTS. ASSESS SKILLS
EXECUTIVES MNCS IN INDIA AND CERTIFY LEARNERS.

Certified Data Engineer| Brochure | ©2022 DataMites®


2
WHY DATAMITES®?
“YOUR GOAL IS OUR MISSION”
We strive to enable the learners to achieve their goal
of Pursuing career in Data Science and AI

The Best Placement records in the Industry


DataMites® Placement Team assisted Check out
Success Stories on
thousands of aspirants in transitioning to
Data Science career

GLOBAL RECOGNITION
IABAC® Certification
Industry Certification & IABAC® - Global analytics Board
Certification based on EU Govt Framework based

EXPERT TRAINERS
PH.Ds and Industry Experts
JOB ASSISTANCE
Elite Faculty from Prestigious End to End job Support
universities with deep Personalized resume and
research and coaching interview preparation
expertise support Job updates and
connects

REALTIME
COMPREHENSIVE
Syllabus aligned with IABAC
EXPERIENCE
standards and rigorously updated Projects and Internships
to match with latest industry capstone projects and client
requirements projects with active interaction
Internship - developing POCs

Certified Data Scientist | Brochure | ©2022 DataMites®


3
PROGRAM STRUCTURE
STRUCTURED 3 PHASE LEARNING APPROACH
THE COURSE FOR BEGINNERS’ AND INTERMEDIATE LEARNERS IN THE FIELD OF
DATA SCIENCE. THIS IS A CAREER-ORIENTED PROGRAM, DESIGNED TO
IMPART A STRONG FOUNDATION IN THE DATA SCIENCE, WITH STATISTICS,
MATH'S AND PYTHON ALONG WITH MACHINE LEARNING KNOWLEDGE

✔ 4 MONTHS PROGRAM
✔ 20 HOURS LEARNING A WEEK
✔ 400+ LEARNING HOURS
✔ 10 CAPSTONE PROJECTS
✔ 1 CLIENT/LIVE PROJECT
✔ INTERNSHIP EXPERIENCE CERTIFICATE
✔ JOB READY PROGRAM

CERTIFICATIONS
• IABAC GLOBAL
• NASSCOM
• 2-MONTH PROJECT • JAINX UNIVERSITY
MENTORING
JOB READY PROGRAM
• INTERNSHIP
• 10 CAPSTONE PROJECTS
• LIVE TRAINING •
1 CLIENT /LIVE PROJECT
• 20 HOUR A WEEK •
EXPERIENCE CERTIFICATE
• 2-MONTH DURATION
• COMPREHENSIVE SYLLABUS
• PRE COURSE SELF-STUDY • HANDS-ON PROJECTS
• HIGH QUALITY VIDEOS • EXPERT TRAINERS AND
WITH EASY LEARNING MENTORS
APPROACH.

Certified Data Scientist | Brochure | ©2022 DataMites®


4
CERTIFIED PYTHON DEVELOPER - COURSE BUNDLE

• DataMites® Certified Python Developer – Course Bundle is designed for complete


beginners to get market ready skills as a Python Developer

• It is a comprehensive course covering all key areas of Python, bundled with Internship
and live project with an IT company.

• The course is vigorously updated as per the industry requirements and fine-tuned to
make the learning process structured enabling lean learning.

BUNDLE CODE CDM-CPyD-BUN-025 LEARNING HOURS 80


ADD-ON 2-month Internship, Placements TOTAL DURATION 4 Months

LEARNING
ORDER COURSE CODE
HOURS
1 Python Foundation CDM-PYF-110 40

2 Advanced Python CDM-PYA-111 40

Course structured by Ashok Veda ( Leads Mentor – CDS)


https://www.linkedin.com/in/ashokveda/ | Coach Data Science & AI |
Founder & CEO at Rubixe® | NASSCOM Mentor, Jury | Ph.D. Scholar | MBA
from IIMA and University of Amsterdam

Certified Data Engineer| Brochure | ©2022 DataMites®


6
PYTHON FOUNDATION
COURSE CODE CDM-PYF-110 LECTURE HOURS 16 hrs.
PREREQUISITES None LEARNING HOURS 40 hrs.

MODULE 1 MODULE 4
PYTHON BASICS PYTHON FUNCTIONS
• Introduction of python • Functions basics
• Installation of Python and IDE • Function Parameter passing
• Python objects • Iterators
• Python basic data types • Generator functions
• Number & Booleans, strings • Lambda functions
• Arithmetic Operators • Map, reduce, filter functions
• Comparison Operators
• Assignment Operators MODULE 5
• Operator’s precedence and associativity PYTHON NUMPY PACKAGE
MODULE 2 • NumPy Introduction
PYTHON CONTROL STATEMENTS • Array – Data Structure
• IF Conditional statement • Core Numpy functions
• IF-ELSE • Matrix Operations
• NESTED IF
• Python Loops basics MODULE 6
• WHILE Statement PYTHON PANDAS PACKAGE
• FOR statements • Pandas functions
• BREAK and CONTINUE statements • Data Frame and Series – Data Structure
• Data munging with Pandas
MODULE 3 • Imputation and outlier analysis
PYTHON DATA STRUCTURES
• Basic data structure in python
• String object basics and inbuilt methods
• List: Object, methods, comprehensions
• Tuple: Object, methods, comprehensions
• Sets: Object, methods, comprehensions
• Dictionary: Object, methods,
comprehensions

TOOLS/PLATFORMS COVERED

Certified Data Engineer| Brochure | ©2022 DataMites®


7
ADVANCED PYTHON
COURSE CODE CDM-PYA-111 LECTURE HOURS 16 hrs.
PREREQUISITES Python Foundation LEARNING HOURS 40 hrs.

MODULE 1 MODULE 4
PYTHOS OOPS BASICS APPLICATION PROGRAME INTERFACE (API)
• Oops basic concepts. • What is web API
• Creating classes • Difference b/w API and web API
• Inheritance • Rest and soap architecture
• Polymorphism • Restful services
• Encapsulation and Abstraction
• Decorator MODULE 5
• Class methods and static methods FLASK APPLICATION DEPLOYMENT
• Special (magic/dunder) methods • Introduction to Flask
• Property decorators - getters, setters, and • Flask application
deletes • Open link flask
• App routing flask
MODULE 2 • URL building flask
PYTHON FILE MANAGEMENT • Http methods flask
• Working with files • Templates flask
• Reading and writing files
• Buffered read and write MODULE 6
• Other file methods PYTHON PROJECT
• Logging & Debugger • Setting up Project Environment and folders
• Modules and import statements • Working with Git Repository
MODULE 3 • Requirements and Project Documents
PYTHON EXCEPTION HANDLING • Hands-on Python Project coding
• Exceptions handling with try-except • Deploying the Application
• Custom exception handling
• List of general use exception
• Best practice exception handling

TOOLS/PLATFORMS COVERED

©2022 DataMites®, All rights reserved.


INTERNSHIP
REAL-WORLD EXPERIENCE IN IMPLEMENTING ML PROJECTS

DataMites has exclusive partnership with leading data AI and Data


Science companies providing internship for DataMites learners.

These internships provide a great opportunity for the learners to


apply the knowledge gained in developing real-world data science
model that add value to the businesses with help of dedicated team
of DataMites experts and Mentors.

INTERNSHIP PROJECTS DELIVERY


PROOF OF CONCEPTS PROJECT DEMOS &
INTAKE PROCESS
DELIVERABLES
EXECUTION
✔ INTERNSHIP CERTIFICATE
✔ EXPERIENCE LETTER
✔ WHITE PAPER PUBLICATION

SELECTED FEW INTERNSHIP PROJECTS FROM PREVIOUS BATCHES

internship@datamites.com

Certified Data Scientist | Brochure | ©2022 DataMites®


18
JOB READY PROGRAM
END TO END SUPPORT IN JOB ASSISTANCE

DEDICATED PLACEMENT ASSISTANCE TEAM (PAT) PROVIDES END TO END


ASSISTANCE IN KEY AREAS TO PROVIDE SMOOTH TRANSITION TO ARTIFICIAL
INTELLIGENCE CAREER.

DOUBTS SESSIONS
PROJECT MENTORING Twice a week, Live
100 hours Live Mentoring
doubts session from
in industry projects
mentors and experts
PLACEMENT
ASSISTANCE TEAM

INTERVIEW QUESTIONS JOB COUNSELLING


Frequently asked interview Mapping your profile
questions course included to suitable job role

RESUME SUPPORT ALUMINI CONNECT


Personalized resume Connect with
creation support from successful Alumni to
professionals learn from experience

PLACEMENT PARTNERS

Certified Data Scientist | Brochure | ©2022 DataMites®


19
ADMISSIONS AND CONTACTS
ENQUIRE FOR DETAILED INFORMATION FOR ENROLLMENT

DURATION : 4 MONTHS
LEARNING MODE : LIVE ONLINE TRAINING/ CLASSROOM IN SELECTED CITIES

admissions@datamites.com
INDIA :+91 1800-313-3434
US : +1 628 228 6062
UK : +44-752-066-562

10 HRS/WEEK 10 5 HRS/WEEK
HRS/WEEK
+ +
SELF LEARNING INSTRUCTOR LED LIVE ONLINE LEARNING PROJECTS & ASSESSMENTS

25 HOURS A WEEK COMMIMENT

PYTHON DEVELOPER IS RATED AS THE TOP CAREER


HIGHEST PAID – RECESSION PROOF – MILLIONS OF JOBS

TAKE YOUR FIRST STEP TOWARDS DATA SCIENCE CAREER

ENQUIRE NOW

Certified Data Scientist | Brochure | ©2022 DataMites®


22

You might also like