Aug
13
Code Golf Python Tips and Tricks Part-1
Hey guys, Hope you all are doing great. I am back with Some Python Programming tips for
CODE GOLF Challenges.
So, What is CODE GOLF??
As per Wikipedia, it is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code (not to be confused with binary Sizecoding) that implements a certain algorithm.
In simple terms, your goal is to write a code is shortest way, using minimum number of characters to implement a logic in correct way.
You can use any language Java, C++, Python, Perl, Ruby, JavaScript, and anything to write it.
CODE GOLF Challenges.
So, What is CODE GOLF??
As per Wikipedia, it is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code (not to be confused with binary Sizecoding) that implements a certain algorithm.
In simple terms, your goal is to write a code is shortest way, using minimum number of characters to implement a logic in correct way.
You can use any language Java, C++, Python, Perl, Ruby, JavaScript, and anything to write it.