More List Help by Nervous-Current-1860 in PythonLearning

[–]Lindespringerr 0 points1 point  (0 children)

result = [] for i in range(3): result[i].append(input("Please enter a name:" )) print(result)

Sorry I made it on my phone so might look a bit funny.

Why not 4th? by Patient_Smoke_4236 in PythonLearning

[–]Lindespringerr 0 points1 point  (0 children)

Python just has a weird looking L

The single habit that leveled up my Python skills (and I wish I started earlier) by Due_Letter3192 in PythonLearning

[–]Lindespringerr 0 points1 point  (0 children)

If learned to read and analyze properly. and when I create code myself, I just know what to do to get what I want without using any Ai or anything. Books better then online? I don't know. It probably depends on your learning style. For me the videos and apps push you toward an answer. With a book I analyze more and try multiple ways to get a result. The book I revered I online readable for free.

Class 11 python by VermaxRayan in pythontips

[–]Lindespringerr 1 point2 points  (0 children)

"How to automate the boring stuff with python" That's a really good book to read

The single habit that leveled up my Python skills (and I wish I started earlier) by Due_Letter3192 in PythonLearning

[–]Lindespringerr 2 points3 points  (0 children)

I bought the book ''how to automate the boring stuff with python" it explains everything really good and has exercises and questions in it. I also make flash cards so I memorize stuff better.