Program Highlights
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/icon1.png)
15+ Case Studies & Assignments
Work on 15+ Case studies and Assignments with 24/7 Assignment support.
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/icon2.png)
Industry Relevant Projects
Get Industrial experience by working on our Industry Relevant Live Projects.
![ExcelR Data Analyst training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/icon3.png)
Tied-up with 150+ Companies
ExcelR has Tied up with 150+ Companies to Provide Jobs to Many Students
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/icon4.png)
Job Readiness Program
A dedicated placement cell for the participants who completed the course
Skills Covered
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Skill_1.png)
Data Structures
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Skill_2.png)
Libraries
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Skill_3.png)
Pandas
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Skill_4.png)
NumPy
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Skill_5.png)
Matplotlib
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Skill_6.png)
Django framework
Tools Covered
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Tools_1.png)
Jupyter
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Tools_2.png)
Matplotlib
![Skills covered in Data Analytics - ExcelR](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/Tools_3.png)
MySQL
Projects
- This project aims to simulate a banking environment, offering features such as account creation, deposit and withdrawal transactions, account inquiries, and customer data management. It will utilize Python's robust programming capabilities for backend processing, including handling user inputs, processing transactions, and maintaining account records.
- This project is focused on efficiently managing parking spaces, tracking vehicle entries and exits, and processing parking fees. It involves developing functionalities for registering vehicles, allocating parking spaces, and calculating parking charges based on the duration of stay. The system will leverage Python's versatile programming capabilities, including handling user interactions, managing data, and implementing business logic.
- This project aims to create a system for managing a library's book inventory and user transactions. Core features include adding and managing book details, tracking book loans and returns, and maintaining user membership records.
- This project is about developing an application that helps users manage their tasks and schedules. Users can add, edit, and delete tasks, set deadlines, and categorize them.
Learning Path
Why ExcelR
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/whypython/we_icon5.png)
Experienced Faculty From IIT, IIM & ISB
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/whypython/we_icon6.png)
Work Hands-on with 2+ Real Life Projects
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/whypython/we_icon7.png)
Dedicated Placement cell for 100% Placement Assistance
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/whypython/we_icon9.png)
Dedicated Case studies support team
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/we_icon10.png)
24/7 Trainer Whatsapp Support
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/whypython/we_icon11.png)
Lifetime eLearning access
![ExcelR DevOPs training](https://excelrcom.b-cdn.net/assets/admin/ckfinder/userfiles/images/2023_UPLOADS/python/program/we_icon12.png)
Get access to free Guest Lectures & Webinars
Course Curriculum
PYTHON
- Python Introduction
- Programing Cycle of Python
- Python IDE
- Variables
- Data type
- Number
- string
- List
- Tuple
- Dictionary
- Operator
- Arthmatic
- Comparison
- Assignment
- Logical Bitwise opeartor
- Decision making If
- While loop
- for loop
- nested loop
- Mathametical functions
- Random function
- Trigonometric function
- Number type conversion - int(), long(). Float ()
- Strings
- Escape char
- String special Operator
- String formatting Operator
- Build in string methods - center(), count(),decode(), encode()
- Python List
- Accessing values in list
- Delete list elements
- Indexing slicing & Matrices Built in Function - cmp(), len(), min(), max()
- Tuples
- Accessing values in Tuples
- Delete Tuples elements
- Indexing slicing & Matrices Built in tuples functions - cmp(), len ()
- Dictionary
- Accessing values from dictionary
- Deleting and updating elements in Dict
- Properties of Dist.
- Built in Dist functions & Methods
- Date & time -Time Tuple
- calendor module and time module
- Function
- Define function
- Calling function
- pass by refernece as value
- Function arguments
- Anonymous functions
- return statements
- Scope of variables - local & global
- Import statemnts
- Locating modules
- current directory
- Pythonpath Dir() function
- global and location functions and reload () functions .
- Packages in Python
- Files in Python
- Reading keyboard input
- input function Opening and closing files
- Syntax and list of modes Files object attribute open , close
- Reading and writing files
- file Position
- Renaming and deleting files
- mkdir method
- chdir () method
- getcwd method
- rm dir Exception handling
- List of exceptions
- Try and exception
- Try- finally clause
- user defined exceptions
- OOPS concepts
- class
- objects
- Inheritance
- Overriding methods like
- _init_
- Overloading operators
- Data hiding
- match function
- search function
- matching vs searching Regular exp modifiers and patterns
- What is CGI
- Archirecture of CGI
- Web server support get and post () methods
- Introduction
- Tkinter programming
- Tkinter widgets
- Data base connectivity Methods
- MySQL
- oracle
- how to install MYSQL
- DB connection create
- insert
- update
- delete operation
- Handling erros
- Intro Multi Threading
- Threading module
- creating thread
- Synchronizing threads
- Multithreaded Priority Queue
- Introduction to Django framework
- overview
- enviorment
- Apps life cycle
- creating views Application
- Numpy
- Pandas
- Matplotlib
- Seaborn
Contact Our Team of Experts