How to use and read LISTS in Python - #First steps in Python 6

Subscribers:
2,490
Published on ● Video Link: https://www.youtube.com/watch?v=dvx9ORatCOQ



Category:
Guide
Duration: 4:10
4 views
2


Today I learned how to read and store lists out of a code, so I can use it for user interface
so, for a quick example:
for indice in range (0,len(equipament)):
print("\nEquipament...: ", (indice+1))
print("Name..........: ", equipament[indice])
print("Value.........: ", value[indice])
print("Serial........: ", serial[indice])
print("Departament... :", departament[indice])

this is the code I use (not all of it, put this is the part that shows what I wrote) to show the user what they typed.
I am using a much better sytem to store lists here.
Also, I now know why lists are different.
The reason being that it can store multiple informations in a divided manner, so I can store in 1 list what I can i 1000 different variables.

The course link (it's in portuguese though): https://on.fiap.com.br/local/salavirtual/conteudo-digital.php

If you have any question or suggestion on other topics, feel free to comment down below or ask me in Facebook or Instagram!

Visit my Facebook Page in: http://fb.com/teteusbionicoficial
Visit my Instagram: https://www.instagram.com/teteusbionic/
Visit my Website: http://www.teteusbionic.com.br




Other Videos By Teteus Bionic (Teteus Bionic)


2021-06-03Como usar Dicionários para Armazenar Informação em Python - #Primeiros passos com Python parte 11
2021-05-27Como usar Dicionários em Python - #Primeiros passos com Python parte 10
2021-05-27How to use Dictionaries in Python - #First steps in Python part 10
2021-05-26The Difference between Lists and Definitions - #First steps in Python part 9
2021-05-26A Diferença entre Listas e Definições - #Primeiros passos com Python parte 9
2021-05-21How to Define and Modulated a Code in Python - #First steps in Python part 8
2021-05-21Como Definir e Modular Código em Python - #Primeiros passos com Python parte 8
2021-05-20Como Procurar e Modificar Listas em Python - #Primeiros passos com Python parte 7
2021-05-20How to Search and Modify Lists in Python - #First steps in Python part 7
2021-05-18Como ler LISTS com Python - #Primeiros passos com Python - 6
2021-05-18How to use and read LISTS in Python - #First steps in Python 6
2021-05-17Como usar LISTAS com Python - #Primeiros passos com Python parte - 5
2021-05-17How to use Lists in Python - #First steps in Python 5
2021-05-13How to use In Range in Python - #First steps in Python 3
2021-05-13Como usar In Range com Python - #Primeiros passos com Python parte - 4
2021-05-12Como usar Elif e While com Python - #Primeiros passos com Python parte - 3
2021-05-12How to use Elif and While in Python - #First steps in Python 2
2021-05-03Kinetic energy is the most common energy
2021-05-03A energia Cinética é a Energia Mais Comum
2021-04-30Como usar Variáveis com Python - #Primeiros passos com Python
2021-04-30How to use Variables in Python - #First steps in Python 2



Tags:
Programação de Jogos
Curso de Programação de Jogos
Palestra Programação de Jogos
Oficina Programação de Jogos
Scratch
Fazer Jogo
Criar um Jogo
Como fazer um jogo
Fazer um jogo sozinho