Home/Courses/Python Basic
Premium Course

Python Basic

Learn Python fundamentals from zero to solid foundation.

1Sections
1h 10mTotal Duration
50%Your Progress
Python Basic

Your Learning Progress

Track live progress from the same client-side learner state used in lesson pages.

Lesson Progress50%2 of 4 lessons completed
Material Progress60%3 of 5 materials completed
Last Access12/04/2026Most recent learning activity on this browser
Lesson Completion50%
Material Completion60%

Current Lesson

Conditionals and Loops

Use if statements, for loops, and while loops effectively.

22 min1 materials
Continue Learning

Course Curriculum

Structured sections, lessons, and materials designed so this course can evolve into a full LMS content engine.

Section 1

Python Foundations

Build a practical foundation in syntax, variables, loops, and reusable logic.

4 lessons
Lesson 110 min

Introduction to Python

Understand what Python is and why it is widely used.

Completed
Materials100%
2/2 materials completed
HTMLVIDEO
Open Lesson
Lesson 218 min

Variables and Data Types

Learn strings, numbers, booleans, and basic variable usage.

Completed
Materials100%
1/1 materials completed
HTML
Open Lesson
Lesson 322 min

Conditionals and Loops

Use if statements, for loops, and while loops effectively.

In Progress
Materials0%
0/1 materials completed
PDF
Open Lesson
Lesson 420 min

Functions

Create reusable logic with function parameters and return values.

Not Started
Materials0%
0/1 materials completed
DOCX
Open Lesson

Lesson Materials

Each lesson can contain rich HTML content, downloadable PDF or DOCX files, and video resources.

Introduction to Python

Understand what Python is and why it is widely used.

10 min
HTMLLesson NotesCompleted

Readable HTML notes for quick review.

Introduction to Python

Python is popular because it is readable, productive, and widely used for automation, backend apps, and data work.

VIDEOIntro VideoCompleted

Short walkthrough for the lesson.

Open Resource

Variables and Data Types

Learn strings, numbers, booleans, and basic variable usage.

18 min
HTMLVariables CheatsheetCompleted

Quick HTML guide for variables and types.

Variables and Data Types

Use variables to store values and basic data types such as strings, integers, floats, and booleans.

Conditionals and Loops

Use if statements, for loops, and while loops effectively.

22 min
PDFPractice WorksheetOpen

PDF worksheet for conditionals and loops.

File: python-conditionals-loops.pdfOpen Resource

Functions

Create reusable logic with function parameters and return values.

20 min
DOCXFunction ExercisesOpen

Downloadable exercise sheet.

File: python-functions-exercises.docxOpen Resource