Home
About Us
Gallery
Blogs
Google Us
Our Courses
CAD Courses
Rhino 3D Modeling & Visualization
AutoCAD – Professional Drafting & Design
3ds Max and Corona Mastery
BIM Design & Modeling – Revit
Architectural Design & Visualization Mastery
Master SketchUp & V-Ray
Programming Courses
C Programming
C++ Programming
Core Java Programming
Core Coding Skills for Beginners
Python Programming
DSA with Python
Data Structures & Algorithms
Graphic Designing Courses
Graphic Design & Video Editing
Mastering Graphic Design
Professional Photo Editing
Illustrator – Master Vector Graphics
Motion Graphics & Visual Effects
Professional Video Editing
Social Media & Marketing Design
CorelDraw Training
Mockup Design – Product Visualization
Skill Development Courses
Digital Literacy Course
Professional Advanced Excel Course
Financial Accounting with TallyPrime
Digital Explorers – Age Group 10-12 years
Tech Innovators – Aged 13 & Above
Web Technologies
Full Stack Web Development
AngularJS Course
Back-End Web Development Course
Modern Front-End Web Development
Complete JavaScript Course
HTML, CSS & Bootstrap for Beginners
WordPress-Website Development Without Coding
PHP-MySQL Training
Laravel Course – Master PHP Framework
React.js Training
SQL – Database Management
Data Science Courses
Data Analysis
Power BI Course
Professional Digital Marketing Course
Student Corner
Book Demo Class
Verify Certificates
Student Projects
Fee Payment
Student Reviews
Shopping cart
+91 74900 08464
Mon - Fri: 09:00 AM - 08:00 PM
Follow Us:
Login / Register
Home
About Us
Gallery
Blogs
Google Us
Our Courses
CAD Courses
Rhino 3D Modeling & Visualization
AutoCAD – Professional Drafting & Design
3ds Max and Corona Mastery
BIM Design & Modeling – Revit
Architectural Design & Visualization Mastery
Master SketchUp & V-Ray
Programming Courses
C Programming
C++ Programming
Core Java Programming
Core Coding Skills for Beginners
Python Programming
DSA with Python
Data Structures & Algorithms
Graphic Designing Courses
Graphic Design & Video Editing
Mastering Graphic Design
Professional Photo Editing
Illustrator – Master Vector Graphics
Motion Graphics & Visual Effects
Professional Video Editing
Social Media & Marketing Design
CorelDraw Training
Mockup Design – Product Visualization
Skill Development Courses
Digital Literacy Course
Professional Advanced Excel Course
Financial Accounting with TallyPrime
Digital Explorers – Age Group 10-12 years
Tech Innovators – Aged 13 & Above
Web Technologies
Full Stack Web Development
AngularJS Course
Back-End Web Development Course
Modern Front-End Web Development
Complete JavaScript Course
HTML, CSS & Bootstrap for Beginners
WordPress-Website Development Without Coding
PHP-MySQL Training
Laravel Course – Master PHP Framework
React.js Training
SQL – Database Management
Data Science Courses
Data Analysis
Power BI Course
Professional Digital Marketing Course
Student Corner
Book Demo Class
Verify Certificates
Student Projects
Fee Payment
Student Reviews
Contact Us
Home
Programming Courses
Core Coding Skills for Beginners
Core Coding Skills for Beginners
Curriculum
37 Sections
109 Lessons
40 Days
Expand all sections
Collapse all sections
➢ Introduction to C Programming
6
1.0
Structure of a C program
1.1
Data types: int, char, float, double
1.2
Input/Output: printf(), scanf()
1.3
Variables and Constants
1.4
Declaring and initializing variables
1.5
Arithmetic Calculations
➢ Operators and Conditional Statements
4
2.0
Arithmetic, Relational & Logical Operators
2.1
Simple if
2.2
if…else
2.3
if…elseif…else
➢ Switch Statement
2
3.0
Use of Switch …. case
3.1
Jumping Statement using Goto
➢ Loops: Iteration Part 1
2
4.0
while, do-while and for loops
4.1
break and continue statements
➢ Loops: Iteration Part 2
2
5.0
Nested loops
5.1
Loop Pattern and Series
➢ Arrays: Part 1
3
6.0
Single dimensional arrays (1D)
6.1
Declaring and initializing arrays
6.2
Accessing elements
➢ Arrays: Part 2
2
7.0
Multidimensional arrays (2D)
7.1
Arrays as function arguments
➢ Strings
3
8.0
String Introduction
8.1
Declaration and Initializing
8.2
Built-in string functions
➢ Functions
3
9.0
Predefined Functions
9.1
User defined Functions
9.2
Parameters and Returns
➢ Pointers
5
10.0
Introduction to pointers and memory addresses
10.1
Dereferencing pointers
10.2
Pointer arithmetic
10.3
Pointers with arrays
10.4
Pointers to functions
➢ Data File Handling (I/O)
2
11.0
Opening, closing, reading, remove, rename and writing files
11.1
File modes: r, w, a
➢ Final Assignment
1
12.0
Assignment questions
➢ Introduction to Python Programming
6
13.0
Overview of Python Language
13.1
Installing Python and IDEs (e.g., PyCharm, VSCode, Jupyter Notebook)
13.2
Data types: int, float, str and boolean
13.3
Input/Output Operations
13.4
Declaring and initializing variables
13.5
Arithmetic Calculations
➢ Operators and Conditional Statements
3
14.0
Simple
14.1
if if…else
14.2
if…elif…else
➢ Loops: Iteration Part 1
2
15.0
while and for loops
15.1
break and continue statements
➢ Loops: Iteration Part 2
2
16.0
Nested loops
16.1
Loop Pattern and Series
➢ List
3
17.0
Introduction to Lists
17.1
Indexing, Slicing and Operators
17.2
List Methods
➢ Tuple
3
18.0
Introduction to Tuple
18.1
Indexing, Slicing and Operators
18.2
Tuple Methods
➢ Strings
4
19.0
String Introduction
19.1
Declaration and Initializing
19.2
Indexing, Slicing and Operators
19.3
Built-in string functions
➢ Sets
4
20.0
Sets Introduction
20.1
Declaration and Initializing
20.2
Built-in functions
20.3
Operators
➢ Dictionary
3
21.0
Dictionary Introduction
21.1
Declaration and Initializing
21.2
Built-in functions
➢ Functions, Modules and Libraries
4
22.0
Predefined functions
22.1
Userdefined Functions
22.2
Creating Modules
22.3
Importing Built-in Libraries and Modules
➢ Exception Handling
3
23.0
Introduction to Exception
23.1
Type of Exceptions
23.2
Try …… except block
➢ File Handling (I/O)
2
24.0
Opening, closing, reading and writing text files
24.1
File Operations using os modules
➢ NumPy
3
25.0
NumPy Arrays
25.1
Multidimensional Arrays
25.2
Initializing, Indexing and Accessing
➢ Pandas
3
26.0
Pandas Series using List and Dictionary
26.1
Pandas Dataframe
26.2
Read CSV or Excel Files
➢ MatPlotLib
4
27.0
Introduction to Matplot Library
27.1
Graph Plot
27.2
Bar Graph (Vertical and Horizontal)
27.3
Pie Graph
➢ Classes and Objects
2
28.0
Introduction to Object-Oriented Programming (OOP)
28.1
Constructor
➢ Inheritance
2
29.0
Base and Derived classes
29.1
Types of Inheritance
➢ MySQL Database
2
30.0
Read and Create SQL tables
30.1
Executing Queries: Insert, Update, Delete, Select
➢ GUI using Tkinter
3
31.0
Creating window
31.1
Learning Widgets: Label, Entry, Spinbox, TkCalendar, Combobox, Radiobutton, Checkbox, etc.
31.2
Integration with Excel, Matplot and MySQL
➢ Final Assignment
2
32.0
Assignment Questions
32.1
Mini Project
➢ Introduction to HTML
3
33.0
HTML Structure
33.1
Paired Tags: Heading, Paragraph, Font, Quote, Mark, Del, Sup, Sub, Marquee, Center
33.2
Impaired Tags: Image, Br, Hr
➢ Working with List and Table
3
34.0
Ordered and Unordered List
34.1
Detail and Summary
34.2
Table Structuring: Border, Cellspacing, Cellpadding, Colspan, Rowspan, Bordercolor, Align
➢ Working with Forms
4
35.0
Creating Forms
35.1
Input tags and its properties
35.2
Buttons (submit, reset)
35.3
Fieldset and Legend
➢ Hyperlink, Iframes and Entity
3
36.0
Use of Anchor Tag
36.1
Iframes for Google Maps and YouTube
36.2
HTML Symbols and Emojis
➢ HTML Project
1
37.0
5 Page Website
This content is protected, please
login
and
enroll
in the course to view this content!
×
Modal title
Main Content