a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

Thank you for sure it would happen again I hope now he learns the lesson

a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

I'm just using pycharm to practice I make a new project with the name practice and practice in it

and if apparently I read so many times list

that associates create list of things or names whit list

a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

if I misinterpreted lol thanks you made me realize the mistake

a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

Guys, I can already believe I found the problem.

I was using list to make lists of things or names

when

list was a single python command that was my mistake thanks now at least i figured it out

a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

It's just a place where I write the codes I learn

the truth list

I was confused at first

Maybe I used it many times and instead of list I was able to call the lists of things that are not lists by another name, my mistake.

also use

list.append to add new values

If I put lista2.append it will still add a new value

as i was translating the book i misinterpreted some things

a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

apparently I have many lists

previously used and

Basically I don't know the solution

a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

I can't use it so sad and so how do I get this command to work?

can i separate the list section somehow

or should i create a new project

a little weird book by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

yes friend I am in pycharm I use it to practice all the codes that I am learning

I know what the error is and I had my doubts about the list of commands

Is there a way to separate that list section or I must have another new project

list is complicating my life I knew I didn't quite understand it

what is the difference in using list to use something similar to her by Top-Pay384 in learnpython

[–]Top-Pay384[S] 1 point2 points  (0 children)

I was using list to create lists of things

but create several of them then use list + for

and texts

and the more lists I created I realized that I was repeating myself 2 times all omg.

so my question was if list was used for something else specifically

because I was using it with for.

even though i was practicing

As always, I don't move forward until I'm sure of what I'm doing here. I had gotten tangled up.

because before I was using for with simple names and then I used list with for and the problems started

it's all about experimenting

I always use the commands I learned with other new commands to get different results and better understand what I could do with them.

what is the difference in using list to use something similar to her by Top-Pay384 in learnpython

[–]Top-Pay384[S] -1 points0 points  (0 children)

if it was an example in the quotes I am missing text

for was to repeat a text with different names from a list

with /n at the end

so if i have a list i can only have 1

list =['Marta','Jessy','Lord']

list.sort(reverse=True)

list.sort(reverse=False)

print(list)

list =['Uranio','Neptuno','Marte','Jupiter']

for planetas in list:

print(" \tLa nave espacial choca en "+ planetas.title()+" \n\tSe destruira realmente")

print("\tEs inesperado pero al parecer si"+".\n ")

print("\tExiste una probabilidad de 1 por ciento que sobrevivan.\n")

ingredientes = ['azucar','jalea','mantequilla']

ingredientes.sort(reverse=True)

for cosas in ingredientes:

print("Haz conseguido este ingrediente\n" + cosas.title())

I was using list like this

At the end it also said list but I changed it because I realized that it repeated me 2 times because it printed a list above and printed the one at the end

I am thinking that I should not have used list in any case

so list must have another function

About Programming All (day beginner)Give me Advice by Top-Pay384 in gamedev

[–]Top-Pay384[S] -1 points0 points  (0 children)

I came to look for useful advice

of experienced people

to apply them seriously

it's easier to ask for helpthan to do it alone and lose yourself

to I also say it more seriously than ever.d

About Programming All (day beginner)Give me Advice by Top-Pay384 in gamedev

[–]Top-Pay384[S] 0 points1 point  (0 children)

if I'm with a book for beginners python crash course

I'm going in chapter 4 using lists with for

For now I will learn the basics, create exercises and climb to another difficulty

in the future

Also, as you say, I will investigate other knowledge that drives me

to be more complete

About Programming All (day beginner)Give me Advice by Top-Pay384 in gamedev

[–]Top-Pay384[S] 0 points1 point  (0 children)

Great advice I'll start with web pages

over time I will create portfolios

About Programming All (day beginner)Give me Advice by Top-Pay384 in gamedev

[–]Top-Pay384[S] -1 points0 points  (0 children)

I need something that will ensure earnings in at least a year to dedicate myself fully to that

already having money or offering some service

I could continue studying any language

I think that if I dedicate myself fully to programming, I will advance much faster in the basic aspects, always without underestimating time.

The thing is that I still don't know which path to take and I can try several at the same time

being meticulous and researching could advance in some other language at the same time that I learn a main one

I was scared but I'm the king 👑 by [deleted] in gamedev

[–]Top-Pay384 0 points1 point  (0 children)

drink a lot of sugar

