Grief and Acceptance
I like what one YT Python lecturer says about "Knowing it All". You need to accept that you will NEVER know it all. You need to trust that the research tools you have used thus far to tackle problems will be there for you in the future to help you get through those unknown future obstacles. There are moments of grief when I think about my comparatively slow rate of progress (as an Old Man Learning to Code) and the fact that, indeed, I will never reach the mountain top. I will never know it all (that is, err, not only about Python, HTML, CSS, Javascript, VBA, AHK, Bash, GitHub, etc, but also about an infinite number of other things to be grasped in a lifetime). But there is no choice but to accept. I am finite. My brain is finite and small. I just need to humble myself and accept. So getting back to the goal of this blog: Keeping a log of my progress and set backs in learning to code. Today's problem is nested functions; that is, function calls inside of other fu...