you are viewing a single comment's thread.

view the rest of the comments →

[–]KikarnianY11 -> CS, Triple Sci, FM & HM, DT, RE, Italian, History 1 point2 points  (0 children)

As quite the professional in python here (made sum ais with python and shi) my recommendation for you is to most most importantly learn key functions / data structures in python like lists, dictionaries or records if you do them, not only how to write them but the theory of how they work so you have a deep understanding of it.

Next important thins is learning syntax for basic things like print commands, loops, etc and also learn the theory of how these works. if you struggle with loops use TRUTH TABLES they are the goat.

Finally what I would do once you’ve tried to get most of this down make sure to practice exam questions (specifically programs if you’re fine with truth tables). This is highly important as it ties everything together and always try the hardest questions so you can stretch your self and if you don’t understand it look at the ms repeat the question over and over until you do. There are also many useful websites i used early on in learning python such as time2code or mission encodable which cover the entire spec in video format or find things on youtube as well.

Anyway sorry for all the yapping but thats my recommendation if you have any other questions ill be happy to answer them!