Paragraphe Python Split
text.split('\n\n')
Fancy Fly
text.split('\n\n')
result = list(filter(lambda x : x != '', text.split('\n\n')))