#programiz

Donbright
3 Views ยท 4 months ago

A Python decorator is a function that takes in another function, adds some functionality to it, and then returns it. A decorator acts as a wrapper to other functions.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, you will learn how to create decorators and why you should use them along with the help of examples.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python Decorators (text-based tutorial): https://www.programiz.com/pyth....on-programming/decor
Python Closures (text-based tutorial): https://www.programiz.com/pyth....on-programming/closu
Python @property decorator (text-based tutorial): https://www.programiz.com/pyth....on-programming/prope

Everything is an Object in Python: https://youtu.be/X1RN6ADsOW4?l....ist=PL98qAXLA6afscIX

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:14 Prerequisites for Decorators
5:41 Python Decorators
10:51 Decorating Functions with Parameters
13:42 Chaining Decorators in Python

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Decorators in Python (Easy to Understand Guide) #31

#python #learnprogramming #programiz #decorators #decoratorsinpython

Donbright
3 Views ยท 4 months ago

A loop is a fundamental concept in all programming languages, not just Python. Loops are used to repeat a certain block of code.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn about the for loop in Python. The for loop is used to loop over a sequence, one item at every iteration. We will learn about Python sequences, range() function, and looping through a Python list. At the end of the video, we will also learn to write a program to print the multiplication table of a specified number.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python for loop (text-based tutorial): https://www.programiz.com/pyth....on-programming/for-l
Python while Loop: https://youtu.be/5AOfDuV6X30?l....ist=PL98qAXLA6afuh50

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:28 Python Sequences
1:18 Python for Loop
3:19 Looping through a List
3:59 Python range()
5:30 Multiplication Table using for
7:18 Programming Task
7:45 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com

---------------------------------------------------

For Loop in Python (So Easy to Understand)

#python #learnprogramming #programiz #forloop

Donbright
3 Views ยท 4 months ago

Comments are descriptions that help programmers better understand the intent and functionality of the program.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

This video covers the essentials of Python comments. We will also learn to use comments to prevent the execution of certain code blocks temporarily for debugging purposes. We will finally discuss why comments are important while writing code.
~

Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Comments (text-based tutorial): https://www.programiz.com/pyth....on-programming/comme

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:16 Python Comments
1:49 Prevent Executing Code Using Comments
3:38 Python Multiline Comments
6:08 Why are Comments Important?
7:10 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Python Comments (How to Create and Use Comments?) #4

#python #learnprogramming #programiz #pythoncomments

C1C2
3 Views ยท 4 months ago

#15 C Functions | C Programming for Beginners

In this video, we will learn about functions to divide our program into small blocks of codes. We will try out examples using Function Parameters. And we will discuss return types and Function Prototype. We will also learn different types of Standard Library Functions available in C programming.

This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e

~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C Functions Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-function

Timestamps:
00:00 Start
00:18 C Functions
01:06 Syntax of Function
04:55 Function Parameters
05:23 Create a function with parameter
09:42 Return Type
12:44 Function Prototype
14:18 Standard Library Function
16:12 main Function
16:33 programming task
17:01 Quiz

~

Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz


#programiz #cfunctions #cprogramming #learnc #functions #cfunction #returntype #learncprogramming #functionsinc

C1C2
3 Views ยท 4 months ago

Step by step video tutorials to learn C Programming for absolute beginners!

In this video, we will learn about the boolean expressions in C Programming. More specifically, we will learn about boolean type, logical, and comparator operators that are used to create decision-making programs. And then we will explain to you, why you should learn about boolean.

So check out the video and get a clear idea of C boolean, comparison, and logical operator.

~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Tutorial (text-based tutorial):https://www.programiz.com/c-pr....ogramming/c-operator

Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Timestamps:
00:00 Start
3:11 Comparison Operator
3:38 Greater Than Operator
4:21 Less than Operator
4:54 Equal to Operator
5:31 Not Equal To Operator
6:03 Greater Than or Equal Operator
7:20 Comparison between variables
9:33 Logical Operators in C
9:54 AND Operator
12:06 OR Operator
12:35 NOT Operator
13:43 Why learn about Booleans?
14:23 Quiz

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz

