So here's the thing - I'm relatively good at Python. I somewhat know Ruby.
Not good enough to write something complex, but enough to understand
that it's "a bit" different from Python. Yet both of the languages
have similar syntaxes, which made me think w... (more…)
Read more »
Large Language Models (LLMs) have successfully been applied to code
generation tasks, raising the question of how well these models understand
programming. Typical programming languages have invariances and equivariances
in their semantics that human prog... (more…)
Read more »
Why efficient Python? Because using Python more efficiently will make your code more readable and run more efficiently. (more…)
Read more »
Python has a great ecosystem for machine learning, but deep learning is computationally intensive and Python is slow. In this post, I will… (more…)
Read more »