#programming-blogs
Read more stories on Hashnode
Articles with this tag
What are the possible ways to use else keyword in Python · The else keyword in Python has a few different applications, but it primarily functions within...
Write Efficient and Maintainable Python Code with These 10 Best Practices · In this blog post, I will share ten best practices every Python developer...
Boosting Go Performance: Understanding Concurrency and Parallelism for Efficient Code Execution GoLang has built-in support for concurrency and...
The Ultimate Guide to Using Backward Slashes in Python · In Python, the backslash (\) character is used for several purposes, such as: To specify escape...
List comprehension for nested or double for loops with conditions · Single for-loop with if condition my_list = [] for x in range(3): if x % 2 == 0: ...
Detailed Pycon CFP review process from a reviewer · Introduction I was one of the reviewers for Talk proposals at PyCon (Python Conference) India 2019,...