er1shivam
Match case statement in Python 3.10
Match case statement is the most awaited feature in Python. It will be released with the alpha6 or alpha7 version of Python 3.10. PEP 619 is the go to place…
Read moreWhat is Python 🐍 ? Interview question covered
Now that we have looked into Why you should start learning Python in 2021 in our post #1 , we will discuss What actually is Python in this post #2…
Read moreWhy you should start learning Python in 2021 ?
In this article we will discuss why you should learn Python in 2021 and not Java or other programming language. Are you trying to excel in your tech career, OR struggling to…
Read moreList comprehensions in Python
Are you writing nested for loops again and again and making your code more complex ? Beware! as you might me dishonoring "Zen of Python" Principle. In this article we…
Read morePython's fourth alpha version 3.10.0a4 is now available for testing
On 4th of January 2021, Python released its fourth alpha version 3.10.0a4 for testing.For some of you rookies not able to understand the title let me explain... According to PEP…
Read moreIntroduction to enumerate
Are you a developer coming from Java, C , or C++ background..? and had difficulty writing "for loops" in Python? Kindly read as this could save you from tons of…
Read more