take a non-critical piece of code you wrote that has comments
now. re-write it so you don't need comments. add more variables / constants / lines, re-structure it as you need
you'll know you've succeeded if the comments literally sound redundant, as in:
# Collect the cranks
collect(cranks)
now remember
you can do this 90% of the time