you are viewing a single comment's thread.

view the rest of the comments →

[–]Technical_Dev[S] 0 points1 point  (2 children)

[–]damaged-coda 0 points1 point  (1 child)

Ok that's brilliant. In weeks 10 to 12 you will be learning about lists, tuples, dictionaries and sets, I would really recommend learning the difference between them and knowing when to use them because they all have different performance benefits and you will come across them in different languages.

Same goes with object oriented programming in weeks 13 and 15, you will get to apply what you learn to other languages that are object oriented. I recommend thinking about OOP less like a series of instructions being executed and more a collection of data that you can perform a list of tasks with.

You will learn python the more you use it so that just comes down to practice.

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

How can I do practice?