I have always loved the fact that The Python interpreter has a number of functions and types built into it. I am going to explore “eval()” in this article.
Continue reading What does eval() do in Python?Category: programming
Some git tips to survive in versioning world – Part 1
I am gonna talk about Git. We all somehow use git and thus it is important for us to better use .gitignore.
Continue reading Some git tips to survive in versioning world – Part 1