Message from Python discussions

November 2018

— Well

— 

Yeaaaah, but this way, I am not doing it with my own hands , not making them dirty :) maybe it sounds weird

— Ok that would be my choice too. But if you need to process them after strip operation and if there are toooo much item in your list, it's better to strip them on your own. map objects are one time usable only.

Message permanent page

— There are 15 millions of elements :(

— Wait... one more things that bugs me.
Dataframe.astype()
Should I implement this before I had actually reformated the values in Dataframe or after ?

Message permanent page

— So you can consider writing your own loop. Because you will need to construct the list after map (hence iterate over it again) if you want to use it more than once.

Message permanent page

— Yes, I will write a function, I guess

— Https://del.dog/toyarihipe.py

How to make the contour to look smoother? The edges don't look so sharp, and they don't make a perfect shape.. and the color looks like a paint edit

Message permanent page

— This is what I mean

— I don't understand this one

— I'm trying to get close to this filter

— Thanks ^^