Learn to Code for absolute beginners
It is focused on learning coding, begin with basics of Python programming and progress to advance concepts. The course is sutable for low or no coding experience. Join our classes without worry and experience, your first lesson will always be free.
Course Fee
$19/class
Class duration
1 hour
Modes
Online, Classroom
Days
Mon to Fri
Total Hours
20
Programming Language
Python
Don't worry, it's free!
Basics of coding
You will learn the basics of coding, your first program. Know different languages and their purpose
Objects, Functions, and Interfaces
Learn to create objects, functions, and interfaces. Know how to create and decide
Control flows
Every language provides control flow tools. You will learn how to implement simple and complex algorithms using these tools.
Data structures
You will learn fundamental data structures, like Arrays, List, Map, Tree, and many more.
Design and code an application
You will learn to desgin a trivial application and code it from concept to release ready
Don't worry, it's free!
Free online course
Learn to code in Python - Lesson 1
Python data model - description
This video is part of the series of videos where I am teaching Python programming for free.
In this video, you will learn the basics of Python data model and their benefits in an application.
Learn to code in Python - Lesson 2
Python data model - coding a class
This video is part of the series of videos where I am teaching Python programming for free.
In this video, you will learn how to code a simple class in python with features of python data model. And learn how python's framework uses your class.