One Fifth of the Way: 100 Days of Coding Python Bootcamp

After a 2 week holiday without coding I continued with this course this weekend and managed to finish days 19 and 20. In days 20 and 21 the objective is to build the snake game and while this by itself is not very interesting to me, it did help me to learn how to create multiple instances of a class using loops and storing the, in lists or dictionaries for later retrieval. I find this kind of knowledge quite useful in general and for that reason I consider investing the time in days 19-21 well spent. If you are pressed for time and know programming but not Python then nowadays it is probably faster to use AI and Google the documentation and Stack Overflow. I sometimes do this for my work but only for small chunks of code at a time as I need to review and verify everything is correct as I remain the end responsible for the output. I find I get most benefit out of that approach because it points me to useful modules and packages that I am not yet aware of and it saves a lot of time typing.

Leave a comment