#5 Python tutorial for beginners | Getting Started with Python #coding
#5 Python tutorial for beginners | Getting Started with Python #coding
HELLO CONNECTIONS,
DESCRIPTION ?
In this lecture we will learn:
- How operations are performed in Python language?
- Different types of Arithmetic operations - What are strings?
- How strings are used in Python?
- Function in a Python
- Concatenation and Repetition of Strings - New line character and Raw string
#1
- We will learn the Python IDLE in this tutorial.
- The language that the computer understands is Binary
Code i.e, 0 and 1.
- We use a programming language to write code, which is
neither a binary language nor English. - Programming language has its own protocols and
grammar which we use.
- We will write code in a programming language say Python and then it will convert into a binary format that the computer will understand.
- We can perform several operations using Python language.
- Starting with operations like Addition, Subtraction,
Multiplication, and Division. - We do addition, subtraction and multiplication with integer values, and then it gives us answers also in integer
data type. - But when performing division with integer values then it
gives us an answer in float data type.
-Float stands for Floating Point Representation. - When we divide two integer values then it might be possible that the answer can in decimal.
e.g., 4/2 = 2.0
#2
- As the interpreter wants to give you an exact answer for the division also, it will return it in float. - If you want to get only the quotient part or the integer
part of the answer and want to neglect the decimal value,
it can be done with the help of (//).
- // (double slash) is used for division when you want to return only an integer value in the answer.
- // is also called Integer Division or Floor Division.
- We can multiple operations in a single statement as well. - We need to follow the proper syntax for the programming language.
- If we apply an operation but do not give operands, then it
will give an error. 8+9- = Error
- We can also apply BODMASS rules of mathematics to Perform operations.
#3
String is a combination of characters like "learning",
"Camera", "utkarsha", "Python", etc., all are strings.
- Whenever we use strings, we need to use double quotes(" ") or single quotes(' ') with it in python. - If you back-slash(\) to tell the python to ignore the then the quote is also treated as a simple character.
special meaning of that double and single quotes. - If you use a back-slash before a single or double quotes
#4
-Function is a set of tasks that can be done. We need to call functions. There are several functions in Python like the print() function.
- Round brackets are used with a function to pass a parameter in it.
- We can define our own functions as well.
#5
- Concatenation is used to combine two things like we can
convert two strings into one using concatenation. - Concatenation is done using the (+) operator. e.g., 'utkarsha' + 'utkarsha'
- Repetition is used to print a single value multiple times like we can print a string like "Navin" multiple times. - Repetition is done using the (*) operator. e.g., 'utkarsha' * 3
#6
-(\n) has a special meaning in Python. It is used to enter a new line.
? COMPLETE PLAYLIST C PROGRAMMING
https://youtube.com/playlist?list=PLpyOEU-w7QgQnG0BhIQHEqCqOCngo2Y0V
?PLAYLIST DBMS AND SQL..........
https://youtube.com/playlist?list=PLpyOEU-w7QgSCHiVKn42zPHc3Vm3mViBz
?PLAYLIST ASP.NET.........
https://youtube.com/playlist?list=PLpyOEU-w7QgSGOlpW7py8I2GwFV-ZPSy_
?PLAYLIST SOFTWARE INSTALLATIONS .......
https://youtube.com/playlist?list=PLpyOEU-w7QgSgZrVJBbOnMLqVcFvvPL4j
?PLAYLIST MYSQL TUTORIAL'S FOR BEGINNERS.....
https://youtube.com/playlist?list=PLpyOEU-w7QgTGvZfYsCdOCATJSiE3jr3M
........................................
#python for beginners(full course)| programming tutorial
#python #learnwithutkarsha
Have you find this video helpful ?
Do let me know.....
&
Keep Supporting So I can Continue to provide you with free content every day!
??
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «#5 Python tutorial for beginners | Getting Started with Python #coding», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.