#programiz #learncprogramming #booleanandcomparisonoperators #coperators #cprogrammingtutorial

Donbright
2 Views ยท 4 months ago

Iterators are everywhere in Python. They are elegantly implemented within for loops, list and dictionary comprehensions, but are hidden in plain sight.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn about iterables and iterators in Python with the help of examples. We will also create our own custom iterator and see how the for loop actually works.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python Iterators (text-based tutorial): https://www.programiz.com/pyth....on-programming/itera

Python Object-Oriented Programming: https://youtu.be/pnWINBJ3-yA?l....ist=PL98qAXLA6afscIX

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:30 Python Iterables
1:36 Python Iterators
1:55 The __next__() method
4:36 Working of for loops
7:03 Creating Custom Iterators

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Iterators and Iterables in Python (How for Loop Actually Works?) #28

#programiz #python #learnprogramming #iteratorsinpython

Donbright
2 Views ยท 4 months ago

Inheritance is a powerful feature of object-oriented programming which allows us to derive multiple child classes from a single parent class.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python.

In this video, you will learn about inheritance in Python with the help of examples. We will also cover the concepts of method overriding and the super function. Inheritance allows us to derive multiple child classes from a single parent class. In doing so, the child classes inherit all methods and attributes of the parent class.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Inheritance (text-based tutorial): https://www.programiz.com/pyth....on-programming/inher

Python Object-Oriented Programming: https://youtu.be/pnWINBJ3-yA?l....ist=PL98qAXLA6afscIX

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
1:25 Inheritance in Python
5:25 Example of Inheritance
10:43 Method Overriding and super

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Python Inheritance (Make Your Code Modular!) #22

#python #inheritanceinpython #programiz #learnprogramming

Donbright
2 Views ยท 4 months ago

Python is an object-oriented programming language which means that it supports user-defined classes and objects.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, you will build a solid knowledge of Python objects by learning to check the type of objects, listing their attributes & methods, and understanding what actually goes under the hood. What you might not know is that every pre-existing thing available in Python is already an object, whether it is strings, numbers, functions, or even classes.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python Object-Oriented Programming: https://youtu.be/pnWINBJ3-yA?l....ist=PL98qAXLA6afscIX

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:41 The type() function
2:00 The dir() function
4:31 The id() function
6:08 How variables actually work

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

In Python, Everything is an Object (even Variables and Functions) #21savage

#python #learnprogramming #programiz #python-object #learn-oop #object-orieted-programming

Donbright
2 Views ยท 4 months ago

In Python, a dictionary is a compound data type that allows us to work with key/value pairs.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In Python, a dictionary is a compound data type that allows us to work with key/value pairs. In this video, we will learn to create, manipulate, perform various operations, and iterate over dictionaries in Python. We will also cover numerous built-in methods that make working with dictionaries much easier.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Python Dictionary (text-based tutorial): https://www.programiz.com/pyth....on-programming/dicti
Python Dictionary Methods: https://www.programiz.com/pyth....on-programming/metho

Python List and Tuple: https://youtu.be/hANUgg72TDc?l....ist=PL98qAXLA6afuh50
Python String (Textual Data): https://youtu.be/GQywwPUrsgA?l....ist=PL98qAXLA6afuh50

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:36 Create Dictionaries
2:04 Access Dictionary Elements
4:35 Add and Change Dictionary Elements
5:34 Remove Elements from a Dictionary
6:30 Iterating Through a Dictionary
7:36 Programming Task
7:55 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com

-------------------------------------------------

Python Dictionaries: {key: value} Pairs #17

#python #learnprogramming #programiz #pythondictionaries

Donbright
2 Views ยท 4 months ago

