Raza Rython πŸ“œ Profile picture
β€’ I'm the R in Python. β€’ Helping Devs level up in Web 3 β€’ Now go and code some Python β€’ @Scroll_ZKP

May 23, 2021, 10 tweets

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.

Keep scrolling