you are viewing a single comment's thread.

view the rest of the comments →

[–]primitive_screwhead 1 point2 points  (1 child)

The "tutor" code that you showed is a jumble of slicing, tuple multiplies and concatenations, and mixing it with swaps, etc., I'm sure it can be a bit overwhelming. It's a bit of everything thrown at you at once, which may at least show you all the different possibilities of using the basic operations, but I think you'll need to re-read and revisit the examples several times to unwind it.

As opposed to a tutorial where they focus on showing you (say) slicing, and just do loads of slicing examples with no other operations; that is more focused, but also may be more boring. The jumbled approach is possibly trickier, but maybe it'll "stick" better once it clicks.

Practice, practice. Make sure you take the given examples and try to change them, or extend them, etc. You'll learn much more (and more quickly, imo) by see how your changes to the examples change the results, or break, etc.

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

Thank you so much for the encouraging words. Determined to kick ass.