Discover Your Next Skill

Choose the course that will help you

Python Fundamentals: A Beginner's Guide

Master the core concepts of Python from scratch. This course is your first step into the world of programming, automation, and data science. No prior experience needed!

Course Level: Beginner

Duration: 4 Weeks

Format: Video Lessons

Price: Was 35,000 IQD, Now 25,000 IQD (Save 29%)

Who is this course for?

Complete beginners with no coding experience

Students looking to add a valuable programming skill to their resume

Anyone curious about programming who wants to learn with a clear, step-by-step approach

Course Curriculum: What You Will Learn

Python Basics

This module introduces you to the absolute fundamentals of the Python language. You'll learn how to write your first lines of code and understand the core components of any program.

  • Introduction to Python: A beginner's guide to the Python programming language and its many uses.

  • Variables: Learn how to store and manage data using variables.

  • Type Casting: Understand how to convert data from one type to another (e.g., text to numbers).

  • User Input: Discover how to create interactive programs by getting input from a user.

Fundamental Concepts and Operations

This module dives deeper into the logic and operations that make your code powerful. You'll learn how to perform calculations and control the flow of your program.

  • Arithmetic & Math: Master basic mathematical operations in Python.

  • If Statements: Learn how to write code that makes decisions based on specific conditions.

  • Logical Operators: Combine conditions to create more complex logic.

  • Conditional Expressions: A quick way to write simple if statements on a single line.

Basic Applications

In this module, you'll apply the concepts you've learned to build two fun and simple projects. This is where theory meets practice and you'll see your skills come to life.

  • Madlibs Game: Put your new skills to the test by building a simple word game.

  • Calculator Program: Create a functional calculator that can perform basic arithmetic.