Posts

Course Enquiry

    Course Enquiry Form                                                                        Contact: 9174529726                                             

Python Programming

COURSE LAYOUT ·          Concept of problem solving ·          Debugging,   Types of errors in programming,   Documentation ·          Algorithms and Flowchart ·          Introduction to Python o    Structure of a Python Program, Elements of Python o    Python Interpreter, Using Python as calculator o      Indentation, Atoms, Identifiers and keywords o    Literals, Strings o    Types of Operators o    Input and Output Statements ·          Conditional Statements o    If…else ·          Control statements :   o    while o    for statements, o    nested loops ·          Sequence o    Lists o    Tuples o    Array o      Dictionary o    String o    Range ·          Defining Function and User Defined Functions ·          OOP Concepts o    Creating class and objects o    Constructors o    Inheritance ·          Exception Handling ·          Modules,   import statement and Packages ·          File handling  

Python for Data Science

PRE-REQUISITES                       : Knowledge of basic data science algorithms COURSE LAYOUT ·          Basics of Python Spyder ·          Variable creation ·          Arithmetic and logical operators ·          Data types and associated operations ·          Sequence data types ·          NumPy   ·          Pandas dataframe related operations o    Reading files o    Exploratory data analysis o    Data preparation and preprocessing ·       Data visualization using matplotlib and seaborn libraries Control structures o    if-else o    for loop o    while loop o    Functions ·          CASE STUDY o    Regression o    Classification

Data Structure using C / C++

COURSE LAYOUT ·          Introduction to data Structure ·          1D and 2D array ·          Stack ·          Queue ·          Linked List ·          Tree ·          Graph ·          Searching and Sorting

Programming in C++

PREREQUISITES: Basic Knowledge of Programming / C Programming COURSE LAYOUT Build and execute a C program in C++, Write equivalent programs in C++   Overview of OOP in C++ : Classes and basic Object-Oriented features (encapsulation) Overview of OOP in C++ : More OO features, overloading, namespace and using struct and union Inheritance : Generalization / Specialization of Object Modeling in C++ Polymorphism : Static and Dynamic Binding   C++ Exceptions & standard exception classes Templates & STL – Function and Class templates and using STL like containers, algorithms  

Programming in C

PREREQUISITES : No prior programming required COURSE LAYOUT ·          Introduction to Programming ·          Structure of C Program ·          Variables, Operators, Expressions and Conditionals. ·          Control Structure ·          Loops ·          Functions ·          One-Dimensional Arrays and Pointers ·          Recursion ·          Multi-dimensional Arrays, Linked Lists. ·          User defined Data Types ·          Operating on Files