TecKnowfy
TecKnowfy
  • Видео 19
  • Просмотров 487
Master Python: Indexes & Strings - Part 1 (Advanced)
Hey guys,
Today, in this lesson, I'm going to go over a quick comparison between for and while loops. I'm going to go over a quick recap for both and then show you a couple of use cases.
While loops are great for looping until a certain condition is met. For example, you want to keep executing a certain piece of code until someone types in the correct password. The thing to be aware of while loops is creating an infinite loop! If the condition is never met, then it will keep on executing the code until the program crashes 🤯!
For loops are great for looping through a collection such as a list, string, etc. For example, if you want to loop through a string to see if the letter "a" exists, a fo...
Просмотров: 3

Видео

Master Python: The Difference Between For & While Loops
Просмотров 6Месяц назад
Hey guys, Today, in this lesson, I'm going to go over a quick comparison between for and while loops. I'm going to go over a quick recap for both and then show you a couple of use cases. While loops are great for looping until a certain condition is met. For example, you want to keep executing a certain piece of code until someone types in the correct password. The thing to be aware of while lo...
Master Python: Python For Loops Explained
Просмотров 1Месяц назад
Hey guys, In this video, I'm going to go over the next category of loops in Python..., for loops! A for loop is a loop that loops over an iterable or a collection in Python. For example, a for loop example would be great for looping over a list or a string because these variables are iterables. Chapters: 0:00 - Intro 0:14 - For Loops 3:32 - Outro Tags: programming, python, coding, learn how to ...
Master Python: The Field of For-Range Loops 😎!
Просмотров 183 месяца назад
Hey guys, In this video, I'm going to go over the next category of loops in Python..., for loops! There are two types of loops when it comes to for loops and they are: for-range and for-in loops. In this video, I'm going to go over for-range loops. For-range loops are loops that keep on iterating throughout a range. For example, if I wanted to loop from 10 to 53, I would specify the range which...
Master Python: The Stunning Cycle of the While Loop!
Просмотров 83 месяца назад
Hey guys, In this video, I'm going to be discussing a new topic..., loops! Loops are really handy in Python, because they help a programmer by executing a piece of code many times. A while loops is a loop that keeps on looping until a condition is met. If the condition is never met, then the program will keep on looping, creating an infinite loop. Chapters: 0:00 - Intro 0:14 - While Loops 6:00 ...
Master Python: Elif Statements Are Easy 😎!
Просмотров 93 месяца назад
Hey guys, In this video, I'm going to go over elif statements and how to create them in Python. Elif statements are just like if statements for they also check if a condition is true. The only difference is an elif statement can only be used with an if statement, while an if statement can be used whenever. If you liked this video, please like 👍 and subscribe 🔥! Chapters: 0:00 - Intro 0:12 - Eli...
Master Python: Getting Input From the Terminal
Просмотров 93 месяца назад
Hey guys, In this short video, I'm going to go over on how to get input from the terminal. Getting input from the terminal is extremely useful for console applications and when debugging and testing code. It's not used a lot though, because most input will come from app UI and a graphical interface, but it is still great to know how to get input from the terminal. If you liked this video, pleas...
Master Python: The Branches of the If & Else Statement!
Просмотров 143 месяца назад
Hey guys, In this video, I'm going to go over what an if & else statement is and how to program them in Python. While variables and operators are the fundamentals to programming, if & else statements are at the core to programming. These are technically statements that run a line of code or blocks of code, if a certain condition is met, otherwise it won't run the code. If you liked this video, ...
Master Python: Operator Quiz 🤯!!!!!!
Просмотров 73 месяца назад
Hey guys, This video will be a 10 question quiz on Python operators. So if you're ready, let's start 😎 If you liked this video, please like 👍 and subscribe 🔥! Chapters: 0:00 - Intro 0:25 - Python Operators Quiz 1:44 - Outro Tags: programming, python, coding, learn how to program, learning python, how to program in python, program using python, python programming, programming tutorials, learn pr...
Master Python: The Elite Class of Operators (Membership Operators)!
Просмотров 43 месяца назад
Hey everyone, In this video, I'm going to go over the last and final type of Python operators and that is the membership operators. These operators are great to know for programming in Python, because they make it very simple and straightforward to do checking and validation methods. Membership operators are unique to Python. This operator checks an object or string to see if a value or sequenc...
Master Python: Revealing the Connection of Comparison Operators!
Просмотров 54 месяца назад
Hey everyone, In this video, I'm going to go over Python comparison operators. These operators are essential for programming in Python, because they lay the foundation for system decision making and if and else statements. Comparison operators are essential and fundamental for programming. In fact, they are in literally used in every programming language. The purpose of these operators is to co...
Master Python: The Power of Assignment Operators!
Просмотров 204 месяца назад
Hey guys, In this video, I'm going to go over Python assignment operators. Just like the arithmetic operators, assignment operators are equally and maybe just as important for a programmer to know how to use. An assignment operator is an operator that assigns a value to a variable. If you’ve been following along in this video series, then you will know exactly what an assignment operator looks ...
Master Python: Revealing the Mathematics of Arithmetic Operators!
Просмотров 144 месяца назад
Hey everyone, In this video, I'm going to go over Python arithmetic operators. These operators are essential and necessary for any math operation in Python. An arithmetic operator is an operator that preforms a math operation. Some operations may be addition, subtraction or division. Without arithmetic operators, it would be almost impossible to preform certain math tasks and it would take much...
Master Python: Unleashing the Power of Operators!
Просмотров 304 месяца назад
Hey guys, Today, in this lesson, I'm going to go over Python operators. I'm going to discuss what they are the different types and variations there are. Python operators are the fundamentals for performing operations in Python, hence the name "operators". These operators are special symbols that preform an operation. There are five main categories of operators in Python: Arithmetic operators As...
Master Python: Unlocking the Secrets of Data Types!
Просмотров 3074 месяца назад
Hey everyone, Today, in this Python tutorial, I'm going to go do a quick overview on Python data types. Every programming language will have different data types because there will always be different types of data. There are four main data types in Python: int, float, boolean, & string. These are the fundamentals to Python. Of course, there are more such as the list and dictionary, but in this...
Master Python: Conquer Python Variable Challenge
Просмотров 114 месяца назад
Master Python: Conquer Python Variable Challenge
Master Python: Creating Variables for Beginners!
Просмотров 44 месяца назад
Master Python: Creating Variables for Beginners!
Mastering Python: Unveil the Secret of How to Print to the Terminal!
Просмотров 64 месяца назад
Mastering Python: Unveil the Secret of How to Print to the Terminal!
Follow This To Master And Learn Python Like A Pro 😎...
Просмотров 114 месяца назад
Follow This To Master And Learn Python Like A Pro 😎...

Комментарии

  • @larseneivind
    @larseneivind 3 месяца назад

    Do you have Discord? I would love to share some feedback based on some python teaching experience i have.

    • @TecKnowfy
      @TecKnowfy 3 месяца назад

      Fortunately, I do.

    • @larseneivind
      @larseneivind 3 месяца назад

      @@TecKnowfy could you share it please or direct me how to find it?

    • @TecKnowfy
      @TecKnowfy 3 месяца назад

      My discord username is: mastersilas

  • @davedyall8332
    @davedyall8332 4 месяца назад

    I'm here and I want to learn python!! Just letting you know there are people out here watching and I'm subscribed.

    • @TecKnowfy
      @TecKnowfy 4 месяца назад

      Thanks a lot!! Well, I'll continue to keep making more tutorials 👍