Skip to content Skip to sidebar Skip to footer
Showing posts with the label Code Readability

Python Efficiently Split Currency Sign And Number In One String

I have a string like '$200,000,000' or 'Yan300,000,000' I want to split the currenc… Read more Python Efficiently Split Currency Sign And Number In One String

How To Cleanly Keep Below 80-char Width With Long Strings?

I'm attempting to keep my code to 80 chars or less nowadays as I think it looks more aesthetica… Read more How To Cleanly Keep Below 80-char Width With Long Strings?