01_Python Under the Hood
When I first started writing Python, I often heard it described simply as an "interpreted language." I imagined the computer reading my code line-by-line and executing it on the fly.
While that’s not entirely wrong, it is a massive oversimplification...
somusblog.hashnode.dev5 min read