€ 245.53
Syllabus
Introduction to Computational Thinking (Block Drawing)
Receiving Input and Printing Output
Defining Variable Types and Their Rules
Working with Arithmetic Operations
Working with the Turtle Library
Drawing with Python Programming
Final Project
Final Project
In this level, you will get acquainted with the concepts and basics of programming. You will learn about the Python programming language and start working with it. You will learn what the input and print commands are used for, what variables are, and how to define them, as well as how to use arithmetic operations in Python. In the end, you will be able to draw and create graphical programs using the turtle library in Python as your final project.
Prerequisites
This course is the first level of the Python programming path. There are no specific prerequisites for completing this course!
What concepts are taught in this path?
On this journey, you will get familiar with the basic concepts of programming. Initially, you will learn the concept of variables and how to work with input and output, and then you will be introduced to conditions, loops, functions, and recursive functions. You will also learn how to use lists and dictionaries in Python.