Month: January 2021

Python list comprehension banner

List 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 more

Python'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 more
Enumerate banner

Introduction 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