Yes, I’ve started writing code in Python. The big breakthru for me was realizing that I can overcome one of my worst issues with python, the lack of visible scope annotation, with comments.
def myfunction(somearg): #{ print("Yep this is my function") #}
How come I’m programming in Python at all?
Recent Comments