+ 4
I donât understand it...
Im 3/9 trough the Python tutorial and I still canât do any actual coding. I can figure out what the code will do (most of the time) but when it comes to actual coding Iâm still a complete noob...
4 RĂ©ponses
+ 9
just keep learn and practice... đ
+ 4
I had the same situation, when I began learning coding on Python. Honestly speaking, I still have this situation. I have already learnt syntax of Python, but when I have to code something by myself, I am always stuck. So, I suggest as practicing more, learning more about Python and hoping for the best :)
+ 4
I suppose passing the Python test doesnât make you an expert I need to practice a lot. Thanks for the advice Iâll try to keep it in mind.
+ 3
Practice by going through some challenges, like Project Euler (https://projecteuler.net/ ) or CodingBat (http://codingbat.com/JUMP_LINK__&&__python__&&__JUMP_LINK/ ).
Once you get a knack for figuring out smaller problems, the larger ones aren't so daunting. Keep at it! Good luck :)