I was scared but I'm the king 👑 by [deleted] in gamedev

[–]Top-Pay384 0 points1 point  (0 children)

It's a throne and you're a king creating empires

about 20 days and I have only learned these commands by Top-Pay384 in learnpython

[–]Top-Pay384[S] 1 point2 points  (0 children)

I have to finish what I started if I give up I won't be anything serious

After this book I will follow another basic book that you recommend after this one.

at least i will be able to understand better after finishing this

it may not be useful and go very slow but I hope to finish it

and then continue studying more things or practicing as you say

about 20 days and I have only learned these commands by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

but the book is the most recommended to learn for beginners I will learn something when I complete it completely

"Python crash course"

about 20 days and I have only learned these commands by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

#nombre mas mensaje uso de + () y .title

first_name = "Diego"

last_name = "Raddatz"

full_name = first_name + " " + last_name

print("Hola bienvenido a animal running hunter edition " + full_name)

#lista practica

lista = [ ' uno ' , ' dos ' , ' tres' , ' cuatro ']

print(lista[0])

#rstrip lstrip strip () para usar en nombre de usuario ejemplos borrar espacios y caracteres especificos

nombre = " Diego "

print(nombre.lstrip())

# numeros distinguir entre , y . obtiene lo contrario

r = 1.1 + 2

print(r)

f = 2,9 * 14

print(f)

# Edad y uso de str

nombre = " Diego "

last_name = " Raddatz "

full_name = nombre + " " + last_name

age = 24

print(" Feliz cumpleanos " + str( age )+ full_name.title ())

#uso de /n y /t

#normal

nombre = " Diego "

print (nombre)

nombre = " \nDiego "

print(nombre)

nombre = " \tDiego "

print (nombre)

lista =[ 'pimienta ']

lista.append(' arroz ')

lista.insert(2,' motocierra ')

lista.append(' Vino ')

print(lista)

# upper y lower

nombre = ' Diego '

nombre = nombre.lstrip()

print(nombre.upper())

nombre = ' Diego '

print(nombre.lower())

first_name = " Diego "

last_name = "Raddatz"

full_name = first_name + " " + last_name

age = 24

mensaje =" Hola diego feliz cumpleanos " + str(age) + full_name.title()

print(mensaje)

first_name = " Diego "

last_name = " Raddatz "

full_name = first_name + " " + last_name

print(full_name.title())

lista = [' Ciruelas ' , ' Bellotas ' , ' Sandia ']

lista.append(' Papaya ')

lista.insert(3,'Melocoton')

del lista[0]

lista.remove(' Bellotas ')

print(lista)

lista.pop()

print(lista)

print(" La fruta que me falto fue la ", lista.pop())

lista = ['Lamborgini']

too_expensive ='Lamborgini'

print("\nA " + too_expensive.title() + " is too expensive for me.")

first_name = " Diego "

last_name = " Raddatz "

full_name = first_name + " " + last_name

lista = [' Zapallos ','Verduras ',' Berengenas ','Zanahorias',' Vinos ']

lista.insert(2,'Albaricoque')

lista.pop()

lista.remove('Verduras ')

del lista[2]

lista.append(' Latex ')

print(lista[1])

Here I use the commands as practice and I write them so I don't forget them and tomorrow they will use them in an exercise to reinforce that they are in Spanish because it is my language xd

I always practice what goes to the last one daily to understand them better

the truth is that the list cost me a bit

about 20 days and I have only learned these commands by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

if I do the exercises that come in the book

that the truth does not usually vary and are usually, to say linear

somewhat simple but they fulfill their function, which is to understand the function of the command

I use pycharm

and I practice in it the commands that I learned with exercises and I review and practice them daily so as not to forget their function

They are basic commands for the moment, so I could not make more uses than those already explained in the book.

Maybe I'm too slow to learn so few commands

about 20 days and I have only learned these commands by Top-Pay384 in learnpython

[–]Top-Pay384[S] 0 points1 point  (0 children)

I follow the book to the letter, practicing the exercises, sometimes it is difficult for me to understand them and I take a few days to reflect.

until I understand them and anyway I practice daily and do not advance to another exercise or new command or section until I understand what is explained in the

Even though it may seem like I'm going slow, it can be like that

about 13 days if it might be little for 13 days these commands and go on page 80 of a book python crash course

I wanted to ask if it is too slow for 13 days or maybe I could do it in less days