The Python input() function takes input from the user in string format and returns it.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn to convert these input values to integers and floating-point numbers using int() and float() functions.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video:https://github.com/programiz/p....ython-course/blob/ma
Python Input and Output (text-based tutorial): https://www.programiz.com/pyth....on-programming/input

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Introduction
0:51 Take input from the user
2:49 Check the type of user input
4:25 Convert strings to integers and floats
6:31 Non-numeric strings to numbers
7:25 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

How to Take User Input in Python? #3

#python #learnprogramming #programiz #pythoninput

C1C2
2 Views ยท 4 months ago

#21 C Strings | C Programming For Beginners

In this video, we will learn about strings in C. With many examples we will show you how to can create strings. Then we will learn to take String input and we will also show you how we can access and change each character of the string using indexes in C programming.

This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e

~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-strings

Timestamps:
00:00 Start
00:16 C Strings
02:45 String Input
05:58 Access Characters of a String
07:49 Change Characters of String
9:12 Programming Task
9:54 Quiz
~

Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Find Programiz elsewhere:
Programiz pro: programiz.pro
Website: https://www.programiz.com
Discord: discord.gg/programiz

Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz


#programiz #cstrings #cprogramming #learnc #strings #array #index #cstring

C1C2
2 Views ยท 4 months ago

#14: break and continue in C | C Programming for Beginners

In this video, we will learn about the break and continue statements to alter the normal flow of loops in C programming. We will show you how you can use the break statement to terminate the loop and the continue statement to skip the current iteration. You will learn many examples of using break and continue with while loop along with using if...else condition.

This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e

~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-break-co

Timestamps:
00:00 Start
00:16 break Statement
01:36 break Statement with decision-making statement
03:17 break with while Loop
05:18 continue Statement
07:08 Example: break and continue
09:29 Programming Task
10:10 Quiz
~

Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz


#programiz #learncprogramming #breakandcontinue #learnc #break #continue #loop #c

C1C2
2 Views ยท 4 months ago

Step by step video tutorials to learn C Programming for absolute beginners!

In this video, we will learn in detail about the switch statement. We will also get an idea about the break statement. Using switch and break, we will make decision-making programs like choosing a day of a week and creating a simple calculator.

~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c-youtube
C Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-switch-c

Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Timestamps:
00:00 Start
06:58 switch with multiple cases
08:16 Simple Calculator
10:12 Programming Task
10:51 Quiz

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz

#programiz #switchstatement #learncprogramming #learnc #coding #ctutorial #switch #case #calculator #break #switchcase #simplecalculator

C1C2
2 Views ยท 4 months ago

Step by step video tutorials to learn C Programming for absolute beginners!

Watch this video to find out all about C operators. You will learn about arithmetic operators, like addition, division, increment, decrement, and also about the assignment operators.

~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Tutorial (text-based tutorial):
https://www.programiz.com/c-pr....ogramming/c-operator
https://www.programiz.com/arti....cle/increment-decrem

Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Timestamps:
0:00 Start
00:51 Arithmetic Operators
01:14 Addition Operator
05:06 Division Operator
07:08 Remainder Operator
08:00 Increment and Decrement Operator
09:37 Multiple Operators
11:34 Quiz

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz


#learncprogramming #programiz #operatorsinc #cprogramming #basics #programming #arithmetic #operators #prefix #postfix #assignmentoperator

C1C2
2 Views ยท 4 months ago

Step by step video tutorials to learn C Programming for absolute beginners!

In this video, we will learn about comments in C programming. Comments are hints that we add to our program to make our code easier to understand. We can also use comments to debug our code. We will also show you how we can use keyboard shortcuts to comment.
~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Tutorial (text-based tutorial): https://www.programiz.com/c-programming

Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Timestamps:
0:00 Start
2:26 Prevent Executing Code Using Comments
4:51 Multiline Comments in C Programming
5:35 Keyboard Shortcut
6:24 Why are comments important?

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz


