We guarantee that all our online courses will meet or exceed your
expectations. If you are not fully satisfied with a course - for
any reason at all - simply request a full refund. We guarantee no
hassles. That's our promise to you.
Go ahead and order with confidence!
| Section 01: JavaScript Introduction | |||
| Introduction | |||
| How to ask great questions | |||
| Installing Code Editor | |||
| What is JavaScript | |||
| Hello World Program | |||
| Getting Output | |||
| Internal JavaScript | |||
| External JavaScript | |||
| Inline JavaScript | |||
| Async and defer | |||
| Section 02: JavaScript Basics | |||
| Variables | |||
| Data Types | |||
| Numbers | |||
| Strings | |||
| String Formatting | |||
| Section 03: JavaScript Operators | |||
| Arithmetic operators | |||
| Assignment operators | |||
| Comparison operators | |||
| Logical operators | |||
| Section 04: JavaScript Conditional Statements | |||
| If-else statement | |||
| If-else-if statement | |||
| Section 05: JavaScript Control Flow Statements | |||
| While loop | |||
| Do-while loop | |||
| For loop | |||
| Coding Exercise | |||
| Solution for Coding Exercise | |||
| Section 06: JavaScript Functions | |||
| Creating a Function | |||
| Function Call() | |||
| Function with parameters | |||
| Section 07: JavaScript Error Handling | |||
| Try-catch | |||
| Try-catch-finally | |||
| Section 08: JavaScript Client-Side Validations | |||
| On Submit Validation | |||
| Input Numeric Validation | |||
| Section 09: Python Introduction | |||
| Introduction to Python | |||
| Python vs. Other Languages | |||
| Why Its Popular | |||
| Command Line Basics | |||
| Python Installation (Step By Step) | |||
| PyCharm IDE Installation | |||
| Getting Start PyCharm IDE | |||
| First Python Hello World Program | |||
| Section 10: Python Basic | |||
| Variables | |||
| Data Types | |||
| Type Casting | |||
| User Inputs | |||
| Comments | |||
| Section 11: Python Strings | |||
| Strings | |||
| String Indexing | |||
| String Slicing | |||
| String Built-in Functions | |||
| Formatting String (Dynamic Data) | |||
| Section 12: Python Operators | |||
| Arithmetic Operators | |||
| Assignment Operators | |||
| Comparison Operators | |||
| Logical Operators | |||
| AND Operator | |||
| OR Operator | |||
| NOT Operator | |||
| Booleans | |||
| Section 13: Python Data Structures | |||
| Arrays in Earlier | |||
| Lists | |||
| Add List Items | |||
| Remove List Items | |||
| Sort Lists | |||
| Join Lists | |||
| Tuples | |||
| Update tuples | |||
| Join tuples | |||
| Dictionaries | |||
| Add Dictionary Items | |||
| Remove Dictionary Items | |||
| Nested Dictionaries | |||
| Sets | |||
| Add Set Items | |||
| Remove Set Items | |||
| Join Set Items | |||
| Section 14: Python Conditional Statements | |||
| If Statement | |||
| If-else Statement | |||
| If-elif-else Statement | |||
| If Statement Coding Exercise | |||
| Section 15: Python control flow statements | |||
| Flow Charts | |||
| While Loops Statement | |||
| For Loops Statement | |||
| The range() Function | |||
| Nested Loops | |||
| 2D List using Nested Loop | |||
| Section 16: Python core games | |||
| Guessing Game | |||
| Car Game | |||
| Section 17: Python functions | |||
| Creating a Function | |||
| Calling a Function | |||
| Function with Arguments | |||
| Section 18: Python args, KW args for Data Science | |||
| Args, Arbitary Arguments | |||
| kwargs, Arbitary Keyword Arguments | |||
| Section 19: Python project | |||
| Project Overview | |||
| ATM Realtime Project | |||
| Section 20: Python Object oriented programming [OOPs] | |||
| Introduction to Class | |||
| Create a Class | |||
| Calling a Class Object | |||
| Class Parameters – Objects | |||
| Access Modifiers(theory) | |||
| Section 21: Python Methods | |||
| Introduction to methods | |||
| Create a method | |||
| Method with parameters | |||
| Method default parameter | |||
| Multiple parameters | |||
| Method return keyword | |||
| Method Over loading | |||
| Section 22: Python Class and Objects | |||
| Introduction to OOPs | |||
| Classes and Objects | |||
| Class Constructors | |||
| Section 23: Python Inheritance and Polymorphism | |||
| Introduction | |||
| Inheritance | |||
| Polymorphism | |||
| Assessment Test | |||
| Solution for Assessment Test | |||
| Section 24: Python Encapsulation and Abstraction | |||
| Introduction | |||
| Access Modifiers (public, protected, private) | |||
| Encapsulation | |||
| Abstraction | |||
| Section 25: Python OOPs Games | |||
| Dice Game | |||
| Card and Deck Game Playing | |||
| Section 26: Python Modules and Packages | |||
| PIP command installations | |||
| Modules | |||
| Built-in Modules | |||
| Packages | |||
| Reading CSV files | |||
| Section 27: Python Error Handling | |||
| Errors – Types of Errors | |||
| Try – Except Exceptions Handling | |||
| Try-Except-Finally Blocks | |||
| Section 28: Microsoft SQL[MS] Introduction | |||
| Introduction | |||
| Overview of Databases | |||
| MSSQL Installation | |||
| MSSQL SSMS Installation | |||
| Connecting to MS-SQL (Windows Authentication) | |||
| Connecting to MS-SQL (SQL Server Authentication) | |||
| Section 29: MS SQL Statements | |||
| SQL statement basic | |||
| SELECT Statement | |||
| SELECT DISTINCT | |||
| Column AS Statement | |||
| COUNT | |||
| Section 30: MS SQL Filtering Data | |||
| SELECT WHERE Clause – One | |||
| SELECT WHERE Clause – Two | |||
| ORDER BY | |||
| TOP in MSSQL | |||
| BETWEEN | |||
| IN Operator – Condition | |||
| LIKE | |||
| Section 31: MS SQL Functions | |||
| Overview of GROUP BY | |||
| Aggregation Function – SUM() | |||
| Aggregation Function – MIN()-MAX() | |||
| GROUP BY – One(theory) | |||
| GROUP BY – Two(practical) | |||
| HAVING | |||
| Section 32: MS SQL Joins | |||
| Overview of JOINS | |||
| Introduction to JOINS | |||
| AS Statement | |||
| INNER Join | |||
| Full Outer Join | |||
| Left Outer Join | |||
| Right Outer Join | |||
| Union | |||
| Section 33: MS SQL Advanced commands | |||
| Basic of Advanced SQL Commands | |||
| Timestamp | |||
| Extract from Timestamp | |||
| Mathematical Scalar Functions | |||
| String Functions | |||
| Sub Query | |||
| Section 34: MS SQL Structure and Keys | |||
| Basic of Database and Tables | |||
| Data Types | |||
| Select Datatype on SSMS | |||
| How to set Primary Key | |||
| How to set Foreign Key | |||
| Create Table using SQL Script | |||
| Section 35: MS SQL Queries | |||
| Insert query | |||
| Update query | |||
| Delete query | |||
| Section 36: MS SQL Structure queries | |||
| Alter Table | |||
| Drop Table | |||
| Section 37: MS SQL Constraints | |||
| Check Constraint | |||
| NOT NULL Constraint | |||
| UNIQUE Constraint | |||
| Section 38: MS SQL Backup and Restore | |||
| Overview of Database and Tables | |||
| Creating a Database backup using SSMS | |||
| Restoring a Database from backup using SSMS | |||