Oh thank u so much for answering my previous question! Also do you have any tips to learn programming languages for the exam? Thanks x
no problem! so before i get to the tips, i want to make it clear that we didnât do any programming in regular comp sci class, the teacher made a separate subject for those of us who wanted to learn it. i only attended it for one year but hereâs what i picked up from it:
learn. the. basics. i canât stress this enough, but if you donât know the most used 20-30 commands, it will only be harder for you later on. print out a sheet with basic commands and learn it
handwritten code!! this sounds so dumb, not gonna lie, but it helps so much. you donât have to write down the whole web page, of course, but writing parts of the code that you had problems with will help you be more exact - some programming tools fix your mistakes while others donât, so you might as well learn to be correct from the beginning
tumblr honestly helped me so so much. there are tons of ââtemplatesââ here for desktop themes, member pages, navigation etc - make use of them! find a desktop theme you like, upload it to your blog and change colors, font size, add an updates bar and whatever your heart wishes! here are some blogs that can help you with finding codes: @enchantedthemes, @odeysseus, @completeresources
now, i asked my friend valentina aka @jordietveld for tips because sheâs studying computer science at university so she has more experience - hereâs what she came up with:
if youâre learning actual programming you need to learn how to make good algorithms first! an algorithm is like a cooking recipe, you need ingredients that you know how to mix to bake the perfect cake so!!! learn how to make algorithms before starting writing tons of lines of code that might work (but probably not)
practice practice practice!!! make small programs/pages. everyone starts small because if you donât master the basics the rest will just be too difficult to understand
donât get discouraged when things donât work on the first try even if your algorithm looks flawless!! remember that the computer is way more stupid than it seems, you need to be super precise when you tell it to do something
also, imo buying books on coding is pretty useless, itâs better to just google how to do something and youâll find tutorials with working examples. stackoverflow is a coderâs best friendÂ