#learncprogramming #programiz #commentsinc #cprogramming #basics #programming

C1C2
2 Views ยท 4 months ago

#4: Get User Input in C Programming

Step by step video tutorials to learn C Programming for absolute beginners!

In this video, we will learn to take input from users using the scanf() function and show output using the printf() function. In C programming, the scanf() function takes input from the user and stores it in a variable. Similar to printf(), the concept of format specifier is also used in scanf() so, we will learn it in much detail.

~
Run C Online: https://www.programiz.com/c-programmi...
Programs in this video:https://github.com/programiz/c....-youtube/blob/master
C Data Types (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-input-ou

Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Timestamps:
0:00 Start
3:09 Take Double Input
5:30 Take multiple input
6:56 Quiz

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
Website: https://www.programiz.com

#cprogramming #programiz #learnprogramming #takeinputinc #programming #scanf #printf #input #output

Donbright
1 Views ยท 4 months ago

A loop is a fundamental concept in all programming languages, not just Python. The while loop in Python is used to iterate over a block of code as long as the test expression (condition) is true.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn about the while loop in Python. The while loop evaluates the test condition and runs the body of the loop as long as the test condition evaluates to true. At the end of the video, we will learn to write a program to print the multiplication table of a specified number.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python while loop (text-based tutorial): https://www.programiz.com/pyth....on-programming/while
Python if...else statement: https://youtu.be/497MClrekMY?l....ist=PL98qAXLA6afuh50

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:33 Python while Loop
5:45 Multiplication Table using while
8:18 Programming Task
9:03 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

While Loop in Python (Perform a Task 1000000 times With Ease) #8\

#python #learnprogramming #programiz #whileloop

Donbright
1 Views ยท 4 months ago

Boolean (sometimes shortened to Bool) is a data type that stores TRUE or FALSE data values as a single byte.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn about the boolean data type in Python that represents either True or False. After that, we will cover comparison operators that allow us to compare two values. Finally, we will learn about logical operators that operate on two boolean values.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:28 Boolean Data Type
1:19 Comparison Operator
2:45 Different Comparison Operators
5:31 Logical Operators
8:20 Programming Task
8:37 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Python Booleans (Comparison & Logical Operators) #6

#python #learnprogramming #programiz #pythonbooleans #comparisonoperators

Donbright
1 Views ยท 4 months ago

Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the operator operates on is called the operand.
๐Ÿ”ฅ Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn Python operators to perform arithmetic operations such as addition, subtraction, multiplication, etc. on values and variables. We will also learn more about assignment operators. Finally, we will create a program to find the amount after the discount.
~

Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Operators (text-based tutorial): https://www.programiz.com/pyth....on-programming/opera

Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx

Timestamps:
0:00 Intro
0:51 Arithmetic Operations
5:46 Concatenate Two Strings
6:30 More Assignment Operators
8:25 Implementing what we learned
9:48 Programming Task
10:30 Recap

Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------

Operators in Python #5

#python #learnprogramming #programiz #pythonoperators

C1C2
1 Views ยท 4 months ago

#22 C String Functions | C Programming For Beginners

Previously, we learned about one of the frequently used concepts in programming: Strings, And came to know why they are used and how to use them in our programs.

C supports a large number of string handling functions in the standard library " string.h". Today, we will learn to manipulate various C string functions that are readily available for use. More specifically, we will focus on the 4 most important string functions that are used to perform different operations on strings.

This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e

~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/string-han

Timestamps:
00:00 Start
00:28 C Strings
01:33 strlen() function
03:20 strcpy() function
05:02 strcat() function
06:32 strcmp() function
08:48 Programming Task
09:17 Quiz
~

Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq

Find Programiz elsewhere:
Programiz pro: programiz.pro
Website: https://www.programiz.com
Discord: discord.gg/programiz

Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz


#programiz #cprogramming #stringfunctions #learnc #strings #function #libraryfunction #cstring #stringsinc




Showing 3 out of 4