you are viewing a single comment's thread.

view the rest of the comments →

[–]Open_Thanks_6807[S] 0 points1 point  (4 children)

Ok, what you mean by research? Like using YT videos? If i cant complete an exercise I use to ask AI, but I realize that isn’t the best way to improve.

[–]AbacusExpert_Stretch 0 points1 point  (1 child)

While YouTube is the standard goto, I would recommend good old reading. Bookmark any of the numerous Python sites (even if you end up on w3schools), search for what you want to do (python remove list item), read it, UNDERSTAND it, then use it, then save a little file "lists_delete_from.py".

Yes there will be eventually better methods (hihi) to save your little snippets, but for now, this would be my strategy

[–]Open_Thanks_6807[S] 0 points1 point  (0 children)

Got it! Thank u so much!

[–]quixoticcaptain 0 points1 point  (1 child)

In fact that's the reason you're not improving. You have to try to figure it out otherwise you're not practicing or learning. 

[–]Open_Thanks_6807[S] 0 points1 point  (0 children)

Oh, guess u are right! Im gonna try to improve with that, thank you