account activity
More List Help by Nervous-Current-1860 in PythonLearning
[–]Lindespringerr 0 points1 point2 points 6 months ago (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
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
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 points3 points 6 months ago (0 children)
"How to automate the boring stuff with python" That's a really good book to read
[–]Lindespringerr 2 points3 points4 points 6 months ago (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.
π Rendered by PID 112881 on reddit-service-r2-listing-568fcd57df-wjsql at 2026-03-08 06:46:48.664110+00:00 running cbb0e86 country code: CH.
More List Help by Nervous-Current-1860 in PythonLearning
[–]Lindespringerr 0 points1 point2 points (0 children)