Starting a video thread!! π§΅π
In this video thread you will find 8 #python videos explaining the basics in python for beginners!
Every video is about 100 seconds :)
quick disclaimer it's obviously not covering everything about python ;)
1/8 Variables
Variables is a method to store information:
#Developer
2/8 Lists
Lists is a type of variable. Lists allow you to store multiple pieces of information individually:
#100DaysOfCode #100DaysOfPython
3/8
A βfor loopβ or looping allows you to perform the same action for multiple items in a list or group of items:
#100daysofcoding #100daysofcodechallenge
4/8
A Tuple contains multiple items like a list.
The big difference is that a Tuple is immutable.
Which basically means you canβt change the values in a tuple
Unlike a list which is mutable or changeable
#programming #coding
5/8
A dictionary is similar to a list.
It contains a set of item, but item is associated with a key:
#Django
6/8
The if statement is used in python when the program has to consider conditions
#pythonprogramming
7/8
The while loop is like the for loop, but works slightly different
The for loop executes a piece of code IF the condition is valid
The while loop continues the loop as long as a condition is valid
#Python
8/8
A function is a block of code that is written for a specific job
The function can be called by using the name of the function
#100DaysOfCode
for more content like this π
youtube.com/channel/UCzee5β¦
Share this Scrolly Tale with your friends.
A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.