Posts by Henrique Hafner • 56 points
2 posts
-
3
votes2
answers649
viewsA: Recursion in Python 3
Does the formula need to be necessarily recursive? i.e., calling the function itself? I think the most elegant way would be to use a 'for' and calculate the series numerically. def seq(n): val=0 for…
-
1
votes1
answer39
viewsQ: Window processing of post-processing frame
It is possible to process the screen frame in Windows? I am trying to make an opensource screen color filter/compressor in python.