
Use Python as a calculator to perform addition, subtraction, multiplication, and division, and practice evaluating arithmetic expressions.
Explore how Python handles data types and variables, learn how to declare and reassign values, and understand how values live in memory as the program runs.
The student will learn about Assignment operators and how to use them, I have splitted the comparison and logical parts into two different videos.
Explore how logical operators like and, or, and not combine boolean expressions in Python to determine true or false conditions using variables such as x and y.
Learn how to convert between data types in Python using built-in functions like int, float, and str, converting strings to numbers and numbers to strings.
Take input from the user, convert the input from string to int using a built-in function, and compute the square, with clear prompts guiding the user.
Explore strings in Python by learning how to declare and print text, use quotes, and handle basic string operations as you write simple examples.
Discover string concatenation and repetition in Python for beginners, and understand how strings can be combined and repeated.
Explore dictionaries in Python, learn how to access and replace values by keys, work with key-value pairs, and sort by keys while modifying elements in a dictionary.
Learn how if statements use conditions to control execution, compare numbers with less than or greater than, and display messages based on the evaluated condition.
Learn how to use a for loop and range in Python to generate numbers from a start to an end. Understand the range object and how to print the results.
Explore the while loop as a way to iterate over a sequence of numbers, using one to ten examples to illustrate loop control in Python for beginners.
Define your own function in Python to extend beyond built-in functions, building on the idea of defining functions to perform tasks for beginners.
Write a script to print all of the the prime numbers below 100
Write a program that takes a number from user and prints the sum of it's digits.
By taking this course ,you learn all of the basics you must know to be a python programmer,after finishing this course material you can move to the advanced concepts in programming,do not worry python is the easiest programming language ,so I think you will master it in a short time by a lot of practicing ,in this course we will take a lot of examples with different ideas.
This course will be updated the next few weeks by the following lessons :